Uses of Interface
com.atlassian.bamboo.v2.build.agent.capability.CapabilityType

Packages that use CapabilityType
com.atlassian.bamboo.capability   
com.atlassian.bamboo.configuration.agent   
com.atlassian.bamboo.plugins.git   
com.atlassian.bamboo.plugins.hg   
com.atlassian.bamboo.plugins.ssh   
com.atlassian.bamboo.v2.build.agent.capability   
com.atlassian.bamboo.v2.build.requirement   
com.atlassian.bamboo.ww2.actions.admin.elastic   
 

Uses of CapabilityType in com.atlassian.bamboo.capability
 

Methods in com.atlassian.bamboo.capability with parameters of type CapabilityType
 void CapabilityManager.renameCapability(CapabilityType capabilityType, java.lang.String oldCapabilityKey, java.lang.String newCapabilityLabel, boolean override)
          Renames capability key
 void CapabilityManagerImpl.renameCapability(CapabilityType capabilityType, java.lang.String oldCapabilityKey, java.lang.String newCapabilityLabel, boolean override)
           
 

Uses of CapabilityType in com.atlassian.bamboo.configuration.agent
 

Fields in com.atlassian.bamboo.configuration.agent declared as CapabilityType
protected  CapabilityType ConfigureCapabilityKey.capabilityType
           
 

Methods in com.atlassian.bamboo.configuration.agent that return CapabilityType
 CapabilityType ViewJdks.getCapabilityType()
           
 CapabilityType ViewBuilders.getCapabilityType()
           
 CapabilityType ConfigureCapabilityKey.getCapabilityType()
           
abstract  CapabilityType AbstractViewCapabilitiesByType.getCapabilityType()
           
 

Methods in com.atlassian.bamboo.configuration.agent that return types with arguments of type CapabilityType
 java.util.Collection<CapabilityType> CapabilityConfigurationSupport.getCapabilityTypes()
           
 

Uses of CapabilityType in com.atlassian.bamboo.plugins.git
 

Classes in com.atlassian.bamboo.plugins.git that implement CapabilityType
 class GitCapabilityTypeModule
           
 

Uses of CapabilityType in com.atlassian.bamboo.plugins.hg
 

Classes in com.atlassian.bamboo.plugins.hg that implement CapabilityType
 class HgCapabilityTypeModule
           
 

Uses of CapabilityType in com.atlassian.bamboo.plugins.ssh
 

Classes in com.atlassian.bamboo.plugins.ssh that implement CapabilityType
 class SshCapabilityTypeModule
           
 

Uses of CapabilityType in com.atlassian.bamboo.v2.build.agent.capability
 

Subinterfaces of CapabilityType in com.atlassian.bamboo.v2.build.agent.capability
 interface CapabilityTypeModule
           
 

Classes in com.atlassian.bamboo.v2.build.agent.capability that implement CapabilityType
 class AbstractCapabilityType
          All subclassses should have the same implementation of equals & comapreTo
 class AbstractCapabilityTypeModule
           
 class AbstractExecutableCapabilityTypeModule
           
 class AbstractMultipleExecutableCapabilityTypeModule
           
 class AgentEnvironmentCapabilityType
          A capability type tied to the environment in which an agent runs.
 class BuilderCapabilityType
           
 class GenericCapabilityType
           
 class JdkCapabilityType
           
 class PerforceCapabilityType
           
 

Fields in com.atlassian.bamboo.v2.build.agent.capability declared as CapabilityType
protected  CapabilityType AbstractDecoratedCapabilityRequirement.capabilityType
           
 

Fields in com.atlassian.bamboo.v2.build.agent.capability with type parameters of type CapabilityType
protected  java.util.Map<java.lang.String,CapabilityType> CapabilityHelperImpl.builtinCapabilityTypes
           
 

Methods in com.atlassian.bamboo.v2.build.agent.capability that return CapabilityType
 CapabilityType CapabilityHelperImpl.getCapabilityTypeFromKey(java.lang.String key)
           
 CapabilityType CapabilityHelper.getCapabilityTypeFromKey(java.lang.String key)
          get capability Type object from capability key.
 CapabilityType CapabilityHelperImpl.getCapabilityTypeFromTypeString(java.lang.String capabilityTypeKey)
           
 CapabilityType CapabilityHelper.getCapabilityTypeFromTypeString(java.lang.String capabilityTypeKey)
           
 

Methods in com.atlassian.bamboo.v2.build.agent.capability that return types with arguments of type CapabilityType
 java.util.List<CapabilityType> CapabilityHelperImpl.getCapabilityTypes()
           
 java.util.List<CapabilityType> CapabilityHelper.getCapabilityTypes()
           
 

Methods in com.atlassian.bamboo.v2.build.agent.capability with parameters of type CapabilityType
 void CapabilityGroup.addCapability(Capability capability, CapabilityType capabilityType, ReadOnlyCapabilitySet parentCapabilitySet)
           
 RequirementDecorator CapabilityGroup.addRequirement(Requirement requirement, CapabilityType capabilityType)
           
 void CapabilityGroup.addRequirement(Requirement requirement, CapabilityType capabilityType, Buildable build)
           
 int AbstractCapabilityType.compareTo(CapabilityType o)
           
 

Constructors in com.atlassian.bamboo.v2.build.agent.capability with parameters of type CapabilityType
AbstractDecoratedCapabilityRequirement(com.opensymphony.xwork2.TextProvider textProvider, CapabilityType capabilityType, java.lang.String key, java.lang.String value, CapabilityGroup capabilityGroup, java.lang.Long id, boolean readonly)
           
CapabilityDecorator(Capability capability, CapabilityType capabilityType, ReadOnlyCapabilitySet parentCapabilitySet, com.opensymphony.xwork2.TextProvider textProvider, CapabilityGroup capabilityGroup)
           
CapabilityDecorator(java.lang.String key, java.lang.String value, long id, CapabilityType capabilityType, ReadOnlyCapabilitySet parentCapabilitySet, com.opensymphony.xwork2.TextProvider textProvider, CapabilityGroup capabilityGroup, CapabilitySet capabilitySet)
           
CapabilityGroup(CapabilityType capabilityType, com.opensymphony.xwork2.TextProvider textProvider)
           
RequirementDecorator(Requirement requirement, CapabilityType capabilityType, com.opensymphony.xwork2.TextProvider textProvider, CapabilityGroup capabilityGroup, Buildable build)
           
 

Uses of CapabilityType in com.atlassian.bamboo.v2.build.requirement
 

Constructors in com.atlassian.bamboo.v2.build.requirement with parameters of type CapabilityType
RequirementDetailsImpl(ImmutableRequirement immutableRequirement, CapabilityType capabilityType, java.lang.String ownerName, java.lang.Integer matchingAgents, java.lang.Integer matchingImages)
           
 

Uses of CapabilityType in com.atlassian.bamboo.ww2.actions.admin.elastic
 

Methods in com.atlassian.bamboo.ww2.actions.admin.elastic that return types with arguments of type CapabilityType
 java.util.Collection<CapabilityType> ConfigureElasticImageConfiguration.getCapabilityTypes()
           
 



Copyright © 2014 Atlassian Software Systems Pty Ltd. All Rights Reserved.