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