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

Packages that use BuildContext
com.atlassian.bamboo.author   
com.atlassian.bamboo.build   
com.atlassian.bamboo.build.artifact   
com.atlassian.bamboo.build.monitoring   
com.atlassian.bamboo.build.pipeline.tasks   
com.atlassian.bamboo.builder   
com.atlassian.bamboo.builder.command   
com.atlassian.bamboo.builder.coverage   
com.atlassian.bamboo.chains   
com.atlassian.bamboo.chains.plugins   
com.atlassian.bamboo.command   
com.atlassian.bamboo.event   
com.atlassian.bamboo.logger   
com.atlassian.bamboo.plan   
com.atlassian.bamboo.plugins.builder.php   
com.atlassian.bamboo.plugins.buildnumberstamper   
com.atlassian.bamboo.plugins.grails   
com.atlassian.bamboo.plugins.hg   
com.atlassian.bamboo.plugins.labeller   
com.atlassian.bamboo.plugins.maven2   
com.atlassian.bamboo.plugins.rest.model.queue   
com.atlassian.bamboo.repository   
com.atlassian.bamboo.repository.cvsimpl   
com.atlassian.bamboo.repository.perforce   
com.atlassian.bamboo.repository.svn   
com.atlassian.bamboo.results   
com.atlassian.bamboo.resultsummary   
com.atlassian.bamboo.resultsummary.tests   
com.atlassian.bamboo.v2.build   
com.atlassian.bamboo.v2.build.agent   
com.atlassian.bamboo.v2.build.agent.messages   
com.atlassian.bamboo.v2.build.agent.remote   
com.atlassian.bamboo.v2.build.events   
com.atlassian.bamboo.v2.build.queue   
com.atlassian.bamboo.v2.build.repository   
com.atlassian.bamboo.v2.build.task   
com.atlassian.bamboo.v2.build.trigger   
com.atlassian.bamboo.v2.trigger   
com.atlassian.bamboo.vcsversion   
com.atlassian.bamboo.webwork   
com.atlassian.bamboo.ww2.actions.build   
 

Uses of BuildContext in com.atlassian.bamboo.author
 

Methods in com.atlassian.bamboo.author with parameters of type BuildContext
 void AuthorCreatorServiceImpl.createMissingAuthors(BuildContext buildContext)
           
 void AuthorCreatorService.createMissingAuthors(BuildContext buildContext)
          Creates records for Authors
 

Uses of BuildContext in com.atlassian.bamboo.build
 

Methods in com.atlassian.bamboo.build that return BuildContext
 BuildContext CloverGrailsPreBuildAction.call()
           
 BuildContext BuildRequestResultImpl.getBuildContext()
           
 BuildContext BuildRequestResult.getBuildContext()
           
 BuildContext BuildDetectionResultImpl.getBuildContext()
          The BuildContext produced by a successful execution of a BuildDetectionAction
 BuildContext BuildDetectionResult.getBuildContext()
          The BuildContext produced by a successful execution of a BuildDetectionAction
 

Methods in com.atlassian.bamboo.build with parameters of type BuildContext
 CurrentlyBuilding DefaultBuildExecutionManager.addToCurrentlyBuilding(BuildContext buildContext)
          Denotes that the passed build context is beginning the build process.
 CurrentlyBuilding BuildExecutionManager.addToCurrentlyBuilding(BuildContext buildContext)
          Denotes that the passed build context is beginning the build process.
 BuildDetectionAction BuildDetectionActionFactoryImpl.createDependentBuildDetectionAction(Plan plan, Plan parent, BuildContext completedBuildContext)
           
 BuildDetectionAction BuildDetectionActionFactory.createDependentBuildDetectionAction(Plan plan, Plan parent, BuildContext completedBuildContext)
          Creates a new instance of BuildDetectionAction that is used to trigger dependent builds
 void DefaultBuildExecutionManager.execute(BuildContext buildContext)
           
 void BuildExecutionManager.execute(BuildContext buildContext)
          Executes the given BuildContext At this point a BuildResultsSummary exists that matches the given BuildContext
 java.util.Map<java.lang.String,java.lang.String> VariableBuilderBeanImpl.filterVariablesByName(BuildContext buildContext, java.util.Set<java.lang.String> variableNames)
           
 java.util.Map<java.lang.String,java.lang.String> VariableBuilderBean.filterVariablesByName(BuildContext buildContext, java.util.Set<java.lang.String> variableNames)
          Returns a map of Bamboo variables given the BuildContext and a Set of variableNames to filter

