com.atlassian.bamboo.v2.build.agent.capability
Class ImageCapabilitySetImpl
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.ImageCapabilitySetImpl
- All Implemented Interfaces:
- BambooObject, CapabilitySet, ImageCapabilitySet, ReadOnlyCapabilitySet, java.lang.Cloneable
public class ImageCapabilitySetImpl
- extends CapabilitySetImpl
- implements ImageCapabilitySet
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 |
ImageCapabilitySetImpl
public ImageCapabilitySetImpl()
ImageCapabilitySetImpl
public ImageCapabilitySetImpl(CapabilityScope capabilityScope)
ImageCapabilitySetImpl
public ImageCapabilitySetImpl(CapabilityScope capabilityScope,
Capability... capabilities)
getSharedCapabilitySetType
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 © 2011 Atlassian. All Rights Reserved.