com.atlassian.bamboo.v2.build.agent.capability
Interface DecoratedCapabilityRequirement

All Superinterfaces:
Comparable<DecoratedCapabilityRequirement>
All Known Implementing Classes:
AbstractDecoratedCapabilityRequirement, CapabilityDecorator, RequirementDecorator

public interface DecoratedCapabilityRequirement
extends Comparable<DecoratedCapabilityRequirement>

INterface that combines the common UI elements of Requirement and Capability


Method Summary
 CapabilityGroup getCapabilityGroup()
           
 String getExtraInfo()
           
 Long getId()
           
 String getKey()
           
 String getLabel()
           
 String getValue()
           
 String getValueDescription()
           
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getId

Long getId()

getKey

String getKey()

getLabel

String getLabel()

getExtraInfo

@Nullable
String getExtraInfo()

getValue

String getValue()

getValueDescription

@Nullable
String getValueDescription()

getCapabilityGroup

CapabilityGroup getCapabilityGroup()


Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.