Note that keys are not prefixed with "bamboo."

 java.util.Map<java.lang.String,java.lang.String> VariableSubstitutionBeanImpl.getVariables(BuildContext buildContext)
           
 java.util.Map<java.lang.String,java.lang.String> VariableBuilderBeanImpl.getVariables(BuildContext buildContext)
           
 java.util.Map<java.lang.String,java.lang.String> VariableSubstitutionBean.getVariables(BuildContext buildContext)
           
 java.util.Map<java.lang.String,java.lang.String> VariableBuilderBean.getVariables(BuildContext buildContext)
          Returns a map of Bamboo variables given the BuildContext Note that keys are not prefixed with "bamboo."
 void CloverGrailsPreBuildAction.init(BuildContext buildContext)
           
 void DefaultBuildExecutionManager.setBuildFinish(BuildContext buildContext, TimingPoint timingPoint)
           
 void BuildExecutionUpdateManager.setBuildFinish(BuildContext buildContext, TimingPoint timingPoint)
           
 void DefaultBuildExecutionManager.setBuildRunningOnAgent(BuildContext buildContext, java.lang.Long buildAgentId)
           
 void BuildExecutionUpdateManager.setBuildRunningOnAgent(BuildContext buildContext, java.lang.Long buildAgentId)
          Marks that this plan has started building on the agentId.
 void DefaultBuildExecutionManager.setBuildStart(BuildContext buildContext, TimingPoint timingPoint)
           
 void BuildExecutionUpdateManager.setBuildStart(BuildContext buildContext, TimingPoint timingPoint)
           
 void DefaultBuildExecutionManager.setCurrentlyBuilding(BuildContext buildContext, java.util.Collection<BuildAgent> executableAgents, java.util.Collection<ElasticImageConfiguration> executableImages)
          Denotes that the passed build context is beginning the build process.
 void BuildExecutionManager.setCurrentlyBuilding(BuildContext buildContext, java.util.Collection<BuildAgent> executableAgents, java.util.Collection<ElasticImageConfiguration> executableImages)
          Denotes that the passed build context is beginning the build process.
 CurrentlyBuilding CurrentlyBuildingContainer.setCurrentlyBuilding(BuildContext buildContext, CurrentlyBuilding currentlyBuilding, java.util.Collection<BuildAgent> executableAgents, java.util.Collection<ElasticImageConfiguration> executableImages, boolean executableAgentInfoInitialized)
           
 CurrentlyBuilding CurrentlyBuildingContainer.startBuildingOnAgent(BuildContext buildContext, java.lang.Long agentId)
           
 java.lang.String[] VariableSubstitutionBeanImpl.substituteBambooVariables(java.lang.String[] stringWithValuesToSubstitute, BuildContext buildContext, BuildLogger buildLogger)
           
 java.lang.String[] VariableSubstitutionBean.substituteBambooVariables(java.lang.String[] stringWithValuesToSubstitute, BuildContext buildContext, BuildLogger buildLogger)
          Takes an array of Strings to be parsed for variable references and substitutes with the variable values then returns the substituted string If BuildContext is null only global variables, system variables and capabilities will be substituted.
 java.lang.String VariableSubstitutionBeanImpl.substituteBambooVariables(java.lang.String stringWithValuesToSubstitute, BuildContext buildContext, BuildLogger buildLogger)
           
 java.lang.String VariableSubstitutionBean.substituteBambooVariables(java.lang.String stringWithValuesToSubstitute, BuildContext buildContext, BuildLogger buildLogger)
          Takes a String to be parsed for variable references and substitutes with the variable values then returns the substituted string.
 java.lang.String HibernateBuildManager.updateVcsRevisionKey(BuildContext buildContext)
           
 java.lang.String BuildManager.updateVcsRevisionKey(BuildContext buildContext)
          Deprecated. use PlanManager.updateVcsRevisionKey(BuildContext)
 

Constructors in com.atlassian.bamboo.build with parameters of type BuildContext
BuildDetectionResultImpl(ErrorCollection errorCollection, BuildContext buildContext)
           
BuildRequestResultImpl(BuildContext buildContext, ErrorCollection errors)
           
 

