Class PodsDto.PodStatus
- java.lang.Object
 - 
- com.atlassian.bamboo.agent.ephemeral.PodsDto.PodStatus
 
 
- 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @Nullable List<PodsDto.PodContainerStatus>getContainerStatuses()@Nullable StringgetPhase()@Nullable StringgetPodIP() 
 - 
 
- 
- 
Method Detail
- 
getPodIP
@Nullable public @Nullable String getPodIP()
 
- 
getPhase
@Nullable public @Nullable String getPhase()
 
- 
getContainerStatuses
@Nullable public @Nullable List<PodsDto.PodContainerStatus> getContainerStatuses()
 
 - 
 
 -