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

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

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)
           
 CurrentBuildResult AbstractBuilder.runBuild(BuildIdentifier buildIdentifier, CurrentBuildResult buildInfo, ReadOnlyCapabilitySet capabilitySet)
           
 

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 CurrentlyBuilding.getBuildIdentifier()
           
 BuildIdentifier CurrentlyBuildingImpl.getBuildIdentifier()
           
 

Constructors in com.atlassian.bamboo.v2.build with parameters of type BuildIdentifier
CurrentlyBuildingImpl(BuildIdentifier buildIdentifier, BuildChanges buildChanges, TriggerReason triggerReason, java.util.Collection<BuildAgent> executableBuildAgents)
           
 



Copyright © 2008 Atlassian Pty Ltd. All Rights Reserved.