Uses of Class
com.atlassian.bamboo.plan.PlanResultKey

Packages that use PlanResultKey
com.atlassian.bamboo.build   
com.atlassian.bamboo.build.artifact   
com.atlassian.bamboo.build.logger   
com.atlassian.bamboo.build.monitoring   
com.atlassian.bamboo.builder   
com.atlassian.bamboo.chains   
com.atlassian.bamboo.event   
com.atlassian.bamboo.fileserver   
com.atlassian.bamboo.labels   
com.atlassian.bamboo.logger   
com.atlassian.bamboo.plan   
com.atlassian.bamboo.plan.artifact   
com.atlassian.bamboo.resultsummary   
com.atlassian.bamboo.resultsummary.tests   
com.atlassian.bamboo.security   
com.atlassian.bamboo.v2.build   
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.ww2.beans   
com.atlassian.bamboo.xmpp.commands   
 

Uses of PlanResultKey in com.atlassian.bamboo.build
 

Methods in com.atlassian.bamboo.build that return PlanResultKey
 PlanResultKey BuildRequestResultImpl.getPlanResultKey()
           
 

Methods in com.atlassian.bamboo.build with parameters of type PlanResultKey
 void DefaultStopBuildManager.cancelBuild(PlanResultKey planResultKey, boolean abandonResult)
           
 void StopBuildManager.cancelBuild(PlanResultKey planResultKey, boolean abandonResult)
          Cancel a running build optionally abandoning the result
 void BuildExecutionManager.finishBuild(PlanResultKey planResultKey)
          Calls removeCurrentlyBuilding & finishProcess
 void DefaultBuildExecutionManager.finishBuild(PlanResultKey planResultKey)
           
 BuildLogger BuildLoggerManager.getBuildLogger(PlanResultKey resultKey)
          Returns a BuildLogger for the given result
 BuildLogger DefaultBuildExecutionManager.getBuildLogger(PlanResultKey resultKey)
           
 ExecutionStatus ChainResultsAction.getExecutionStatus(PlanResultKey planResultKey)
           
 boolean ChainResultsAction.jobHasExecutableAgents(PlanResultKey planResultKey)
           
 void BuildLoggerManager.removeBuildLogger(PlanResultKey buildResultKey)
          Removes buildLogger for finished build process.
 void DefaultBuildExecutionManager.removeBuildLogger(PlanResultKey buildResultKey)
           
 

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

Methods in com.atlassian.bamboo.build.artifact with parameters of type PlanResultKey
 boolean ArtifactManager.publish(BuildLogger buildLogger, PlanResultKey planResultKey, java.io.File baseDirectory, ArtifactDefinitionContext artifact, boolean deleteSource)
          Request copy of artifacts from a designated location to artifact storage.
 boolean AbstractArtifactManager.publish(BuildLogger buildLogger, PlanResultKey planResultKey, java.io.File baseDirectory, ArtifactDefinitionContext artifact, boolean deleteSource)
           
protected abstract  boolean AbstractArtifactManager.publishFileSet(PlanResultKey planResultKey, ArtifactDefinitionContext artifact, org.apache.tools.ant.types.FileSet sourceFileSet, boolean deleteSource)
           
protected  boolean LocalArtifactManager.publishFileSet(PlanResultKey planResultKey, ArtifactDefinitionContext artifact, org.apache.tools.ant.types.FileSet sourceFileSet, boolean deleteSource)
           
static void LocalArtifactManager.removeSingleArtifactFiles(PlanResultKey planResultKey, ArtifactLink artifactLink)
           
 boolean ArtifactManager.retrieve(PlanResultKey planResultKey, ArtifactSubscriptionContext artifactSubscription)
          Retrieves an artifact from artifact storage.
 boolean LocalArtifactManager.retrieve(PlanResultKey planResultKey, ArtifactSubscriptionContext artifactSubscription)
           
 

Uses of PlanResultKey in com.atlassian.bamboo.build.logger
 

Methods in com.atlassian.bamboo.build.logger with parameters of type PlanResultKey
 BuildLogger DefaultBuildLoggerManager.getBuildLogger(PlanResultKey resultKey)
           
 void DefaultBuildLoggerManager.removeBuildLogger(PlanResultKey buildResultKey)
           
 

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

Methods in com.atlassian.bamboo.build.monitoring with parameters of type PlanResultKey
static java.lang.String BuildStopDelayedJob.getJobName(PlanResultKey planResultKey)
           
 

