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

Packages that use Buildable
com.atlassian.bamboo.build   
com.atlassian.bamboo.build.creation   
com.atlassian.bamboo.builder.resultsfilter   
com.atlassian.bamboo.configuration.agent   
com.atlassian.bamboo.labels   
com.atlassian.bamboo.persister   
com.atlassian.bamboo.persister.file   
com.atlassian.bamboo.plan   
com.atlassian.bamboo.results   
com.atlassian.bamboo.resultsummary   
com.atlassian.bamboo.resultsummary.tests   
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 Build
          Deprecated. since 2.7 as there are no more buildable top level plans
 interface Job
           
 

Classes in com.atlassian.bamboo.build that implement Buildable
 class AbstractBuildable
           
 class BuildObjectForTests
          Information about a build under Continuous Integration.
 class DefaultBuild
           
 class DefaultJob
           
 class TestBuildObjectForTests
           
 

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

Methods in com.atlassian.bamboo.build with parameters of type Buildable
 void HibernateBuildManager.addBuildResults(Buildable buildable, BuildResults buildResults)
           
 void BuildManager.addBuildResults(Buildable buildable, BuildResults buildResults)
          Deprecated.  
protected  java.lang.String BuildResultsAction.errorMessage(Buildable build)
           
 BuildResults HibernateBuildManager.getBuildResults(Buildable build, java.lang.Integer buildNumber)
           
 BuildResults BuildManager.getBuildResults(Buildable build, java.lang.Integer buildNumber)
          Deprecated. Return BuildResults for the given Build and buildNumber
protected  BuildResults BuildResultsAction.getBuildResultsFromContainer(Buildable buildable, int currentBuildNumber)
           
 void BaseCustomBuildCompleteAction.run(Buildable build, BuildResults buildResult)
          Deprecated.  
 void CustomBuildCompleteAction.run(Buildable buildable, BuildResults buildResult)
          This action will run when a build completes.
 void BuildResultsAction.setBuild(Buildable build)
           
 void HibernateBuildManager.updateNamesAndDescription(java.lang.String projectName, java.lang.String buildName, java.lang.String description, Buildable buildable)
          Updates project and plan names and plan description.
 void BuildManager.updateNamesAndDescription(java.lang.String projectName, java.lang.String buildName, java.lang.String description, Buildable buildable)
          Deprecated. Updates project and plan names and plan description.
 

Constructors in com.atlassian.bamboo.build with parameters of type Buildable
BuildStatusHelper(ResultsSummaryManager resultsSummaryManager, Buildable buildable, int buildNumber)
           
 

Uses of Buildable in com.atlassian.bamboo.build.creation
 

Methods in com.atlassian.bamboo.build.creation with parameters of type Buildable
 boolean JobCreationService.cloneBuildable(PlanCreationBean planCreationBean, Buildable buildableToClone, Job job)
           
 

Uses of Buildable in com.atlassian.bamboo.builder.resultsfilter
 

Methods in com.atlassian.bamboo.builder.resultsfilter with parameters of type Buildable
 java.util.List<BuildResultsSummary> TimeAgoBuildResultsFilter.getBuildResultsForBuild(Buildable buildable)
          Deprecated. 
 java.util.List<BuildResultsSummary> Latest25FiveBuildResultsFilter.getBuildResultsForBuild(Buildable buildable)
          Deprecated. 
 java.util.List<BuildResultsSummary> BuildResultsFilter.getBuildResultsForBuild(Buildable buildable)
          Deprecated. 
 java.util.List<BuildResultsSummary> AllBuildResultsFilter.getBuildResultsForBuild(Buildable buildable)
          Deprecated. 
 

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.Collection<Buildable> ViewAgentPlanMatrix.getBuildables()
           
 java.util.Collection<Buildable> ViewAgent.getExecutableBuildables()
           
 java.util.Map<Buildable,RequirementDelta> RenameAgentCapability.getRequirementDeltaMap()
           
 

Methods in com.atlassian.bamboo.configuration.agent with parameters of type Buildable
 BuildResultsSummary ViewAgent.findLastBuild(Buildable plan)
           
 BuildResultsSummary ViewAgent.findLastSuccessfulBuild(Buildable plan)
           
 

Uses of Buildable in com.atlassian.bamboo.labels
 

Methods in com.atlassian.bamboo.labels with parameters of type Buildable
 void AutoLabelBuildCompleteAction.run(Buildable buildable, BuildResults buildResult)
           
 

Uses of Buildable in com.atlassian.bamboo.persister
 

