Uses of Class
com.atlassian.bamboo.agent.ephemeral.PodPhase
-
Packages that use PodPhase Package Description com.atlassian.bamboo.agent.ephemeral com.atlassian.bamboo.pageobjects.pages.admin.agent -
-
Uses of PodPhase in com.atlassian.bamboo.agent.ephemeral
Fields in com.atlassian.bamboo.agent.ephemeral with type parameters of type PodPhase Modifier and Type Field Description static List<PodPhase>
PodPhase. ACTIVE_PHASES
Methods in com.atlassian.bamboo.agent.ephemeral that return PodPhase Modifier and Type Method Description static @NotNull PodPhase
PodPhase. fromValue(@Nullable String value)
@NotNull PodPhase
EphemeralAgentPod. getPhase()
Pod's status@NotNull PodPhase
EphemeralAgentPodImpl. getPhase()
static PodPhase
PodPhase. valueOf(String name)
Returns the enum constant of this type with the specified name.static PodPhase[]
PodPhase. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.atlassian.bamboo.agent.ephemeral with parameters of type PodPhase Modifier and Type Method Description static boolean
PodPhase. isWorking(PodPhase podPhase)
Method parameters in com.atlassian.bamboo.agent.ephemeral with type arguments of type PodPhase Modifier and Type Method Description @NotNull DeleteAgentPodsResult
KubernetesExecutor. deleteAgentPodsIfNotInPhase(@NotNull EphemeralAgentsConfiguration config, @NotNull List<PodPhase> podPhasesToSkip)
@NotNull DeleteAgentPodsResult
LoggingKubernetesExecutor. deleteAgentPodsIfNotInPhase(@NotNull EphemeralAgentsConfiguration config, @NotNull List<PodPhase> podPhasesToSkip)
Constructors in com.atlassian.bamboo.agent.ephemeral with parameters of type PodPhase Constructor Description EphemeralAgentPodImpl(@NotNull String name, @NotNull String hostname, @NotNull String podIP, @NotNull Date creationDate, @NotNull PodPhase phase, @NotNull List<EphemeralAgentPod.EphemeralAgentPodContainer> containers)
-
Uses of PodPhase in com.atlassian.bamboo.pageobjects.pages.admin.agent
Methods in com.atlassian.bamboo.pageobjects.pages.admin.agent with parameters of type PodPhase Modifier and Type Method Description void
ViewEphemeralAgentsPodsPage. waitUntilPodStatusIs(String buildId, PodPhase podPhase)
void
ViewEphemeralAgentsPodsPage. waitUntilPodStatusIs(String buildId, PodPhase podPhase, com.atlassian.pageobjects.elements.timeout.Timeouts timeouts)
-