Uses of Class
com.atlassian.bamboo.agent.ephemeral.EphemeralAgentPod.EphemeralAgentPodContainer
Packages that use EphemeralAgentPod.EphemeralAgentPodContainer
-
Uses of EphemeralAgentPod.EphemeralAgentPodContainer in com.atlassian.bamboo.agent.ephemeral
Methods in com.atlassian.bamboo.agent.ephemeral that return types with arguments of type EphemeralAgentPod.EphemeralAgentPodContainerModifier and TypeMethodDescriptionEphemeralAgentPod.getContainers()
List of containers in the podEphemeralAgentPodImpl.getContainers()
Constructor parameters in com.atlassian.bamboo.agent.ephemeral with type arguments of type EphemeralAgentPod.EphemeralAgentPodContainerModifierConstructorDescriptionEphemeralAgentPodImpl
(@NotNull String name, @NotNull String hostname, @NotNull String podIP, @NotNull Date creationDate, @NotNull PodPhase phase, @NotNull List<EphemeralAgentPod.EphemeralAgentPodContainer> containers)