Uses of BuildContext in com.atlassian.bamboo.build.artifact
 

Methods in com.atlassian.bamboo.build.artifact that return BuildContext
 BuildContext BuildArtifactPostProcessor.call()
          Copy all of the build's artifacts for this build across to the builds artifact directory
 

Uses of BuildContext in com.atlassian.bamboo.build.monitoring
 

Methods in com.atlassian.bamboo.build.monitoring that return BuildContext
 BuildContext BuildMonitoringPerPlanPlugin.call()
           
 

Methods in com.atlassian.bamboo.build.monitoring with parameters of type BuildContext
 void BuildMonitoringPerPlanPlugin.init(BuildContext buildContext)
           
 

Uses of BuildContext in com.atlassian.bamboo.build.pipeline.tasks
 

Methods in com.atlassian.bamboo.build.pipeline.tasks that return BuildContext
 BuildContext PrepareBuildTask.call()
           
 BuildContext ExecuteBuildTask.call()
           
 

Methods in com.atlassian.bamboo.build.pipeline.tasks with parameters of type BuildContext
 void ExecuteBuildTask.init(BuildContext buildContext, ReadOnlyCapabilitySet capabilitySet)
           
 

Uses of BuildContext in com.atlassian.bamboo.builder
 

Methods in com.atlassian.bamboo.builder with parameters of type BuildContext
 void AbstractBuilder.executeBuild(BuildContext buildContext, ReadOnlyCapabilitySet capabilitySet)
           
 CurrentBuildResult AbstractBuilder.runBuild(BuildContext buildContext, ReadOnlyCapabilitySet capabilitySet)
           
 

Uses of BuildContext in com.atlassian.bamboo.builder.command
 

Methods in com.atlassian.bamboo.builder.command with parameters of type BuildContext
 void AbstractCloverCommandDecorator.init(BuildContext context)
           
 

Uses of BuildContext in com.atlassian.bamboo.builder.coverage
 

Methods in com.atlassian.bamboo.builder.coverage that return BuildContext
 BuildContext CloverDeltaCalculator.call()
           
 BuildContext CloverBuildProcessor.call()
           
 

Uses of BuildContext in com.atlassian.bamboo.chains
 

Methods in com.atlassian.bamboo.chains that return BuildContext
 BuildContext ChainState.getBuildContext()
          The BuildContext of the currently executing chain
 BuildContext BuildExecution.getBuildContext()
          The BuildContext of build process represented by this object.
 BuildContext ChainStateResult.getBuildContext(PlanResultKey planResultKey)
          Lookup a BuildContext of a Job by its PlanResultKey
 

Methods in com.atlassian.bamboo.chains that return types with arguments of type BuildContext
 java.util.Map<ChainStage,java.util.Map<Job,BuildContext>> BuildContextFactoryImpl.createBuildContextsForJobs(Chain chain, BuildContext parentBuildContext)
           
 java.util.Map<ChainStage,java.util.Map<Job,BuildContext>> BuildContextFactory.createBuildContextsForJobs(Chain chain, BuildContext parentBuildContext)
          Creates a BuildContext for each Job in the Chain
 

Methods in com.atlassian.bamboo.chains with parameters of type BuildContext
 ChainState ChainStateFactoryImpl.create(Chain chain, BuildContext chainBuildContext, ChainStateResult chainResultState)
           
 ChainState ChainStateFactory.create(Chain chain, BuildContext buildContext, ChainStateResult chainResultState)
          Creates a ChainState
 ChainStateResult ChainResultManagerImpl.create(Chain chain, BuildContext chainBuildContext, java.util.Map<ChainStage,java.util.Map<Job,BuildContext>> jobBuildContexts)
           
 ChainStateResult ChainResultManager.create(Chain chain, BuildContext chainBuildContext, java.util.Map<ChainStage,java.util.Map<Job,BuildContext>> jobBuildContexts)
          Creates a ChainState from Chain and BuildContext and reports any errors
 java.util.Map<ChainStage,java.util.Map<Job,BuildContext>> BuildContextFactoryImpl.createBuildContextsForJobs(Chain chain, BuildContext parentBuildContext)
           
 java.util.Map<ChainStage,java.util.Map<Job,BuildContext>> BuildContextFactory.createBuildContextsForJobs(Chain chain, BuildContext parentBuildContext)
          Creates a BuildContext for each Job in the Chain
 void ChainExecutionManagerImpl.handleJobStarted(BuildContext buildContext, TimingPoint timingPoint)
           
 void ChainExecutionUpdateManager.handleJobStarted(BuildContext buildContext, TimingPoint timingPoint)
           
 void JobExecutionManagerImpl.requestExecution(BuildContext buildContext)
           
 void JobExecutionManager.requestExecution(BuildContext buildContext)
          Executes BuildContext object
 

