Uses of Interface
com.atlassian.bamboo.v2.build.BuildIdentifier

Packages that use BuildIdentifier
com.atlassian.bamboo.build   
com.atlassian.bamboo.builder   
com.atlassian.bamboo.plan   
com.atlassian.bamboo.v2.build   
 

Uses of BuildIdentifier in com.atlassian.bamboo.build
 

Methods in com.atlassian.bamboo.build with parameters of type BuildIdentifier
 CurrentlyBuilding DefaultBuildExecutionManager.getCurrentlyBuildingByBuildResult(BuildIdentifier buildIdentifier)
           
 CurrentlyBuilding BuildExecutionManager.getCurrentlyBuildingByBuildResult(BuildIdentifier buildIdentifier)
          Returns CurrentlyBuilding instance for build identifier (or BuildContext).
 

Uses of BuildIdentifier in com.atlassian.bamboo.builder
 

Methods in com.atlassian.bamboo.builder with parameters of type BuildIdentifier
 void AbstractBuilder.collateTestResults(BuildIdentifier buildIdentifier, CurrentBuildResult buildResult, BuildLogger buildLogger)
           
 

Uses of BuildIdentifier in com.atlassian.bamboo.plan
 

Methods in com.atlassian.bamboo.plan that return BuildIdentifier
 BuildIdentifier ExecutionStatus.getBuildIdentifier()
          The ID of the build
 

Uses of BuildIdentifier in com.atlassian.bamboo.v2.build
 

Subinterfaces of BuildIdentifier in com.atlassian.bamboo.v2.build
 interface BuildContext
          A class that encapsulates how to build a particular plan at a given instance
 

Classes in com.atlassian.bamboo.v2.build that implement BuildIdentifier
 class BuildContextImpl
           
 class BuildIdentifierImpl
           
 

Methods in com.atlassian.bamboo.v2.build that return BuildIdentifier
 BuildIdentifier CurrentlyBuildingImpl.getBuildIdentifier()
           
 BuildIdentifier BuildIdentifierImpl.getParentBuildIdentifier()
           
 BuildIdentifier BuildContextImpl.getParentBuildIdentifier()
           
 BuildIdentifier BuildIdentifier.getParentBuildIdentifier()
           
 

Constructors in com.atlassian.bamboo.v2.build with parameters of type BuildIdentifier
BuildIdentifierImpl(BuildIdentifier buildIdentifier)
           
CurrentlyBuildingImpl(BuildIdentifier buildIdentifier, BuildChanges buildChanges, TriggerReason triggerReason, java.lang.Long averageDuration)
           
 



Copyright © 2010 Atlassian. All Rights Reserved.