Uses of Enum Class
com.atlassian.bamboo.agent.ephemeral.PodPhase
Package
Description
-
Uses of PodPhase in com.atlassian.bamboo.agent.ephemeral
Modifier and TypeMethodDescriptionstatic @NotNull PodPhase
@NotNull PodPhase
EphemeralAgentPod.getPhase()
Pod's status@NotNull PodPhase
EphemeralAgentPodImpl.getPhase()
static PodPhase
Returns the enum constant of this class with the specified name.static PodPhase[]
PodPhase.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescription@NotNull DeleteAgentPodsResult
KubernetesExecutor.deleteAgentPodsIfNotInPhase
(@NotNull EphemeralAgentsConfiguration config, @NotNull List<PodPhase> podPhasesToSkip) @NotNull DeleteAgentPodsResult
LoggingKubernetesExecutor.deleteAgentPodsIfNotInPhase
(@NotNull EphemeralAgentsConfiguration config, @NotNull List<PodPhase> podPhasesToSkip) ModifierConstructorDescriptionEphemeralAgentPodImpl
(@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
Modifier and TypeMethodDescriptionvoid
ViewEphemeralAgentsPodsPage.waitUntilPodStatusIs
(String buildId, PodPhase podPhase) void
ViewEphemeralAgentsPodsPage.waitUntilPodStatusIs
(String buildId, PodPhase podPhase, com.atlassian.pageobjects.elements.timeout.Timeouts timeouts)