Class EphemeralAgentsConfigurationDTO
- java.lang.Object
-
- com.atlassian.bamboo.rest.model.admin.ephemeral.EphemeralAgentsConfigurationDTO
-
public class EphemeralAgentsConfigurationDTO extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
EphemeralAgentsConfigurationDTO.PodsCleanup
-
Constructor Summary
Constructors Constructor Description EphemeralAgentsConfigurationDTO()
EphemeralAgentsConfigurationDTO(@NotNull EphemeralAgentsConfiguration configuration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getLabel()
String
getPathToConfig()
EphemeralAgentsConfigurationDTO.PodsCleanup
getPodsCleanup()
boolean
isEnabled()
void
setEnabled(boolean enabled)
void
setLabel(String label)
void
setPathToConfig(String pathToConfig)
void
setPodsCleanup(EphemeralAgentsConfigurationDTO.PodsCleanup podsCleanup)
-
-
-
Constructor Detail
-
EphemeralAgentsConfigurationDTO
public EphemeralAgentsConfigurationDTO()
-
EphemeralAgentsConfigurationDTO
public EphemeralAgentsConfigurationDTO(@NotNull @NotNull EphemeralAgentsConfiguration configuration)
-
-
Method Detail
-
isEnabled
public boolean isEnabled()
-
getPathToConfig
public String getPathToConfig()
-
getLabel
public String getLabel()
-
setEnabled
public void setEnabled(boolean enabled)
-
setPathToConfig
public void setPathToConfig(String pathToConfig)
-
setLabel
public void setLabel(String label)
-
getPodsCleanup
public EphemeralAgentsConfigurationDTO.PodsCleanup getPodsCleanup()
-
setPodsCleanup
public void setPodsCleanup(EphemeralAgentsConfigurationDTO.PodsCleanup podsCleanup)
-
-