Uses of Interface
com.atlassian.bamboo.ResultKey

Packages that use ResultKey
com.atlassian.bamboo.build   
com.atlassian.bamboo.build.artifact   
com.atlassian.bamboo.build.fileserver   
com.atlassian.bamboo.build.logger   
com.atlassian.bamboo.builder   
com.atlassian.bamboo.deployments   
com.atlassian.bamboo.deployments.events   
com.atlassian.bamboo.deployments.execution   
com.atlassian.bamboo.event   
com.atlassian.bamboo.execution   
com.atlassian.bamboo.key   
com.atlassian.bamboo.logger   
com.atlassian.bamboo.migration   
com.atlassian.bamboo.plan   
com.atlassian.bamboo.plugins.vcs.task   
com.atlassian.bamboo.process   
com.atlassian.bamboo.security   
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   
 

Uses of ResultKey in com.atlassian.bamboo.build
 

Methods in com.atlassian.bamboo.build with parameters of type ResultKey
 void DefaultStopBuildManager.cancelDeployment(ResultKey resultKey, java.lang.Long deploymentResultId, java.lang.Long agentId)
           
 void StopBuildManager.cancelDeployment(ResultKey resultKey, java.lang.Long deploymentResultId, java.lang.Long agentId)
          Cancel a running deployment
 CurrentlyBuilding BuildExecutionManager.getCurrentlyBuildingByPlanResultKey(ResultKey resultKey)
          Returns CurrentlyBuilding instance for build identified by buildResultKey.
 CurrentlyBuilding DefaultBuildExecutionManager.getCurrentlyBuildingByPlanResultKey(ResultKey resultKey)
           
 CurrentlyBuilding CurrentlyBuildingContainer.getCurrentlyBuildingByResultKey(ResultKey resultKey)
           
 BuildLogger BuildLoggerManager.getLogger(ResultKey resultKey)
          Returns a BuildLogger for the given result
 BuildLogger DefaultBuildExecutionManager.getLogger(ResultKey resultKey)
          Deprecated. since 5.0 use respective method from BuildLoggerManager
 CurrentlyBuilding BuildExecutionManager.removeCurrentlyBuilding(ResultKey resultKey)
           
 CurrentlyBuilding DefaultBuildExecutionManager.removeCurrentlyBuilding(ResultKey resultKey)
           
 CurrentlyBuilding CurrentlyBuildingContainer.removeCurrentlyBuilding(ResultKey resultKey)
           
 

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

Methods in com.atlassian.bamboo.build.artifact with parameters of type ResultKey
 boolean ArtifactManager.retrieve(BuildLogger buildLogger, PlanResultKey planResultKey, ResultKey clientKey, ArtifactDefinitionContext artifactDefinitionContext, java.lang.String destinationPath, java.util.Map<java.lang.String,java.lang.String> artifactHandlersConfiguration, java.io.File buildWorkingDirectory, java.util.Map<java.lang.String,Artifact> versionArtifacts)
          Retrieves an artifact from artifact storage.
 boolean AbstractArtifactManager.retrieve(BuildLogger buildLogger, PlanResultKey planResultKey, ResultKey resultKey, ArtifactDefinitionContext artifactDefinitionContext, java.lang.String destinationPath, java.util.Map<java.lang.String,java.lang.String> artifactHandlersConfiguration, java.io.File buildWorkingDirectory, java.util.Map<java.lang.String,Artifact> versionArtifacts)
           
 ArtifactRetrievalStatus S3ArtifactHandler.retrieve(PlanResultKey planResultKey, ResultKey resultKey, ArtifactSubscriptionContext artifactSubscription, ArtifactRetrievalConfig artifactRetrievalConfig)
           
 ArtifactRetrievalStatus BambooRemoteArtifactHandler.retrieve(PlanResultKey planResultKey, ResultKey resultKey, ArtifactSubscriptionContext artifactSubscription, ArtifactRetrievalConfig artifactRetrievalConfig)
           
 ArtifactRetrievalStatus ArtifactHandler.retrieve(PlanResultKey planResultKey, ResultKey clientKey, ArtifactSubscriptionContext artifactSubscription, ArtifactRetrievalConfig artifactRetrievalConfig)
          Retrieve plan artifact.
 ArtifactRetrievalStatus AbstractLocalArtifactHandler.retrieve(PlanResultKey planResultKey, ResultKey resultKey, ArtifactSubscriptionContext artifactSubscription, ArtifactRetrievalConfig artifactRetrievalConfig)
           
 ArtifactRetrievalStatus S3ArtifactHandler.retrieve(ResultKey clientKey, Artifact artifact, ArtifactSubscriptionContext artifactSubscription, ArtifactRetrievalConfig artifactRetrievalConfig)
           
 ArtifactRetrievalStatus BambooRemoteArtifactHandler.retrieve(ResultKey clientKey, Artifact artifact, ArtifactSubscriptionContext artifactSubscription, ArtifactRetrievalConfig artifactRetrievalConfig)
           
 ArtifactRetrievalStatus ArtifactHandler.retrieve(ResultKey clientKey, Artifact artifact, ArtifactSubscriptionContext artifactSubscription, ArtifactRetrievalConfig artifactRetrievalConfig)
          Retrieve arbitrary Artifact.
 ArtifactRetrievalStatus AbstractLocalArtifactHandler.retrieve(ResultKey clientKey, Artifact artifact, ArtifactSubscriptionContext artifactSubscription, ArtifactRetrievalConfig artifactRetrievalConfig)
           
 

