Class RestOfflineAgentRemovalConfig
java.lang.Object
com.atlassian.bamboo.rest.model.admin.agent.RestOfflineAgentRemovalConfig
REST representation of
OfflineAgentRemovalConfig
.- Since:
- 11.0
-
Constructor Summary
ConstructorsConstructorDescriptionRestOfflineAgentRemovalConfig
(OfflineAgentRemovalConfig offlineAgentRemovalConfig) RestOfflineAgentRemovalConfig
(OfflineRemoteAgentRemovalPolicy offlineRemoteAgentRemovalPolicy, long offlineRemoteAgentRemovalIntervalHours, OfflineElasticAgentRemovalPolicy offlineElasticAgentRemovalPolicy, long offlineElasticAgentRemovalIntervalHours) -
Method Summary
Modifier and TypeMethodDescriptionlong
long
-
Constructor Details
-
RestOfflineAgentRemovalConfig
public RestOfflineAgentRemovalConfig() -
RestOfflineAgentRemovalConfig
-
RestOfflineAgentRemovalConfig
public RestOfflineAgentRemovalConfig(OfflineRemoteAgentRemovalPolicy offlineRemoteAgentRemovalPolicy, long offlineRemoteAgentRemovalIntervalHours, OfflineElasticAgentRemovalPolicy offlineElasticAgentRemovalPolicy, long offlineElasticAgentRemovalIntervalHours)
-
-
Method Details
-
getOfflineRemoteAgentRemovalPolicy
-
getOfflineRemoteAgentRemovalIntervalHours
public long getOfflineRemoteAgentRemovalIntervalHours() -
getOfflineElasticAgentRemovalPolicy
-
getOfflineElasticAgentRemovalIntervalHours
public long getOfflineElasticAgentRemovalIntervalHours()
-