Uses of PlanResultKey in com.atlassian.bamboo.builder
 

Methods in com.atlassian.bamboo.builder with parameters of type PlanResultKey
 BuildLogger BuildLoggerManagerForTesting.getBuildLogger(PlanResultKey resultKey)
           
 void BuildLoggerManagerForTesting.removeBuildLogger(PlanResultKey buildResultKey)
           
 

Uses of PlanResultKey in com.atlassian.bamboo.chains
 

Methods in com.atlassian.bamboo.chains that return PlanResultKey
 PlanResultKey ChainState.getPlanResultKey()
          PlanResultKey for the the Chain execution
 PlanResultKey ChainExecution.getPlanResultKey()
          Get the result key
 PlanResultKey BuildExecution.getPlanResultKey()
           
 

Methods in com.atlassian.bamboo.chains with parameters of type PlanResultKey
 com.atlassian.bamboo.chains.ChainBuildState StageState.get(PlanResultKey planResultKey)
          Gets the Build State given the build result key
 java.lang.Long ChainStateResult.getAverageDuration(PlanResultKey planResultKey)
          Lookup the Plan.getAverageBuildDuration() of a Job by its PlanResultKey
 BuildContext ChainStateResult.getBuildContext(PlanResultKey planResultKey)
          Lookup a BuildContext of a Job by its PlanResultKey
 com.atlassian.bamboo.chains.ChainBuildState ChainState.getChainBuildState(PlanResultKey planResultKey)
          Gets the build state for the given buildResultKey
 ChainExecution ChainExecutionManager.getChainExecution(PlanResultKey planResultKey)
          Get the state of the single ChainExecution
 ChainExecution ChainExecutionManagerImpl.getChainExecution(PlanResultKey planResultKey)
           
 BuildExecution ChainExecutionManager.getJobExecution(PlanResultKey planResultKey)
          Get the state of a single Job being executed
 BuildExecution ChainExecutionManagerImpl.getJobExecution(PlanResultKey planResultKey)
           
 boolean ChainExecutionManager.isExecuting(PlanResultKey planResultKey)
          Checks of the Chain represented by PlanResultKey is executed
 boolean ChainExecutionManagerImpl.isExecuting(PlanResultKey planResultKey)
           
 boolean JobExecutionManager.requestStop(PlanResultKey planResultKey)
          Stops the build represented by its PlanResultKey and does not abandon the result If the ResultsSummary.getLifeCycleState() is not LifeCycleState.QUEUED or LifeCycleState.IN_PROGRESS the result will be transitioned to LifeCycleState.NOT_BUILT and BuildState.UNKNOWN
 boolean JobExecutionManagerImpl.requestStop(PlanResultKey planResultKey)
           
 void ChainExecutionManager.stop(PlanResultKey planResultKey)
          Stops the executing instance of the Chain represented by PlanResultKey
 void ChainExecutionManagerImpl.stop(PlanResultKey planResultKey)
           
 void ChainResultManager.updateStateToInProgress(PlanResultKey chainResultKey, java.util.Date startDate)
           
 void ChainResultManagerImpl.updateStateToInProgress(PlanResultKey chainResultKey, java.util.Date startDate)
           
 

Uses of PlanResultKey in com.atlassian.bamboo.event
 

Fields in com.atlassian.bamboo.event declared as PlanResultKey
protected  PlanResultKey BuildResultEvent.planResultKey
           
 

Methods in com.atlassian.bamboo.event that return PlanResultKey
 PlanResultKey PlanResultEvent.getPlanResultKey()
          Get the PlanResultKey for the ResultsSummary
 PlanResultKey ChainResultEvent.getPlanResultKey()
          Get the PlanResultKey for the ChainResultsSummary
 PlanResultKey BuildResultEvent.getPlanResultKey()
          Gets the PlanResultKey
 

Constructors in com.atlassian.bamboo.event with parameters of type PlanResultKey
BuildCommentedEvent(java.lang.Object source, PlanResultKey planResultKey, Comment comment)
           
BuildCompletedEvent(java.lang.Object source, PlanResultKey planResultKey, BuildState buildState, LifeCycleState lifeCycleState)
           
BuildFinishedEvent(java.lang.Object source, PlanResultKey planResultKey, BuildState buildState, LifeCycleState lifeCycleState)
           
BuildResultDeletedEvent(java.lang.Object source, PlanResultKey planResultKey)
           
BuildResultEvent(java.lang.Object source, PlanResultKey planResultKey)
           
