Class RestRemoteAgentCapability
- java.lang.Object
-
- com.atlassian.bamboo.rest.model.AbstractRestModel
-
- com.atlassian.bamboo.rest.model.agent.RestCapability
-
- com.atlassian.bamboo.rest.model.agent.RestRemoteAgentCapability
-
public class RestRemoteAgentCapability extends RestCapability
-
-
Field Summary
-
Fields inherited from class com.atlassian.bamboo.rest.model.AbstractRestModel
self
-
-
Constructor Summary
Constructors Constructor Description RestRemoteAgentCapability(@NotNull Capability capability)
RestRemoteAgentCapability(String key, String value, @NotNull CapabilitySource source)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getSource()
-
Methods inherited from class com.atlassian.bamboo.rest.model.agent.RestCapability
equals, getKey, getValue, hashCode, toString
-
Methods inherited from class com.atlassian.bamboo.rest.model.AbstractRestModel
getSelf, setSelf
-
-
-
-
Constructor Detail
-
RestRemoteAgentCapability
public RestRemoteAgentCapability(@NotNull @NotNull Capability capability)
-
RestRemoteAgentCapability
public RestRemoteAgentCapability(String key, String value, @NotNull @NotNull CapabilitySource source)
-
-
Method Detail
-
getSource
public String getSource()
-
-