Uses of Class
com.atlassian.bamboo.agent.ephemeral.PodsDto.PodDto
-
Packages that use PodsDto.PodDto Package Description com.atlassian.bamboo.agent.ephemeral -
-
Uses of PodsDto.PodDto in com.atlassian.bamboo.agent.ephemeral
Methods in com.atlassian.bamboo.agent.ephemeral that return types with arguments of type PodsDto.PodDto Modifier and Type Method Description @NotNull List<PodsDto.PodDto>
PodsDto. getItems()
Methods in com.atlassian.bamboo.agent.ephemeral with parameters of type PodsDto.PodDto Modifier and Type Method Description static EphemeralAgentPodImpl
EphemeralAgentPodImpl. from(PodsDto.PodDto podDto)
Constructor parameters in com.atlassian.bamboo.agent.ephemeral with type arguments of type PodsDto.PodDto Constructor Description PodsDto(@NotNull List<PodsDto.PodDto> items)
-