BuildResultsSummaryUpdatedEvent(java.lang.Object source, PlanResultKey planResultKey)
           
BuildStateResultEvent(java.lang.Object source, PlanResultKey planResultKey, BuildState buildState, LifeCycleState lifeCycleState)
           
ChainResultDeletedEvent(java.lang.Object source, PlanResultKey planResultKey)
           
ChainResultEvent(java.lang.Object source, PlanResultKey planResultKey)
           
JobCompletedEvent(java.lang.Object source, PlanResultKey planResultKey, BuildState buildState, LifeCycleState lifeCycleState, int numberOfPreviouslyFailedJobs)
           
 

Uses of PlanResultKey in com.atlassian.bamboo.fileserver
 

Methods in com.atlassian.bamboo.fileserver with parameters of type PlanResultKey
static java.io.File SystemDirectory.getArtifactDestinationDirectory(PlanResultKey planResultKey, ArtifactDefinitionContext artifact)
           
static java.lang.String SystemDirectory.getArtifactPathSuffix(PlanResultKey planResultKey, ArtifactDefinitionContext artifact)
           
 

Uses of PlanResultKey in com.atlassian.bamboo.labels
 

Methods in com.atlassian.bamboo.labels with parameters of type PlanResultKey
 int LabelManager.addLabel(java.lang.String labelName, PlanResultKey planResultKey, com.atlassian.user.User user)
          Add a label against a build result.
 int LabelManagerImpl.addLabel(java.lang.String labelName, PlanResultKey planResultKey, com.atlassian.user.User user)
           
protected  int LabelManagerImpl.addLabel(java.lang.String labelName, java.lang.String namespace, Project project, Plan plan, PlanResultKey planResultKey, java.lang.String userName)
           
 int LabelManager.removeLabel(java.lang.String labelName, PlanResultKey planResultKey, com.atlassian.user.User user)
          Removes a label against a build result.
 int LabelManagerImpl.removeLabel(java.lang.String labelName, PlanResultKey planResultKey, com.atlassian.user.User user)
           
protected  int LabelManagerImpl.removeLabel(java.lang.String labelName, java.lang.String namespace, Project project, Plan plan, PlanResultKey planResultKey, java.lang.String userName)
           
 

Uses of PlanResultKey in com.atlassian.bamboo.logger
 

Methods in com.atlassian.bamboo.logger with parameters of type PlanResultKey
 java.util.Collection<ErrorDetails> ErrorAccessor.getErrors(PlanResultKey planResultKey)
          Obtain all the errors recorded against a specific result
 java.util.Collection<ErrorDetails> DefaultErrorHandler.getErrors(PlanResultKey planResultKey)
           
 java.util.Collection<ErrorDetails> AggregatedChainErrorAccessor.getErrors(PlanResultKey planResultKey)
           
 void ErrorUpdateHandler.recordError(PlanResultKey planResultKey, java.lang.String context, java.lang.Throwable throwable)
          Record a build error against a build result
 void AbstractErrorUpdateHandler.recordError(PlanResultKey planResultKey, java.lang.String context, java.lang.Throwable throwable)
           
 

Constructors in com.atlassian.bamboo.logger with parameters of type PlanResultKey
ErrorOfPlanResultPredicate(PlanResultKey planResultKey)
           
 

Uses of PlanResultKey in com.atlassian.bamboo.plan
 

Methods in com.atlassian.bamboo.plan that return PlanResultKey
static PlanResultKey PlanKeys.getChainResultKey(PlanResultKey planResultKey)
          Creates a chain result key from job result key.
 PlanResultKey ExecutionRequestResult.getPlanResultKey()
          The PlanResultKey of the executing Plan
static PlanResultKey PlanKeys.getPlanResultKey(PlanKey planKey, int buildNumber)
          Creates a PlanResultKey from the given PlanKey and buildNumber
static PlanResultKey PlanKeys.getPlanResultKey(java.lang.String planResultKey)
          Creates a PlanResultKey from its string form 'BAM-BOO-123'
static PlanResultKey PlanKeys.getPlanResultKey(java.lang.String planKey, int buildNumber)
          Creates a PlanResultKey from the given planKey and buildNumber
 

