Uses of Class
com.atlassian.bamboo.rest.model.admin.ephemeral.EphemeralAgentsConfigurationDTO
-
Packages that use EphemeralAgentsConfigurationDTO Package Description com.atlassian.bamboo.plugins.rest.admin.ephemeral -
-
Uses of EphemeralAgentsConfigurationDTO in com.atlassian.bamboo.plugins.rest.admin.ephemeral
Methods in com.atlassian.bamboo.plugins.rest.admin.ephemeral that return EphemeralAgentsConfigurationDTO Modifier and Type Method Description EphemeralAgentsConfigurationDTO
EphemeralAgentsConfigurationResource. getConfiguration()
EphemeralAgentsConfigurationDTO
EphemeralAgentsConfigurationResource. saveConfiguration(@Nullable EphemeralAgentsConfigurationDTO dto)
Methods in com.atlassian.bamboo.plugins.rest.admin.ephemeral with parameters of type EphemeralAgentsConfigurationDTO Modifier and Type Method Description EphemeralAgentsConfigurationDTO
EphemeralAgentsConfigurationResource. saveConfiguration(@Nullable EphemeralAgentsConfigurationDTO dto)
javax.ws.rs.core.Response
EphemeralAgentsConfigurationResource. testConnection(@Nullable EphemeralAgentsConfigurationDTO dto)
-