Uses of ResultKey in com.atlassian.bamboo.build.fileserver
 

Methods in com.atlassian.bamboo.build.fileserver with parameters of type ResultKey
 java.io.File BuildDirectoryManager.getServerSideTaskWorkingDirectory(ResultKey resultKey)
          Returns the directory used by server-side tasks, e.g.
 java.io.File DefaultBuildDirectoryManager.getServerSideTaskWorkingDirectory(ResultKey resultKey)
           
 

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

Methods in com.atlassian.bamboo.build.logger that return types with arguments of type ResultKey
static LoggerId<ResultKey> LoggerIds.get(ResultKey resultKey)
           
 

Methods in com.atlassian.bamboo.build.logger with parameters of type ResultKey
 BuildLogFileAccessor BuildLogFileAccessorFactoryImpl.createBuildLogFileAccessor(ResultKey resultKey)
           
 BuildLogFileAccessor BuildLogFileAccessorFactory.createBuildLogFileAccessor(ResultKey resultKey)
           
static LoggerId<ResultKey> LoggerIds.get(ResultKey resultKey)
           
static java.lang.String BuildLogUtils.getLogFileName(ResultKey resultKey)
           
 BuildLogger DefaultBuildLoggerManager.getLogger(ResultKey resultKey)
           
 

Uses of ResultKey in com.atlassian.bamboo.builder
 

Methods in com.atlassian.bamboo.builder with parameters of type ResultKey
 SimpleBuildLogger BuildLoggerManagerForTesting.getLogger(ResultKey resultKey)
           
 

Uses of ResultKey in com.atlassian.bamboo.deployments
 

Subinterfaces of ResultKey in com.atlassian.bamboo.deployments
 interface DeploymentResultKey
           
 

Classes in com.atlassian.bamboo.deployments that implement ResultKey
 class DeploymentResultKeyImpl
           
 

Uses of ResultKey in com.atlassian.bamboo.deployments.events
 

Methods in com.atlassian.bamboo.deployments.events that return ResultKey
 ResultKey DeploymentContextEvent.getResultKey()
           
 

Uses of ResultKey in com.atlassian.bamboo.deployments.execution
 

Methods in com.atlassian.bamboo.deployments.execution that return ResultKey
 ResultKey DeploymentContextImpl.getResultKey()
           
 

Uses of ResultKey in com.atlassian.bamboo.event
 

Methods in com.atlassian.bamboo.event that return ResultKey
 ResultKey ResultEvent.getResultKey()
           
 

Uses of ResultKey in com.atlassian.bamboo.execution
 

Methods in com.atlassian.bamboo.execution with parameters of type ResultKey
 void ExecutionPhaseService.executionCancelled(ResultKey resultKey, java.lang.Long deploymentResultId, boolean buildActuallyCancelled)
          Marks confirmation of build cancellation request.
 void ExecutionPhaseServiceImpl.executionCancelled(ResultKey resultKey, java.lang.Long deploymentResultId, boolean buildActuallyCancelled)
           
 

Uses of ResultKey in com.atlassian.bamboo.key
 

Classes in com.atlassian.bamboo.key with type parameters of type ResultKey
 class ResultKeyUserType<K extends ResultKey>
           
 

Uses of ResultKey in com.atlassian.bamboo.logger
 

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

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

Uses of ResultKey in com.atlassian.bamboo.migration
 