Method parameters in com.atlassian.bamboo.chains with type arguments of type BuildContext
 ChainStateResult ChainResultManagerImpl.create(Chain chain, BuildContext chainBuildContext, java.util.Map<ChainStage,java.util.Map<Job,BuildContext>> jobBuildContexts)
           
 ChainStateResult ChainResultManager.create(Chain chain, BuildContext chainBuildContext, java.util.Map<ChainStage,java.util.Map<Job,BuildContext>> jobBuildContexts)
          Creates a ChainState from Chain and BuildContext and reports any errors
 

Uses of BuildContext in com.atlassian.bamboo.chains.plugins
 

Methods in com.atlassian.bamboo.chains.plugins with parameters of type BuildContext
 void PreJobAction.execute(StageExecution stageExecution, BuildContext buildContext)
          Executes the custom action
 

Uses of BuildContext in com.atlassian.bamboo.command
 

Methods in com.atlassian.bamboo.command that return BuildContext
protected  BuildContext AbstractCommandDecorator.getBuildContext()
           
 

Methods in com.atlassian.bamboo.command with parameters of type BuildContext
protected  void Command.decorateCommandLine(org.apache.tools.ant.types.Commandline commandline, BuildContext context)
           
 int Command.executeCommand(BuildContext buildContext, CommandExecuteStreamHandler commandExecuteStreamHandler, java.lang.String extraEnvironmentVariables, java.lang.String javaHome, ReadOnlyCapabilitySet capabilitySet)
          Execute the command line in a specific directory.
 org.apache.tools.ant.types.Commandline Command.getSubstitutedCommandLine(BuildContext buildContext, BuildLogger buildLogger, ReadOnlyCapabilitySet capabilitySet)
          Get the command line provided by implementing class and provides variable substitution.
 void CommandDecorator.init(BuildContext context)
           
 void AbstractCommandDecorator.init(BuildContext buildContext)
           
 

Uses of BuildContext in com.atlassian.bamboo.event
 

Methods in com.atlassian.bamboo.event that return BuildContext
 BuildContext ChainCompletedEvent.getBuildContext()
           
 

Constructors in com.atlassian.bamboo.event with parameters of type BuildContext
ChainCompletedEvent(java.lang.Object source, ChainExecution chainExecution, BuildContext buildContext)
           
 

Uses of BuildContext in com.atlassian.bamboo.logger
 

Methods in com.atlassian.bamboo.logger with parameters of type BuildContext
 void ErrorUpdateHandler.recordError(BuildContext buildContext, java.lang.String context, java.lang.Throwable throwable)
           
 void AbstractErrorUpdateHandler.recordError(BuildContext buildContext, java.lang.String context, java.lang.Throwable throwable)
           
 

Uses of BuildContext in com.atlassian.bamboo.plan
 

Methods in com.atlassian.bamboo.plan that return BuildContext
 BuildContext PlanStatePersisterServiceImpl.saveFinishedBuildResult(BuildContext buildContext)
           
 BuildContext PlanStatePersisterService.saveFinishedBuildResult(BuildContext buildContext)
          Saves results of a finished build represented by a BuildContext
 BuildContext PlanStatePersisterImpl.saveFinishedBuildResult(BuildContext buildContext)
           
 BuildContext PlanStatePersister.saveFinishedBuildResult(BuildContext buildContext)
          Saves results of build represented by a BuildContext into DB in single transaction.
 

