com.atlassian.bamboo.v2.build.agent.capability
Class RemoteCapabilitySet
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.RemoteCapabilitySet
- All Implemented Interfaces:
- BambooIdProvider, BambooObject, CapabilitySet, ReadOnlyCapabilitySet, java.lang.Cloneable
public class RemoteCapabilitySet
- extends CapabilitySetImpl
Field Summary |
static java.lang.String |
SET_TYPE
|
Methods inherited from class com.atlassian.bamboo.v2.build.agent.capability.CapabilitySetImpl |
addCapability, addCapability, compareTo, equals, getCapabilities, getCapability, getCapabilityScope, hashCode, removeCapability, setCapabilities, setCapabilityScope |
Methods inherited from class com.atlassian.core.bean.EntityObject |
clone, getCreationDate, getCurrentDate, getLastModificationDate, setClock, setCreationDate, setLastModificationDate |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
SET_TYPE
public static final java.lang.String SET_TYPE
- See Also:
- Constant Field Values
RemoteCapabilitySet
public RemoteCapabilitySet()
RemoteCapabilitySet
public RemoteCapabilitySet(CapabilityScope capabilityScope)
getSharedCapabilitySetType
@Nullable
public java.lang.String getSharedCapabilitySetType()
- Description copied from interface:
CapabilitySet
- Returns the identifier for the set if it is shared. Pretty used exclusively in the UI.
- Specified by:
getSharedCapabilitySetType
in interface CapabilitySet
- Overrides:
getSharedCapabilitySetType
in class CapabilitySetImpl
- Returns:
- "Local", "Remote" or null it not a shared capability type;
getCapabilitySetType
public java.lang.String getCapabilitySetType()
- Description copied from interface:
CapabilitySet
- Returns the identifier describing the type of this capability.
- Specified by:
getCapabilitySetType
in interface CapabilitySet
- Overrides:
getCapabilitySetType
in class CapabilitySetImpl
- Returns:
- "Local", "Remote" or "Image"
Copyright © 2012 Atlassian. All Rights Reserved.