Uses of Interface
com.atlassian.bamboo.build.Buildable

Packages that use Buildable
com.atlassian.bamboo.build   
com.atlassian.bamboo.configuration.agent   
com.atlassian.bamboo.results   
com.atlassian.bamboo.resultsummary   
com.atlassian.bamboo.task   
com.atlassian.bamboo.v2.build.agent.capability   
com.atlassian.bamboo.ww2.actions   
com.atlassian.bamboo.ww2.actions.build.admin.config   
com.atlassian.bamboo.ww2.aware   
 

Uses of Buildable in com.atlassian.bamboo.build
 

Subinterfaces of Buildable in com.atlassian.bamboo.build
 interface Job
           
 

Classes in com.atlassian.bamboo.build that implement Buildable
 class DefaultJob
           
 

Methods in com.atlassian.bamboo.build that return Buildable
 Buildable BuildResultsAction.getBuild()
          Deprecated. 
 

Methods in com.atlassian.bamboo.build with parameters of type Buildable
 void CustomBuildCompleteAction.run(Buildable buildable, BuildResults buildResult)
          This action will run when a build completes.
 

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

Methods in com.atlassian.bamboo.configuration.agent that return types with arguments of type Buildable
 java.util.Map<Buildable,RequirementDelta> RenameAgentCapability.getRequirementDeltaMap()
           
 

Uses of Buildable in com.atlassian.bamboo.results
 

Methods in com.atlassian.bamboo.results that return Buildable
 Buildable BuildResultsImpl.getBuildable()
          Deprecated.  
 

Uses of Buildable in com.atlassian.bamboo.resultsummary
 

Methods in com.atlassian.bamboo.resultsummary with parameters of type Buildable
 void BuildResultsSummaryManagerImpl.removeBuildResult(Buildable buildable, int buildNumber)
           
 

Uses of Buildable in com.atlassian.bamboo.task
 

Methods in com.atlassian.bamboo.task with parameters of type Buildable
 java.util.Set<Requirement> AbstractTaskConfigurator.calculateRequirements(TaskDefinition taskDefinition, Buildable job)
          Deprecated. 
 void TaskManager.removeRequirementsForTaskDefinition(Buildable buildable, TaskDefinition taskDefinition)
          Removes all the Requirements that belong to the TaskDefinition
 void TaskManagerImpl.removeRequirementsForTaskDefinition(Buildable buildable, TaskDefinition taskDefinition)
           
 

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

Methods in com.atlassian.bamboo.v2.build.agent.capability that return Buildable
 Buildable RequirementPlanMapping.getBuild()
           
 Buildable RequirementDecorator.getBuild()
           
 

Methods in com.atlassian.bamboo.v2.build.agent.capability with parameters of type Buildable
 void CapabilityGroup.addRequirement(Requirement requirement, CapabilityType capabilityType, Buildable build)
           
 void CapabilityType.updatePlanForNewLabel(Buildable plan, java.lang.String oldLabel, java.lang.String newLabel)
          Perform custom work when the key has been updated.
 void JdkCapabilityType.updatePlanForNewLabel(Buildable plan, java.lang.String oldLabel, java.lang.String newLabel)
           
 void BuilderCapabilityType.updatePlanForNewLabel(Buildable plan, java.lang.String oldLabel, java.lang.String newLabel)
           
 void AbstractCapabilityType.updatePlanForNewLabel(Buildable plan, java.lang.String oldLabel, java.lang.String newLabel)
           
protected  void AbstractCapabilityType.updateTasksForNewLabel(Buildable plan, java.lang.String keyToReplace, java.lang.String oldLabel, java.lang.String newLabel)
           
 

Constructors in com.atlassian.bamboo.v2.build.agent.capability with parameters of type Buildable
RequirementDecorator(Requirement requirement, CapabilityType capabilityType, com.opensymphony.xwork.TextProvider textProvider, CapabilityGroup capabilityGroup, Buildable build)
           
RequirementPlanMapping(Requirement requirement, Buildable build)
           
 

Uses of Buildable in com.atlassian.bamboo.ww2.actions
 

Methods in com.atlassian.bamboo.ww2.actions that return Buildable
 Buildable BuildableAwareContextHolder.getBuild()
          Deprecated. 
 Buildable BuildActionSupport.getBuild()
          Deprecated. 
 Buildable BuildActionSupport.getMutableBuild()
           
 

Uses of Buildable in com.atlassian.bamboo.ww2.actions.build.admin.config
 

Methods in com.atlassian.bamboo.ww2.actions.build.admin.config that return Buildable
 Buildable ConfigureBuildPermissions.getBuild()
          Deprecated. 
 

Uses of Buildable in com.atlassian.bamboo.ww2.aware
 

Methods in com.atlassian.bamboo.ww2.aware that return Buildable
 Buildable BuildableAware.getBuild()
          Deprecated. 
 



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