Methods in com.atlassian.bamboo.plan with parameters of type PlanResultKey
static PlanResultKey PlanKeys.getChainResultKey(PlanResultKey planResultKey)
          Creates a chain result key from job result key.
 java.util.List<CurrentlyBuilding> PlanExecutionManager.getCurrentlyBuildingForPlanResult(PlanResultKey planKey)
          Returns all CurrentlyBuilding for specified PlanResultKey In case plan is a Chain instance, all currently running jobs will be returned, however, chain itself will be not included in the list (effectively CurrentlyBuilding for all chain's children jobs will be returned)
 java.util.List<CurrentlyBuilding> PlanExecutionManagerImpl.getCurrentlyBuildingForPlanResult(PlanResultKey planResultKey)
           
 ExecutionStatus ExecutionStatusProvider.getExecutionStatus(PlanResultKey planResultKey)
          Returns a ExecutionStatus for the given PlanResultKey
 ExecutionStatus PlanExecutionManagerImpl.getExecutionStatus(PlanResultKey planResultKey)
           
 ExecutionStatus ExecutionStatusProviderImpl.getExecutionStatus(PlanResultKey planResultKey)
           
 BuildExecution ExecutionStatusProvider.getJobExecution(PlanResultKey planResultKey)
          Get the state of a single Job being executed
 BuildExecution PlanExecutionManagerImpl.getJobExecution(PlanResultKey planResultKey)
           
 BuildExecution ExecutionStatusProviderImpl.getJobExecution(PlanResultKey planResultKey)
           
 Plan PlanManager.getPlanByResultKey(PlanResultKey planResultKey)
          Returns a Plan by a PlanResultKey
 Plan PlanManagerImpl.getPlanByResultKey(PlanResultKey planResultKey)
           
<T extends Plan>
T
PlanManager.getPlanByResultKey(PlanResultKey planResultKey, java.lang.Class<T> planType)
          Returns a Plan from a PlanResultKey and Class
<T extends Plan>
T
PlanManagerImpl.getPlanByResultKey(PlanResultKey planResultKey, java.lang.Class<T> planType)
           
static java.lang.String PlanKeys.getPlanKeyPart(PlanResultKey planResultKey)
          Returns plan key part for given PlanResultKey
static java.lang.String PlanKeys.getProjectKeyPart(PlanResultKey planResultKey)
          Returns project key part for given PlanResultKey
 boolean PlanExecutableAgentsHelper.planHasExecutableAgents(PlanResultKey planResultKey)
          Checks if a Buildable can be built on any active agent.
 boolean PlanExecutableAgentsHelperImpl.planHasExecutableAgents(PlanResultKey planResultKey)
          Checks if a Job can be built on any active agent.
 void PlanStatePersisterServiceImpl.saveNotBuiltBuildResult(PlanResultKey planResultKey)
           
 void PlanStatePersisterService.saveNotBuiltBuildResult(PlanResultKey planResultKey)
          Saves results of not build results identified by PlanResultKey.
 void PlanStatePersisterImpl.saveNotBuiltBuildResult(PlanResultKey planResultKey)
           
 void PlanStatePersister.saveNotBuiltBuildResult(PlanResultKey planResultKey)
          Handles results of not built job.
 void PlanExecutionManager.stopPlan(PlanResultKey planResultKey, boolean abandonResult, java.lang.String userName)
           
 void PlanExecutionManagerImpl.stopPlan(PlanResultKey planResultKey, boolean abandonResult, java.lang.String userName)
           
 

Uses of PlanResultKey in com.atlassian.bamboo.plan.artifact
 

Methods in com.atlassian.bamboo.plan.artifact with parameters of type PlanResultKey
 java.util.List<ArtifactSubscriptionContext> ArtifactSubscriptionManager.prepareSubscriptionContexts(Plan plan, PlanResultKey planResultKey)
           
 java.util.List<ArtifactSubscriptionContext> ArtifactSubscriptionManagerImpl.prepareSubscriptionContexts(Plan plan, PlanResultKey chainResultKey)
           
 void ArtifactSubscriptionManager.saveConsumedSubscription(ArtifactSubscriptionContext artifactSubscription, PlanResultKey planResultKey)
          Store consumed subscription.
 void ArtifactSubscriptionManagerImpl.saveConsumedSubscription(ArtifactSubscriptionContext artifactSubscription, PlanResultKey planResultKey)
           
 

Uses of PlanResultKey in com.atlassian.bamboo.resultsummary
 

Methods in com.atlassian.bamboo.resultsummary that return PlanResultKey
 PlanResultKey BuildResultsSummaryForTesting.getPlanResultKey()
           
 PlanResultKey ResultsSummary.getPlanResultKey()
          Gets the PlanResultKey for this BuildResultsSummary
 PlanResultKey AbstractResultsSummary.getPlanResultKey()
           
 

Methods in com.atlassian.bamboo.resultsummary with parameters of type PlanResultKey
<T extends ResultsSummary>
T
ResultsSummaryManager.findFirstResultAfter(PlanResultKey planResultKey, java.lang.Class<T> aClass)
          Finds the first ResultsSummary after a specified build which is either FINISHED or can be FINISHED, i.e.
<T extends ResultsSummary>
T
BuildResultsSummaryManagerImpl.findFirstResultAfter(PlanResultKey planResultKey, java.lang.Class<T> aClass)
           
<T extends ResultsSummary>
T
ResultsSummaryManager.findLastResultBefore(PlanResultKey planResultKey, java.lang.Class<T> aClass)
          Finds the last successful or failing ResultsSummary before planResultKey.getBuildNumber
<T extends ResultsSummary>
T
BuildResultsSummaryManagerImpl.findLastResultBefore(PlanResultKey planResultKey, java.lang.Class<T> aClass)
           
 BuildResultsSummary BuildResultsSummaryManager.getBuildResultsSummary(PlanResultKey planResultKey)
          Gets the BuildResultsSummary represented by the provided PlanResultKey
 BuildResultsSummary BuildResultsSummaryManagerImpl.getBuildResultsSummary(PlanResultKey planResultKey)
           
 ResultsSummary ResultsSummaryManager.getResultsSummary(PlanResultKey planResultKey)
          Lookup the ResultsSummary by PlanResultKey
 ResultsSummary BuildResultsSummaryManagerImpl.getResultsSummary(PlanResultKey planResultKey)
           
<T extends ResultsSummary>
T
BuildResultsSummaryHibernateDao.getResultsSummary(PlanResultKey planResultKey, java.lang.Class<T> aClass)
           
<T extends ResultsSummary>
T
ResultsSummaryManager.getResultsSummary(PlanResultKey planResultKey, java.lang.Class<T> aClass)
          Lookup ResultsSummary by PlanResultKey and expected type
<T extends ResultsSummary>
T
BuildResultsSummaryDao.getResultsSummary(PlanResultKey planResultKey, java.lang.Class<T> aClass)
          Lookup ResultsSummary by PlanResultKey and expected type
<T extends ResultsSummary>
T
BuildResultsSummaryManagerImpl.getResultsSummary(PlanResultKey planResultKey, java.lang.Class<T> aClass)
           
<T extends ResultsSummary>
T
BuildResultsSummaryHibernateDao.getResultsSummary(PlanResultKey planResultKey, java.lang.Class<T> aClass, ResultDataRead dataRead)
           
<T extends ResultsSummary>
T
ResultsSummaryManager.getResultsSummary(PlanResultKey planResultKey, java.lang.Class<T> aClass, ResultDataRead dataRead)
          Lookup ResultsSummary by PlanResultKey and expected type.
<T extends ResultsSummary>
T
BuildResultsSummaryDao.getResultsSummary(PlanResultKey planResultKey, java.lang.Class<T> aClass, ResultDataRead dataRead)
          Lookup ResultsSummary by PlanResultKey and expected type, all lazy initialized collections can be eagerly read
<T extends ResultsSummary>
T
BuildResultsSummaryManagerImpl.getResultsSummary(PlanResultKey planResultKey, java.lang.Class<T> aClass, ResultDataRead dataRead)
           
 ResultsSummary ResultsSummaryManager.getResultsSummary(PlanResultKey planResultKey, ResultDataRead dataRead)
          Lookup the ResultsSummary by PlanResultKey.
 ResultsSummary BuildResultsSummaryManagerImpl.getResultsSummary(PlanResultKey planResultKey, ResultDataRead dataRead)
           
 

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

Methods in com.atlassian.bamboo.resultsummary.tests with parameters of type PlanResultKey
 java.util.List<TestClassResult> TestResultsHibernateDao.getTestClassResults(PlanResultKey planResultKey)
           
 java.util.List<TestClassResult> TestsManager.getTestClassResults(PlanResultKey planResultKey)
          Retrieves a list of all testClassResults for a BuildResultSummary
 java.util.List<TestClassResult> TestResultsDao.getTestClassResults(PlanResultKey planResultKey)
          Retrieves a list of all testClassResults for a BuildResultSummary
 java.util.List<TestClassResult> TestsManagerImpl.getTestClassResults(PlanResultKey planResultKey)
           
 

Uses of PlanResultKey in com.atlassian.bamboo.security
 

Methods in com.atlassian.bamboo.security with parameters of type PlanResultKey
 SecureToken SecureTokenService.generate(PlanResultKey planResultKey)
          Generates a SecureToken for a given PlanResultKey
 SecureToken SecureTokenServiceImpl.generate(PlanResultKey planResultKey)
           
 void SecureTokenService.invalidate(PlanResultKey planResultKey)
          Invalidates the SecureToken for the given PlanResultKey
 void SecureTokenServiceImpl.invalidate(PlanResultKey planResultKey)
           
 boolean SecureTokenService.isValid(SecureToken tokenToValidate, PlanResultKey planResultKey)
          Checks if the given SecureToken is valid for given PlanResultKey
 boolean SecureTokenServiceImpl.isValid(SecureToken tokenToValidate, PlanResultKey planResultKey)
           
 

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

Methods in com.atlassian.bamboo.v2.build that return PlanResultKey
 PlanResultKey BuildIdentifier.getPlanResultKey()
          Gets the PlanResultKey for the current BuildIdentifier
 PlanResultKey CurrentlyBuildingImpl.getPlanResultKey()
           
 PlanResultKey BuildIdentifierImpl.getPlanResultKey()
           
 

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

Methods in com.atlassian.bamboo.v2.build.agent.messages that return PlanResultKey
 PlanResultKey AuthenticableMessage.getIdentification()
           
 PlanResultKey ArtifactRequestMessage.getIdentification()
           
 PlanResultKey ArtifactAckMessage.getIdentification()
           
 

Constructors in com.atlassian.bamboo.v2.build.agent.messages with parameters of type PlanResultKey
ArtifactAckMessage(PlanResultKey planResultKey, ArtifactSubscriptionContext artifactSubscription)
           
ArtifactPublishMessage(org.apache.tools.ant.types.FileSet sourceFileSet, PlanResultKey planResultKey, ArtifactDefinitionContext artifact)
           
ArtifactRequestMessage(PlanResultKey planResultKey, ArtifactSubscriptionContext artifactSubscription, java.io.File baseDestinationPath)
           
 

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

Methods in com.atlassian.bamboo.v2.build.agent.remote with parameters of type PlanResultKey
 BuildLogger RemoteBuildExecutionUpdateManager.getBuildLogger(PlanResultKey resultKey)
           
protected  boolean RemoteArtifactManager.publishFileSet(PlanResultKey planResultKey, ArtifactDefinitionContext artifact, org.apache.tools.ant.types.FileSet sourceFileSet, boolean deleteSource)
           
 void RemoteBuildExecutionUpdateManager.removeBuildLogger(PlanResultKey buildResultKey)
           
 boolean RemoteArtifactManager.retrieve(PlanResultKey planResultKey, ArtifactSubscriptionContext artifactSubscription)
           
 

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

Methods in com.atlassian.bamboo.v2.build.events that return PlanResultKey
 PlanResultKey BuildContextEvent.getPlanResultKey()
           
 

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

Methods in com.atlassian.bamboo.v2.build.queue with parameters of type PlanResultKey
 BuildQueuePosition BuildQueueManager.getQueuePosition(PlanResultKey planResultKey)
          Returns information on position of plan result in the queue.
 BuildQueuePosition BuildQueueManagerImpl.getQueuePosition(PlanResultKey planResultKey)
           
 void BuildQueueManager.removeBuildFromQueue(PlanResultKey buildResultKey)
          Removes the BuildContext associated with the buildResultKey to be removed from the queue.
 void BuildQueueManagerImpl.removeBuildFromQueue(PlanResultKey buildResultKey)
           
 

Uses of PlanResultKey in com.atlassian.bamboo.ww2.beans
 

Methods in com.atlassian.bamboo.ww2.beans that return PlanResultKey
 PlanResultKey DecoratedResult.getPlanResultKey()
           
 

Uses of PlanResultKey in com.atlassian.bamboo.xmpp.commands
 

Methods in com.atlassian.bamboo.xmpp.commands that return PlanResultKey
 PlanResultKey AbstractSmackCommand.getPlanResultKey()
           
 

Methods in com.atlassian.bamboo.xmpp.commands with parameters of type PlanResultKey
 void AbstractSmackCommand.setPlanResultKey(PlanResultKey planResultKey)
           
 



Copyright © 2011 Atlassian. All Rights Reserved.