Class PodsDto.PodContainer
- java.lang.Object
-
- com.atlassian.bamboo.agent.ephemeral.PodsDto.PodContainer
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @Nullable List<PodsDto.PodVariable>
getEnv()
@Nullable String
getImage()
String
getName()
-
-
-
Method Detail
-
getEnv
@Nullable public @Nullable List<PodsDto.PodVariable> getEnv()
-
getImage
@Nullable public @Nullable String getImage()
-
getName
public String getName()
-
-