Uses of Enum Class
com.atlassian.bamboo.agent.ephemeral.PodPhase
Packages that use PodPhase
Package
Description
-
Uses of PodPhase in com.atlassian.bamboo.agent.ephemeral
Fields in com.atlassian.bamboo.agent.ephemeral with type parameters of type PodPhaseMethods in com.atlassian.bamboo.agent.ephemeral that return PodPhaseModifier 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.Methods in com.atlassian.bamboo.agent.ephemeral with parameters of type PodPhaseMethod parameters in com.atlassian.bamboo.agent.ephemeral with type arguments of type PodPhaseModifier and TypeMethodDescription@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 PodPhaseModifierConstructorDescriptionEphemeralAgentPodImpl
(@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 PodPhaseModifier and TypeMethodDescriptionvoid
ViewEphemeralAgentsPodsPage.waitUntilPodStatusIs
(String buildId, PodPhase podPhase) void
ViewEphemeralAgentsPodsPage.waitUntilPodStatusIs
(String buildId, PodPhase podPhase, com.atlassian.pageobjects.elements.timeout.Timeouts timeouts)