Methods in com.atlassian.bamboo.persister with parameters of type Buildable
 void Persister.addBuildResults(Buildable buildable, BuildResults buildResults)
          Deprecated. Associate the given buildResults with the given build.
 void CachedBuildPersisterDecorator.deleteBuildResults(Buildable buildable, long buildNumber)
          Remove a specific build build
 void Persister.deleteBuildResults(Buildable buildable, long buildNumber)
          Deprecated. Remove a specific build result MXL
 void CachedBuildPersisterDecorator.saveBuildResults(Buildable buildable, BuildResults buildResults)
          Simply pass this request onto the parent
 

Uses of Buildable in com.atlassian.bamboo.persister.file
 

Methods in com.atlassian.bamboo.persister.file with parameters of type Buildable
 void FileBasedPersister.addBuildResults(Buildable buildable, BuildResults buildResults)
           
 void XStreamBuildPersister.deleteBuildResults(Buildable buildable, long buildNumber)
          Remove the build files for the given build buildNumber.
 void FileBasedPersister.deleteBuildResults(Buildable buildable, long buildNumber)
           
 void BuildPersisterDecorator.deleteBuildResults(Buildable buildable, long buildNumber)
          Remove a specific build result
 void XStreamBuildPersister.saveBuildResults(Buildable buildable, BuildResults buildResults)
          Save the build results
 void BuildPersisterDecorator.saveBuildResults(Buildable buildable, BuildResults buildResults)
          Save the given build's given buildResults
 

Uses of Buildable in com.atlassian.bamboo.plan
 

Methods in com.atlassian.bamboo.plan with parameters of type Buildable
 java.util.Collection<BuildAgent> PlanExecutableAgentsHelperImpl.getExecutableAgentsForPlan(Buildable buildable, BuildContext buildContext)
           
 java.util.Collection<BuildAgent> PlanExecutableAgentsHelper.getExecutableAgentsForPlan(Buildable buildable, BuildContext buildContext)
          Calculates the list of active agents that can build a Buildable plan based on Requirements and criteria defined in plugins.
 java.util.Collection<ElasticImageConfiguration> PlanExecutableAgentsHelperImpl.getExecutableImagesForPlan(Buildable buildable)
           
 java.util.Collection<ElasticImageConfiguration> PlanExecutableAgentsHelper.getExecutableImagesForPlan(Buildable buildable)
          Calculates the list of elastic images that are capable of running an agent that can build a Buildable plan.
 

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
 long BuildResultsSummaryManagerImpl.getAverageBuildTime(Buildable plan, int numberOfResults)
           
 long BuildResultsSummaryManager.getAverageBuildTime(Buildable buildable, int numberOfResults)
          Returns average build duration for given number of builds
 java.util.List<BuildResultsSummary> BuildResultsSummaryManagerImpl.getLastNBuildResultsSummaries(Buildable buildable, int numberOfResults)
          Deprecated. 
 java.util.List<BuildResultsSummary> ResultsSummaryManager.getLastNBuildResultsSummaries(Buildable buildable, int numberOfResults)
          Deprecated. since 2.7 use getLastNResultsSummaries instead
 void BuildResultsSummaryManagerImpl.removeBuildResult(Buildable buildable, int buildNumber)
           
 void BuildResultsSummaryManager.removeBuildResult(Buildable buildable, int buildNumber)
          Removes a build result for a particular build.
 

Uses of Buildable in com.atlassian.bamboo.resultsummary.tests
 

Constructors in com.atlassian.bamboo.resultsummary.tests with parameters of type Buildable
TestCaseSummaryImpl(TestCase testCase, Buildable build, java.util.List<BuildResultsSummary> filteredBuildResults, TestsManager testsManager, BuildResultsSummaryManager buildResultsSummaryManager)
           
 

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

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

Methods in com.atlassian.bamboo.v2.build.agent.capability that return types with arguments of type Buildable
 java.util.Collection<Buildable> CapabilitySetManagerImpl.getExecutableBuildables(ReadOnlyCapabilitySet capabilitySet)
           
 java.util.Collection<Buildable> CapabilitySetManager.getExecutableBuildables(ReadOnlyCapabilitySet capabilitySet)
          Collection of buildables for which this capability set can meet the requirements of
 

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

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 BuildActionSupport.getBuild()
           
 Buildable BuildableAwareContextHolder.getBuild()
           
 

Methods in com.atlassian.bamboo.ww2.actions with parameters of type Buildable
 void BuildActionSupport.setBuild(Buildable build)
           
 void BuildableAwareContextHolder.setBuild(Buildable build)
           
 

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()
           
 

Methods in com.atlassian.bamboo.ww2.actions.build.admin.config with parameters of type Buildable
 void ConfigureBuildPermissions.setBuild(Buildable build)
           
 

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

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

Methods in com.atlassian.bamboo.ww2.aware with parameters of type Buildable
 void BuildableAware.setBuild(Buildable build)
           
 



Copyright © 2010 Atlassian. All Rights Reserved.