Class CapabilityPropertiesImpl
java.lang.Object
com.atlassian.bamboo.v2.build.agent.properties.CapabilityPropertiesImpl
- All Implemented Interfaces:
CapabilityProperties,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@NotNull CapabilitySetWill only return what is stored in the database against this agent.protected abstract CapabilitySetvoidsetCapabilitySet(CapabilitySet capabilitySet)
-
Constructor Details
-
CapabilityPropertiesImpl
public CapabilityPropertiesImpl()
-
-
Method Details
-
getCapabilitySet
Will only return what is stored in the database against this agent. This is not necessarily the complete capability set for the Pipeline. Use {#getAgentCapabilitySet} instead- Specified by:
getCapabilitySetin interfaceCapabilityProperties- Returns:
- capablity set stored against this agent.
-
newCapabilitySet
-
setCapabilitySet
- Specified by:
setCapabilitySetin interfaceCapabilityProperties
-