com.atlassian.bamboo.v2.build.agent.properties
Class CapabilityPropertiesImpl

java.lang.Object
  extended by com.atlassian.bamboo.v2.build.agent.properties.CapabilityPropertiesImpl
All Implemented Interfaces:
CapabilityProperties

public abstract class CapabilityPropertiesImpl
extends java.lang.Object
implements CapabilityProperties


Constructor Summary
CapabilityPropertiesImpl()
           
 
Method Summary
 CapabilitySet getCapabilitySet()
          Will only return what is stored in the database against this agent.
protected abstract  CapabilitySet newCapabilitySet()
           
 void setCapabilitySet(CapabilitySet capabilitySet)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CapabilityPropertiesImpl

public CapabilityPropertiesImpl()
Method Detail

getCapabilitySet

@NotNull
public CapabilitySet 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:
getCapabilitySet in interface CapabilityProperties
Returns:
capablity set stored against this agent.

newCapabilitySet

protected abstract CapabilitySet newCapabilitySet()

setCapabilitySet

public void setCapabilitySet(CapabilitySet capabilitySet)
Specified by:
setCapabilitySet in interface CapabilityProperties


Copyright © 2010 Atlassian. All Rights Reserved.