Uses of Interface
com.atlassian.bamboo.agent.ephemeral.EphemeralAgentPod
-
Packages that use EphemeralAgentPod Package Description com.atlassian.bamboo.agent.ephemeral com.atlassian.bamboo.buildqueue.manager com.atlassian.bamboo.ww2.actions.admin.ephemeral -
-
Uses of EphemeralAgentPod in com.atlassian.bamboo.agent.ephemeral
Classes in com.atlassian.bamboo.agent.ephemeral that implement EphemeralAgentPod Modifier and Type Class Description class
EphemeralAgentPodImpl
Methods in com.atlassian.bamboo.agent.ephemeral that return types with arguments of type EphemeralAgentPod Modifier and Type Method Description @NotNull Optional<EphemeralAgentPod>
EphemeralAgentExecutionService. getPod(@NotNull String podName)
Get pod details@NotNull Optional<EphemeralAgentPod>
EphemeralAgentKubernetesExecutionService. getPod(@NotNull String podName)
@NotNull List<EphemeralAgentPod>
EphemeralAgentExecutionService. getPods()
Get all pods.@NotNull List<EphemeralAgentPod>
EphemeralAgentKubernetesExecutionService. getPods()
-
Uses of EphemeralAgentPod in com.atlassian.bamboo.buildqueue.manager
Methods in com.atlassian.bamboo.buildqueue.manager that return types with arguments of type EphemeralAgentPod Modifier and Type Method Description @NotNull List<EphemeralAgentPod>
AgentManager. getEphemeralAgentPods()
Returns a list of ephemeral agents related pods in any phase present in the connected cluster at the moment of request.@NotNull List<EphemeralAgentPod>
AgentManagerImpl. getEphemeralAgentPods()
@NotNull List<EphemeralAgentPod>
AgentManager. getEventuallyConsistentEphemeralAgentPods()
Returns a list of ephemeral agents related pods in any phase present in the connected cluster.@NotNull List<EphemeralAgentPod>
AgentManagerImpl. getEventuallyConsistentEphemeralAgentPods()
-
Uses of EphemeralAgentPod in com.atlassian.bamboo.ww2.actions.admin.ephemeral
Methods in com.atlassian.bamboo.ww2.actions.admin.ephemeral that return EphemeralAgentPod Modifier and Type Method Description @Nullable EphemeralAgentPod
ViewEphemeralAgentPod. getPod()
Methods in com.atlassian.bamboo.ww2.actions.admin.ephemeral that return types with arguments of type EphemeralAgentPod Modifier and Type Method Description List<EphemeralAgentPod>
ManageEphemeralAgentsPodsAction. getAllPods()
List<EphemeralAgentPod>
ManageEphemeralAgentsPodsAction. getPendingPods()
List<EphemeralAgentPod>
ManageEphemeralAgentsPodsAction. getRunningPods()
-