Class PodsDto.PodDto
- java.lang.Object
 - 
- com.atlassian.bamboo.agent.ephemeral.PodsDto.PodDto
 
 
- 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull PodsDto.PodMetadatagetMetadata()@NotNull PodsDto.PodSpecgetSpec()@NotNull PodsDto.PodStatusgetStatus() 
 - 
 
- 
- 
Method Detail
- 
getMetadata
@NotNull public @NotNull PodsDto.PodMetadata getMetadata()
 
- 
getSpec
@NotNull public @NotNull PodsDto.PodSpec getSpec()
 
- 
getStatus
@NotNull public @NotNull PodsDto.PodStatus getStatus()
 
 - 
 
 -