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 protectedRestCapability()RestCapability(@NotNull Capability capability)RestCapability(String key, String value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetKey()StringgetValue()inthashCode()StringtoString()-
Methods inherited from class com.atlassian.bamboo.rest.model.AbstractRestModel
getSelf, setSelf
-
-
-
-
Constructor Detail
-
RestCapability
protected RestCapability()
-
RestCapability
public RestCapability(@NotNull @NotNull Capability capability)
-
-