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.core   
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.testutils.build.logger   
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.queue.order   
com.atlassian.bamboo.v2.build.queue.queues   
 

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.core
 

Methods in com.atlassian.bamboo.core that return ResultKey
 ResultKey ResultKeyProvider.getResultKey()
           
 

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 that return ResultKey
 ResultKey ErrorDetails.getResultKey()
          Get result key associated with this error
 ResultKey ErrorDetailsImpl.getResultKey()
           
 ResultKey DecoratedErrorDetailsImpl.getResultKey()
           
 

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 resultKey)
          Obtain all the errors recorded against a specific result
 java.util.Collection<ErrorDetails> DefaultErrorHandler.getErrors(ResultKey resultKey)
           
 java.util.Collection<ErrorDetails> DecoratingErrorAccessorImpl.getErrors(ResultKey resultKey)
           
 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 resultKey, java.lang.String context, java.lang.Throwable throwable)
           
 

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

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.testutils.build.logger
 

Methods in com.atlassian.bamboo.testutils.build.logger with parameters of type ResultKey
 SimpleBuildLogger BuildLoggerManagerForTesting.getLogger(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()
           
 

Methods in com.atlassian.bamboo.v2.build.agent with parameters of type ResultKey
 void LocalResultProcessorImpl.terminateResult(ResultKey resultKey)
           
 void LocalResultProcessor.terminateResult(ResultKey resultKey)
          Method invoked when process producing a result is stopped abrubtly (by a user, by an agent going down...)
 

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
 

Fields in com.atlassian.bamboo.v2.build.queue with type parameters of type ResultKey
static com.google.common.base.Function<? super ResultKeyProvider,? extends ResultKey> QueueManagerUtils.GET_RESULT_KEY
           
 

Methods in com.atlassian.bamboo.v2.build.queue that return ResultKey
 ResultKey ExecutableOrderProvider.findExecutableForAgent(long agentId, java.util.Collection<QueueOfExecutables.ExecutableData> executableData)
          From the list of executables, returns the executable that should be picked up by the agent.
 ResultKey QueueOfExecutables.ExecutableData.getResultKey()
           
 ResultKey BuildQueueManager.QueuedResultKey.getResultKey()
           
 

Methods in com.atlassian.bamboo.v2.build.queue that return types with arguments of type ResultKey
static java.lang.Iterable<ResultKey> QueueManagerUtils.getQueuedExecutables(BuildQueueManager buildQueueManager)
           
 

Methods in com.atlassian.bamboo.v2.build.queue with parameters of type ResultKey
static BuildQueueManager.QueuedResultKey QueueManagerUtils.asQueued(ResultKey resultKey)
           
 CommonContext QueueOfExecutables.get(ResultKey resultKey)
          Retrieves an executable with given key from storage.
 BuildQueuePosition BuildQueueManager.getQueuePosition(ResultKey resultKey)
          Returns information on position of plan result in the queue.
 BuildQueuePosition BuildQueueManagerImpl.getQueuePosition(ResultKey resultKey)
           
static com.google.common.base.Predicate<? super ResultKeyProvider> QueueManagerUtils.hasResultKeyEqualTo(ResultKey resultKey)
           
 CommonContext QueueOfExecutables.inflight(ResultKey resultKey)
          Called when a given executable is en route to agent.
 BuildQueueManager.QueueItemView<CommonContext> BuildQueueManager.peekContext(ResultKey resultKey)
          Returns a queued CommonContext for given resultKey.
 BuildQueueManager.QueueItemView<CommonContext> BuildQueueManagerImpl.peekContext(ResultKey resultKey)
           
 CommonContext QueueOfExecutables.remove(ResultKey resultKey)
          Called when an executable should be removed from the queue.
 void BuildQueueManager.removeBuildFromQueue(ResultKey resultKey)
          Removes the CommonContext associated with the resultKey to be removed from the queue.
 void BuildQueueManagerImpl.removeBuildFromQueue(ResultKey resultKey)
           
 boolean ExecutableOrderProvider.reorder(ResultKey resultKey, int index)
          Called when an executable with a specific result key should be moved to a specific index in the queue.
 boolean BuildQueueManager.reorderInQueue(ResultKey resultKey, int index)
          Reorders the build queue.
 boolean BuildQueueManagerImpl.reorderInQueue(ResultKey resultKey, int index)
           
 

Constructors in com.atlassian.bamboo.v2.build.queue with parameters of type ResultKey
BuildQueueManager.QueuedResultKey(ResultKey resultKey, long timestamp)
           
QueueOfExecutables.ExecutableData(ResultKey resultKey)
           
 

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

Methods in com.atlassian.bamboo.v2.build.queue.order that return ResultKey
 ResultKey FifoExecutableOrderProvider.findExecutableForAgent(long agentId, java.util.Collection<QueueOfExecutables.ExecutableData> executableData)
           
 

Methods in com.atlassian.bamboo.v2.build.queue.order with parameters of type ResultKey
 boolean FifoExecutableOrderProvider.reorder(ResultKey resultKey, int index)
           
 

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

Methods in com.atlassian.bamboo.v2.build.queue.queues that return types with arguments of type ResultKey
 java.util.Set<ResultKey> CommonContextMap.keySet()
           
 

Methods in com.atlassian.bamboo.v2.build.queue.queues with parameters of type ResultKey
 CommonContext CommonContextMap.get(ResultKey resultKey)
           
 CommonContext AbstractQueueOfExecutables.get(ResultKey resultKey)
           
 CommonContext AbstractQueueOfExecutables.inflight(ResultKey resultKey)
           
 CommonContext XStreamQueuePersisterImpl.load(ResultKey resultKey)
           
 CommonContext CommonContextPersister.load(ResultKey resultKey)
           
 void CommonContextMap.put(ResultKey resultKey, CommonContext context)
           
 void XStreamQueuePersisterImpl.remove(ResultKey resultKey)
           
 void CommonContextPersister.remove(ResultKey resultKey)
           
 boolean CommonContextMap.remove(ResultKey resultKey)
           
 CommonContext AbstractQueueOfExecutables.remove(ResultKey resultKey)
           
 

Method parameters in com.atlassian.bamboo.v2.build.queue.queues with type arguments of type ResultKey
static CommonContextMap CommonContextMaps.offloadingMap(CommonContextPersister commonContextPersister, java.util.Map<ResultKey,java.lang.ref.SoftReference<CommonContext>> delegate)
          The supplied commonContextPersister will be used to persist contexts stored in delegate.
static CommonContextMap CommonContextMaps.wrap(java.util.Map<ResultKey,CommonContext> delegate)
          Adapts supplied map to a CommonContextMap interface.
 



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