Methods in com.atlassian.bamboo.plan with parameters of type BuildContext
 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.
 BuildContext PlanStatePersisterServiceImpl.saveFinishedBuildResult(BuildContext buildContext)
           
 BuildContext PlanStatePersisterService.saveFinishedBuildResult(BuildContext buildContext)
          Saves results of a finished build represented by a BuildContext
 BuildContext PlanStatePersisterImpl.saveFinishedBuildResult(BuildContext buildContext)
           
 BuildContext PlanStatePersister.saveFinishedBuildResult(BuildContext buildContext)
          Saves results of build represented by a BuildContext into DB in single transaction.
 java.lang.String PlanManagerImpl.updateVcsRevisionKey(BuildContext buildContext)
           
 java.lang.String PlanManager.updateVcsRevisionKey(BuildContext buildContext)
          Updates lastVcsRevisionKey in build based on revision contained in BuildContext
 

Uses of BuildContext in com.atlassian.bamboo.plugins.builder.php
 

Methods in com.atlassian.bamboo.plugins.builder.php with parameters of type BuildContext
 int AbstractPhpUnitBuilder.executeCommand(BuildContext buildContext, CommandExecuteStreamHandler commandExecuteStreamHandler, java.lang.String extraEnvironmentVariables, java.lang.String javaHome, ReadOnlyCapabilitySet capabilitySet)
          Check if output directories for PHPUnit are created.
 void AbstractPhpUnitCommandDecorator.init(BuildContext context)
           
 

Uses of BuildContext in com.atlassian.bamboo.plugins.buildnumberstamper
 

Methods in com.atlassian.bamboo.plugins.buildnumberstamper that return BuildContext
 BuildContext BuildNumberStamper.call()
          Places a file containing the build number in the source code directory for the build/plan contained in the build context
 

Methods in com.atlassian.bamboo.plugins.buildnumberstamper with parameters of type BuildContext
 void BuildNumberStamper.init(BuildContext buildContext)
           
 

Uses of BuildContext in com.atlassian.bamboo.plugins.grails
 

Methods in com.atlassian.bamboo.plugins.grails with parameters of type BuildContext
 void GrailsBuilder.executeBuild(BuildContext buildContext, ReadOnlyCapabilitySet capabilitySet)
           
 void GrailsCommandDecorator.init(BuildContext context)
           
 CurrentBuildResult GrailsBuilder.runBuild(BuildContext buildContext, ReadOnlyCapabilitySet capabilitySet)
           
 

Uses of BuildContext in com.atlassian.bamboo.plugins.hg
 

Methods in com.atlassian.bamboo.plugins.hg with parameters of type BuildContext
 java.lang.String HgRepository.retrieveSourceCode(BuildContext buildContext, java.lang.String vcsRevision)
           
 

Uses of BuildContext in com.atlassian.bamboo.plugins.labeller
 

Methods in com.atlassian.bamboo.plugins.labeller that return BuildContext
 BuildContext BuildLabeller.call()
          This action will run after a build has completed.
 

Methods in com.atlassian.bamboo.plugins.labeller with parameters of type BuildContext
 void BuildLabeller.init(BuildContext buildContext)
           
 

Uses of BuildContext in com.atlassian.bamboo.plugins.maven2
 

Methods in com.atlassian.bamboo.plugins.maven2 that return BuildContext
 BuildContext Maven2BuildProcessor.call()
           
 

Uses of BuildContext in com.atlassian.bamboo.plugins.rest.model.queue
 

Constructors in com.atlassian.bamboo.plugins.rest.model.queue with parameters of type BuildContext
RestQueuedBuild(BuildContext buildContext, javax.ws.rs.core.UriInfo uriInfo)
           
 

Uses of BuildContext in com.atlassian.bamboo.repository
 

Methods in com.atlassian.bamboo.repository with parameters of type BuildContext
 void InitialBuildAwareRepository.onInitialBuild(BuildContext buildContext)
          Allows the Repository to perform custom actions when an initial build is triggered.
 

Uses of BuildContext in com.atlassian.bamboo.repository.cvsimpl
 

Methods in com.atlassian.bamboo.repository.cvsimpl with parameters of type BuildContext
 java.lang.String CVSRepository.retrieveSourceCode(BuildContext buildContext, java.lang.String vcsRevisionKey)
           
 

Uses of BuildContext in com.atlassian.bamboo.repository.perforce
 

Methods in com.atlassian.bamboo.repository.perforce with parameters of type BuildContext
 java.lang.String PerforceRepository.retrieveSourceCode(BuildContext buildContext, java.lang.String vcsRevisionKey)
          Checkout the sourcecode as at the vcsRevisionKey, if revisionKey is null source will be checked out from head
 

