Uses of Class
com.atlassian.bamboo.agent.ephemeral.EphemeralAgentPod.EphemeralAgentPodContainer
-
Packages that use EphemeralAgentPod.EphemeralAgentPodContainer Package Description com.atlassian.bamboo.agent.ephemeral -
-
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.EphemeralAgentPodContainer Modifier and Type Method Description @NotNull List<EphemeralAgentPod.EphemeralAgentPodContainer>
EphemeralAgentPod. getContainers()
List of containers in the pod@NotNull List<EphemeralAgentPod.EphemeralAgentPodContainer>
EphemeralAgentPodImpl. getContainers()
Constructor parameters in com.atlassian.bamboo.agent.ephemeral with type arguments of type EphemeralAgentPod.EphemeralAgentPodContainer Constructor Description EphemeralAgentPodImpl(@NotNull String name, @NotNull String hostname, @NotNull String podIP, @NotNull Date creationDate, @NotNull PodPhase phase, @NotNull List<EphemeralAgentPod.EphemeralAgentPodContainer> containers)
-