Class EphemeralAgentPodLaunchingReScheduler.RetryItem
java.lang.Object
com.atlassian.bamboo.agent.ephemeral.EphemeralAgentPodLaunchingReScheduler.RetryItem
- Enclosing class:
- EphemeralAgentPodLaunchingReScheduler
-
Field Summary
Modifier and TypeFieldDescriptionfinal CommonContext
final String
final EphemeralAgentTemplate
final String
final int
-
Method Summary
Modifier and TypeMethodDescriptionof
(@NotNull EphemeralAgentTemplate ephemeralAgentTemplate, @NotNull CommonContext context, int retryCount, @NotNull String lastTryPodName, @NotNull String ephemeralAgentIndividualToken)
-
Field Details
-
ephemeralAgentTemplate
-
context
-
retryCount
public final int retryCount -
lastTryPodName
-
ephemeralAgentIndividualToken
-
-
Method Details
-
of
public static EphemeralAgentPodLaunchingReScheduler.RetryItem of(@NotNull @NotNull EphemeralAgentTemplate ephemeralAgentTemplate, @NotNull @NotNull CommonContext context, int retryCount, @NotNull @NotNull String lastTryPodName, @NotNull @NotNull String ephemeralAgentIndividualToken)
-