Uses of BuildContext in com.atlassian.bamboo.repository.svn
 

Methods in com.atlassian.bamboo.repository.svn with parameters of type BuildContext
 void SvnRepository.onInitialBuild(BuildContext buildContext)
           
 void SvnRepository.postRetrieveSourceCode(BuildContext buildContext)
           
 void SvnRepository.preRetrieveSourceCode(BuildContext buildContext)
          Checks if the SVN URL has changed
 java.lang.String SvnRepository.retrieveSourceCode(BuildContext buildContext, java.lang.String vcsRevisionKey)
           
 

Uses of BuildContext in com.atlassian.bamboo.results
 

Methods in com.atlassian.bamboo.results with parameters of type BuildContext
 BuildResults BuildResultsImpl.cloneAsBuildResults(BuildContext buildContext, ReasonForBuild reasonForBuild)
          Deprecated.  
 BuildResults BuildResults.cloneAsBuildResults(BuildContext buildContext, ReasonForBuild reasonForBuild)
          Deprecated.  
static ReasonForBuild BuildResultsImpl.getReasonForBuild(BuildContext buildContext)
          Deprecated.  
 

Uses of BuildContext in com.atlassian.bamboo.resultsummary
 

Methods in com.atlassian.bamboo.resultsummary with parameters of type BuildContext
<T extends ResultsSummary>
T
BuildResultsSummaryManagerImpl.createResultsSummary(BuildContext buildContext, java.lang.Class<T> aClass)
           
<T extends ResultsSummary>
T
ResultsSummaryManager.createResultsSummary(BuildContext buildContext, java.lang.Class<T> aClass)
          Creates a ResultsSummary of the given Class
 BuildResultsSummary BuildResultsSummaryManagerImpl.updateBuildSummaryFromBuildResults(BuildContext buildContext, CurrentlyBuilding currentlyBuilding, BuildResults buildResults)
           
 BuildResultsSummary BuildResultsSummaryManager.updateBuildSummaryFromBuildResults(BuildContext buildContext, CurrentlyBuilding currentlyBuilding, BuildResults buildResults)
          Updates BuildResultsSummary after build is completed.
 void BuildResultsSummaryManagerImpl.updateLifeCycleState(BuildContext buildContext, LifeCycleState lifeCycleState, BuildState buildState)
           
 void ResultsSummaryManager.updateLifeCycleState(BuildContext buildContext, LifeCycleState lifeCycleState, BuildState buildState)
          Update LifeCycleState and saves the ResultsSummary for given BuildContext Updates also timing information
 

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

Methods in com.atlassian.bamboo.resultsummary.tests with parameters of type BuildContext
 void TestsManagerImpl.copyTestResultsToBuildResultsSummary(BuildResultsSummary summary, BuildResults buildResults, BuildContext buildContext)
           
 void TestsManager.copyTestResultsToBuildResultsSummary(BuildResultsSummary summary, BuildResults buildResults, BuildContext buildContext)
          Converts the test results sent back from the agent to a list of TestClassResults and attaches them to the BRS.
 

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

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

Fields in com.atlassian.bamboo.v2.build declared as BuildContext
protected  BuildContext BaseConfigurableBuildPlugin.buildContext
           
 

Methods in com.atlassian.bamboo.v2.build that return BuildContext
 BuildContext BuildContextImpl.getParentBuildContext()
           
 BuildContext BuildContext.getParentBuildContext()
           
 

Methods in com.atlassian.bamboo.v2.build with parameters of type BuildContext
 BuildResults CurrentBuildResultImpl.cloneAsBuildResults(BuildContext buildContext, ReasonForBuild reasonForBuild)
           
 BuildResults CurrentBuildResult.cloneAsBuildResults(BuildContext buildContext, ReasonForBuild reasonForBuild)
           
 void BuilderV2.executeBuild(BuildContext buildContext, ReadOnlyCapabilitySet capabilitySet)
          Runs the build, and updates the build results in the build context.
 void BaseConfigurableBuildPlugin.init(BuildContext buildContext)
           
static void BuildContextHelper.rewire(BuildContext buildContext)
           
 

Constructors in com.atlassian.bamboo.v2.build with parameters of type BuildContext
BuildContextImpl(Plan buildPlan, int buildNumber, TriggerReason triggerReason, BuildDefinition buildDefinition, BuildChanges buildChanges, BuildContext parentBuildContext)
           
 

