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

Packages that use Buildable
com.atlassian.bamboo.build   
com.atlassian.bamboo.builder.resultsfilter   
com.atlassian.bamboo.configuration.agent   
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
protected  java.lang.String BuildResultsAction.errorMessage(Buildable build)
           
protected  BuildResults BuildResultsAction.getBuildResultsFromContainer(Buildable buildable, int currentBuildNumber)
           
 void CustomBuildCompleteAction.run(Buildable buildable, BuildResults buildResult)
          This action will run when a build completes.
 void BaseCustomBuildCompleteAction.run(Buildable build, BuildResults buildResult)
          Deprecated.  
 void BuildResultsAction.setBuild(Buildable build)
           
 

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.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.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 Persister.deleteBuildResults(Buildable buildable, long buildNumber)
          Deprecated. Remove a specific build result MXL
 void CachedBuildPersisterDecorator.deleteBuildResults(Buildable buildable, long buildNumber)
          Remove a specific build build
 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> 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<BuildAgent> PlanExecutableAgentsHelperImpl.getExecutableAgentsForPlan(Buildable buildable, BuildContext buildContext)
           
 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.
 java.util.Collection<ElasticImageConfiguration> PlanExecutableAgentsHelperImpl.getExecutableImagesForPlan(Buildable buildable)
           
 

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

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 RequirementPlanMapping.getBuild()
           
 Buildable RequirementDecorator.getBuild()
           
 

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

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 label)
          Perform custom work when the key has been updated.
 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)
           
 

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

Methods in com.atlassian.bamboo.ww2.actions with parameters of type Buildable
 void BuildableAwareContextHolder.setBuild(Buildable build)
           
 void BuildActionSupport.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 © 2011 Atlassian. All Rights Reserved.