Methods in com.atlassian.bamboo.migration with parameters of type ResultKey
 SMOutputElementAppender SMOutputElementAppender.append(java.lang.String elementName, ResultKey resultKey)
           
 

Uses of ResultKey in com.atlassian.bamboo.plan
 

Classes in com.atlassian.bamboo.plan that implement ResultKey
 class PlanResultKey
          Identifier for result objects such as ChainResultsSummary and BuildResultsSummary Can be created from PlanKeys
 

Uses of ResultKey in com.atlassian.bamboo.plugins.vcs.task
 

Methods in com.atlassian.bamboo.plugins.vcs.task that return ResultKey
 ResultKey DeploymentRepositoryBuildContext.getResultKey()
           
 

Uses of ResultKey in com.atlassian.bamboo.process
 

Fields in com.atlassian.bamboo.process declared as ResultKey
protected  ResultKey StreamToBuildLoggerOutputHandler.resultKey
           
 

Constructors in com.atlassian.bamboo.process with parameters of type ResultKey
ErrorStreamToBuildLoggerOutputHandler(BuildLogger buildLogger, ResultKey resultKey)
           
StreamToBuildLoggerOutputHandler(BuildLogger buildLogger, ResultKey resultKey)
           
StreamToBuildLoggerOutputHandler(BuildLogger buildLogger, ResultKey resultKey, boolean filterDownloadStatusMessages)
           
 

Uses of ResultKey in com.atlassian.bamboo.security
 

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

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

Methods in com.atlassian.bamboo.v2.build that return ResultKey
 ResultKey CommonContext.getResultKey()
           
 ResultKey BuildContextImpl.getResultKey()
           
 

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

Fields in com.atlassian.bamboo.v2.build.agent declared as ResultKey
protected  ResultKey AbstractBuildAwareAgentStatus.resultKey
           
 

Methods in com.atlassian.bamboo.v2.build.agent that return ResultKey
 ResultKey AbstractBuildAwareAgentStatus.getResultKey()
           
 

Constructors in com.atlassian.bamboo.v2.build.agent with parameters of type ResultKey
AbstractBuildAwareAgentStatus(ResultKey resultKey, java.lang.String displayName, long deploymentResultId)
           
AgentBuildingStatus(ResultKey resultKey, java.lang.String displayName, long deploymentResultId)
           
AgentCancellingStatus(ResultKey resultKey, java.lang.String displayName, long deploymentResultId)
           
 

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

Methods in com.atlassian.bamboo.v2.build.agent.messages that return ResultKey
static ResultKey AuthenticableMessage.Identification.forResultKey(ResultKey resultKey)
           
 ResultKey VersionArtifactRequestMessage.getIdentification()
           
 ResultKey AuthenticableMessage.getIdentification()
           
 ResultKey ArtifactRequestMessage.getIdentification()
           
 ResultKey ArtifactPublishMessage.getIdentification()
           
 ResultKey ArtifactAckMessage.getIdentification()
           
 

Methods in com.atlassian.bamboo.v2.build.agent.messages with parameters of type ResultKey
static ResultKey AuthenticableMessage.Identification.forResultKey(ResultKey resultKey)
           
 

Constructors in com.atlassian.bamboo.v2.build.agent.messages with parameters of type ResultKey
ArtifactRequestMessage(PlanResultKey planResultKey, ResultKey resultKey, ArtifactSubscriptionContext artifactSubscriptionContext, java.io.File baseDestinationPath)
           
CancelExecutionAgentMessage(ResultKey resultKey, java.lang.Long deploymentResultId)
           
VersionArtifactRequestMessage(ResultKey resultKey, Artifact artifact, ArtifactSubscriptionContext artifactSubscriptionContext, java.io.File baseDestinationPath)
           
 

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

Methods in com.atlassian.bamboo.v2.build.agent.remote with parameters of type ResultKey
 void RemoteExecutionPhaseServiceImpl.executionCancelled(ResultKey resultKey, java.lang.Long deploymentResultId, boolean buildActuallyCancelled)
           
 BuildLogger RemoteBuildLoggerManager.getLogger(ResultKey resultKey)
           
 java.io.File RemoteBuildDirectoryManager.getServerSideTaskWorkingDirectory(ResultKey resultKey)
           
 

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

Methods in com.atlassian.bamboo.v2.build.events that return ResultKey
 ResultKey BuildContextEvent.getResultKey()
           
 

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

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



Copyright © 2013 Atlassian Software Systems Pty Ltd. All Rights Reserved.