Uses of BuildContext in com.atlassian.bamboo.v2.build.agent
 

Methods in com.atlassian.bamboo.v2.build.agent that return BuildContext
 BuildContext DefaultBuildAgent.getBuilding()
           
 BuildContext ExecutableBuildAgent.getBuilding()
          Gets the BuildContext related to the build that is building on the agent.
 

Methods in com.atlassian.bamboo.v2.build.agent with parameters of type BuildContext
 void DefaultBuildAgent.build(BuildContext buildContext, ReadOnlyCapabilitySet agentCapabilities)
           
 void ExecutableBuildAgent.build(BuildContext currentlyBuilding, ReadOnlyCapabilitySet agentCapabilities)
          Executes the passed BuildContext
 java.util.Collection<BuildAgent> BuildAgentRequirementFilter.filter(BuildContext buildContext, java.util.Collection<BuildAgent> agents, RequirementSet requirements)
          Filter the given colletion of agents by the requirements
 void LocalBuildResultProcessor.processBuildResult(BuildContext buildContext)
           
 void BuildResultProcessor.processBuildResult(BuildContext buildContext)
           
 

Uses of BuildContext in com.atlassian.bamboo.v2.build.agent.messages
 

Methods in com.atlassian.bamboo.v2.build.agent.messages that return BuildContext
 BuildContext ProcessBuildResult.getBuildContext()
           
 

Constructors in com.atlassian.bamboo.v2.build.agent.messages with parameters of type BuildContext
ProcessBuildResult(BuildContext buildContext)
           
SetBuildFinish(BuildContext buildContext, TimingPoint timingPoint)
           
SetBuildRunningOnAgent(BuildContext buildContext, java.lang.Long buildAgentId)
           
SetBuildStart(BuildContext buildContext, TimingPoint timingPoint)
           
 

Uses of BuildContext in com.atlassian.bamboo.v2.build.agent.remote
 

Methods in com.atlassian.bamboo.v2.build.agent.remote with parameters of type BuildContext
 void RemoteBuildResultProcessor.processBuildResult(BuildContext buildContext)
           
 void RemoteBuildExecutionUpdateManager.setBuildFinish(BuildContext buildContext, TimingPoint timingPoint)
           
 void RemoteBuildExecutionUpdateManager.setBuildRunningOnAgent(BuildContext buildContext, java.lang.Long buildAgentId)
           
 void RemoteBuildExecutionUpdateManager.setBuildStart(BuildContext buildContext, TimingPoint timingPoint)
           
 

Uses of BuildContext in com.atlassian.bamboo.v2.build.events
 

Methods in com.atlassian.bamboo.v2.build.events that return BuildContext
 BuildContext BuildContextEvent.getBuildContext()
           
 

Constructors in com.atlassian.bamboo.v2.build.events with parameters of type BuildContext
AgentCompletedEvent(java.lang.Object source, BuildContext buildContext)
           
BuildContextEvent(java.lang.Object source, BuildContext buildContext)
           
BuildDeQueuedEvent(java.lang.Object source, BuildContext buildContext)
           
BuildQueuedEvent(java.lang.Object source, BuildContext buildContext)
           
BuildRejectedFromQueueEvent(java.lang.Object source, BuildContext buildContext)
           
BuildTriggeredEvent(java.lang.Object source, BuildContext buildContext)
           
PostBuildCompletedEvent(java.lang.Object source, BuildContext buildContext)
           
 

Uses of BuildContext in com.atlassian.bamboo.v2.build.queue
 

Methods in com.atlassian.bamboo.v2.build.queue that return BuildContext
 BuildContext AgentQueueAccessorImpl.takeBuildContext(long id)
           
 BuildContext AgentQueueAccessor.takeBuildContext(long agentId)
          Takes a BuildContext from the queue, blocking until one is available.
 

Methods in com.atlassian.bamboo.v2.build.queue that return types with arguments of type BuildContext
 java.util.List<BuildContext> BuildQueueManagerImpl.getBuildQueue()
           
 java.util.List<BuildContext> BuildQueueManager.getBuildQueue()
          Returns a thread safe list of BuildContext objects representing the builds that is in the queue
 

