Class LocalCapabilitySet
java.lang.Object
com.atlassian.core.bean.EntityObject
com.atlassian.bamboo.core.BambooEntityObject
com.atlassian.bamboo.v2.build.agent.capability.CapabilitySetImpl
com.atlassian.bamboo.v2.build.agent.capability.LocalCapabilitySet
- All Implemented Interfaces:
BambooIdProvider
,BambooObject
,CapabilitySet
,ReadOnlyCapabilitySet
,Serializable
,Cloneable
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the identifier describing the type of this capability.@Nullable String
Returns the identifier for the set if it is shared.Methods inherited from class com.atlassian.bamboo.v2.build.agent.capability.CapabilitySetImpl
addCapability, addCapability, compareTo, equals, getCapabilities, getCapability, getCapabilityScope, hashCode, readResolve, removeCapability, setCapabilities, setCapabilityScope, toString
Methods inherited from class com.atlassian.core.bean.EntityObject
clone, getCreationDate, getCurrentDate, getId, getLastModificationDate, setClock, setCreationDate, setId, setLastModificationDate
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.atlassian.bamboo.core.BambooIdProvider
getId
Methods inherited from interface com.atlassian.bamboo.core.BambooObject
setId
-
Field Details
-
SET_TYPE
- See Also:
-
-
Constructor Details
-
LocalCapabilitySet
public LocalCapabilitySet() -
LocalCapabilitySet
-
-
Method Details
-
getCapabilitySetType
Description copied from interface:CapabilitySet
Returns the identifier describing the type of this capability.- Specified by:
getCapabilitySetType
in interfaceCapabilitySet
- Overrides:
getCapabilitySetType
in classCapabilitySetImpl
- Returns:
- "Local", "Remote" or "Image"