Class RestRemoteAgentConfiguration
- java.lang.Object
-
- com.atlassian.bamboo.rest.model.AbstractRestModel
-
- com.atlassian.bamboo.rest.model.admin.agent.RestRemoteAgentConfiguration
-
public class RestRemoteAgentConfiguration extends AbstractRestModel
Rest model for configuration of remote agent support- Since:
- 5.10
-
-
Field Summary
Fields Modifier and Type Field Description Boolean
remoteAgentsSupported
-
Fields inherited from class com.atlassian.bamboo.rest.model.AbstractRestModel
self
-
-
Constructor Summary
Constructors Constructor Description RestRemoteAgentConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Boolean
isRemoteAgentsSupported()
void
setRemoteAgentsSupported(Boolean remoteAgentsSupported)
-
Methods inherited from class com.atlassian.bamboo.rest.model.AbstractRestModel
getSelf, setSelf
-
-
-
-
Field Detail
-
remoteAgentsSupported
public Boolean remoteAgentsSupported
-
-