Methods in com.atlassian.bamboo.v2.build.queue with parameters of type BuildContext
 void BuildQueueManagerImpl.addBuildToQueue(BuildContext buildContext)
           
 void BuildQueueManager.addBuildToQueue(BuildContext buildContext)
          Attempts to add the build to a queue.
 

Uses of BuildContext in com.atlassian.bamboo.v2.build.repository
 

Methods in com.atlassian.bamboo.v2.build.repository with parameters of type BuildContext
 void RepositoryEventAware.postRetrieveSourceCode(BuildContext buildContext)
          postRetrieveSourceCode will run after the retrieveSourceCode method is called.
 void RepositoryEventAware.preRetrieveSourceCode(BuildContext buildContext)
          preRetrieveSourceCode will run before the retrieveSourceCode method is called.
 java.lang.String RepositoryV2.retrieveSourceCode(BuildContext buildContext, java.lang.String vcsRevisionKey)
          Checks out the latest source code to an appropriate repository
 

Uses of BuildContext in com.atlassian.bamboo.v2.build.task
 

Fields in com.atlassian.bamboo.v2.build.task declared as BuildContext
protected  BuildContext AbstractBuildTask.buildContext
           
 

Methods in com.atlassian.bamboo.v2.build.task that return BuildContext
 BuildContext CheckoutUpdateForBuild.call()
           
 BuildContext BuildTask.call()
          Execute the build task.
 

Methods in com.atlassian.bamboo.v2.build.task with parameters of type BuildContext
 void AbstractBuildTask.init(BuildContext buildContext)
           
 void BuildTask.init(BuildContext buildContext)
           
 void CapabililitiesAwareBuildTask.init(BuildContext buildContext, ReadOnlyCapabilitySet capabilitySet)
           
 

Uses of BuildContext in com.atlassian.bamboo.v2.build.trigger
 

Methods in com.atlassian.bamboo.v2.build.trigger with parameters of type BuildContext
 TriggerReason TriggerReasonManagerImpl.getTriggerReason(BuildContext buildContext)
           
 TriggerReason TriggerReasonManager.getTriggerReason(BuildContext buildContext)
          Creates a new instance of the getTriggerReason()
 

Uses of BuildContext in com.atlassian.bamboo.v2.trigger
 

Fields in com.atlassian.bamboo.v2.trigger declared as BuildContext
protected  BuildContext AbstractDependentDetectionAction.completedBuildContext
           
 

Methods in com.atlassian.bamboo.v2.trigger that return BuildContext
protected  BuildContext AbstractDependentDetectionAction.prepareBuildContext(ErrorCollection errorCollection)
           
 

Constructors in com.atlassian.bamboo.v2.trigger with parameters of type BuildContext
AbstractDependentDetectionAction(Plan plan, Plan parentPlan, BuildContext completedBuildContext, ErrorUpdateHandler errorUpdateHandler, TriggerReasonManager triggerReasonManager, ChangeDetectionManager changeDetectionManager, BuildNumberGeneratorService buildNumberGeneratorService, BuildLoggerManager buildLoggerManager)
           
DependentBuildDetectionAction(Plan plan, Plan parentPlan, BuildContext completedBuildContext, ErrorUpdateHandler errorUpdateHandler, TriggerReasonManager triggerReasonManager, ChangeDetectionManager changeDetectionManager, BuildNumberGeneratorService buildNumberGeneratorService, BuildLoggerManager buildLoggerManager)
           
 

Uses of BuildContext in com.atlassian.bamboo.vcsversion
 

Methods in com.atlassian.bamboo.vcsversion that return BuildContext
 BuildContext VCSVersionReader.call()
           
 

Uses of BuildContext in com.atlassian.bamboo.webwork
 

Methods in com.atlassian.bamboo.webwork that return types with arguments of type BuildContext
 java.util.Collection<BuildContext> StarterAction.getQueue()
           
 

Uses of BuildContext in com.atlassian.bamboo.ww2.actions.build
 

Constructors in com.atlassian.bamboo.ww2.actions.build with parameters of type BuildContext
QueuedBuildJsonDecorator(com.opensymphony.xwork.TextProvider textProvider, BuildContext buildContext, int index, LocalAgentManager localAgentManager, BuildExecutionManager buildExecutionManager, BambooPermissionManager bambooPermissionManager, TriggerReasonManager triggerReasonManager)
           
 



Copyright © 2010 Atlassian. All Rights Reserved.