Class AbstractCapabilityType
java.lang.Object
com.atlassian.bamboo.v2.build.agent.capability.AbstractCapabilityType
- All Implemented Interfaces:
CapabilityType
,Comparable<CapabilityType>
- Direct Known Subclasses:
AbstractCapabilityTypeModule
,AgentEnvironmentCapabilityType
,BuilderCapabilityType
,GenericCapabilityType
,JdkCapabilityType
,KubectlCapabilityType
All subclassses should have the same implementation of equals and compareTo
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.atlassian.bamboo.v2.build.agent.capability.CapabilityType
getCapability, getCapabilityTypeKey, getCapabilityTypeLabel, getCapabilityTypeSpecificTaskConfigurationKey, getExtraInfo, getLabel, getNewKeyFromLabel, getSortOrder, getValueDescriptionKey, isAllowRename, validate
-
Constructor Details
-
AbstractCapabilityType
public AbstractCapabilityType()
-
-
Method Details
-
hashCode
public int hashCode() -
equals
-
compareTo
- Specified by:
compareTo
in interfaceComparable<CapabilityType>
-
toString
-
getViewTypeAction
Description copied from interface:CapabilityType
The action name of the list view action of this capability type- Specified by:
getViewTypeAction
in interfaceCapabilityType
- Returns:
-
updateTasksForNewLabel
-