Uses of Interface
com.atlassian.bamboo.Key

Packages that use Key
com.atlassian.bamboo   
com.atlassian.bamboo.build   
com.atlassian.bamboo.build.fileserver   
com.atlassian.bamboo.build.logger   
com.atlassian.bamboo.builder   
com.atlassian.bamboo.core   
com.atlassian.bamboo.deployments   
com.atlassian.bamboo.deployments.execution   
com.atlassian.bamboo.fileserver   
com.atlassian.bamboo.key   
com.atlassian.bamboo.logger   
com.atlassian.bamboo.migration   
com.atlassian.bamboo.persister   
com.atlassian.bamboo.plan   
com.atlassian.bamboo.plugins.vcs.task   
com.atlassian.bamboo.v2.build   
com.atlassian.bamboo.v2.build.agent.remote   
 

Uses of Key in com.atlassian.bamboo
 

Methods in com.atlassian.bamboo that return Key
 Key ResultKey.getEntityKey()
          What is this a result of.
 

Uses of Key in com.atlassian.bamboo.build
 

Methods in com.atlassian.bamboo.build with parameters of type Key
 java.util.List<CurrentlyBuilding> BuildExecutionManager.getCurrentlyBuilding(Key key)
           
 java.util.List<CurrentlyBuilding> DefaultBuildExecutionManager.getCurrentlyBuilding(Key key)
           
 java.util.List<CurrentlyBuilding> CurrentlyBuildingContainer.getCurrentlyBuildingByKey(Key key)
          Immutable list of currently building by plan.
 BuildLogger BuildLoggerManager.getLogger(Key key)
          Returns a BuildLogger for the given plan
 BuildLogger DefaultBuildExecutionManager.getLogger(Key key)
          Deprecated. since 5.0 use respective method from BuildLoggerManager
 int CurrentlyBuildingContainer.numberOfCurrentlyBuildingForKey(Key key)
           
 

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

Methods in com.atlassian.bamboo.build.fileserver with parameters of type Key
 java.io.File BuildDirectoryManager.getBuildWorkingDirectory(Key key)
          Returns the working directory for the plan.
 java.io.File DefaultBuildDirectoryManager.getBuildWorkingDirectory(Key key)
           
 

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

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

Methods in com.atlassian.bamboo.build.logger with parameters of type Key
static LoggerId<Key> LoggerIds.get(Key key)
           
static java.io.File BuildLogUtils.getLogFileDirectory(Key entityKey)
           
static java.lang.String BuildLogUtils.getLogFileName(Key entityKey, int resultNumber)
           
 BuildLogger DefaultBuildLoggerManager.getLogger(Key key)
           
 

Uses of Key in com.atlassian.bamboo.builder
 

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

Uses of Key in com.atlassian.bamboo.core
 

Methods in com.atlassian.bamboo.core with parameters of type Key
static
<V,E extends java.lang.Throwable>
V
ScopedExclusionServiceHelper.withLockedKeyIdentifiedEntity(ScopedExclusionService exclusionService, Key key, ScopedExclusionService.ExclusiveFunction<Key,V,E> functor)
           
 

Method parameters in com.atlassian.bamboo.core with type arguments of type Key
static
<V,E extends java.lang.Throwable>
V
ScopedExclusionServiceHelper.withLockedKeyIdentifiedEntity(ScopedExclusionService exclusionService, Key key, ScopedExclusionService.ExclusiveFunction<Key,V,E> functor)
           
 

Uses of Key in com.atlassian.bamboo.deployments
 

Subinterfaces of Key in com.atlassian.bamboo.deployments
 interface DeploymentKey
           
 

Classes in com.atlassian.bamboo.deployments that implement Key
 class DeploymentKeyImpl
           
 

Methods in com.atlassian.bamboo.deployments that return Key
 Key DeploymentResultKeyImpl.getEntityKey()
           
 

Methods in com.atlassian.bamboo.deployments with parameters of type Key
 int DeploymentKeyImpl.compareTo(Key key)
           
 

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

Methods in com.atlassian.bamboo.deployments.execution that return Key
 Key DeploymentContextImpl.getEntityKey()
           
 

Uses of Key in com.atlassian.bamboo.fileserver
 

Methods in com.atlassian.bamboo.fileserver with parameters of type Key
static java.io.File SystemDirectory.getBuildDataDirectory(Key key)
           
static java.io.File SystemDirectory.getBuildDownloadDataDirectory(Key key)
          Build a specific plan's download data directory.
static java.io.File SystemDirectory.getBuildLogsDirectory(Key key)
           
 

Uses of Key in com.atlassian.bamboo.key
 

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

Uses of Key in com.atlassian.bamboo.logger
 

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

Uses of Key in com.atlassian.bamboo.migration
 

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

Uses of Key in com.atlassian.bamboo.persister
 

Methods in com.atlassian.bamboo.persister with parameters of type Key
 void DefaultAuditLogService.log(java.util.Collection<AuditLogService.FieldChange> changes, Key plan)
           
 void AuditLogService.log(java.util.Collection<AuditLogService.FieldChange> changes, Key plan)
          Add 'field change' messages to the system audit log.
 void DefaultAuditLogService.log(java.lang.String msg, Key planKey)
           
 void AuditLogService.log(java.lang.String msg, Key plan)
          Add a message to the plans audit log.
 void DefaultAuditLogService.log(java.lang.String msg, Key planKey, AuditLogEntity entity)
           
 void AuditLogService.log(java.lang.String s, Key planKey, AuditLogEntity entity)
          Add a message to the plans audit log.
 void DefaultAuditLogService.log(java.lang.String username, java.lang.String msg, Key planKey)
           
 void DefaultAuditLogService.log(java.lang.String username, java.lang.String msg, Key planKey, AuditLogEntity entity)
           
 void DefaultAuditLogService.log(java.lang.String fieldName, java.lang.String oldValue, java.lang.String newValue, Key plan)
           
 void AuditLogService.log(java.lang.String fieldName, java.lang.String oldValue, java.lang.String newValue, Key plan)
          Add 'field change' message to the system audit log.
 void DefaultAuditLogService.log(java.lang.String fieldName, java.lang.String oldValue, java.lang.String newValue, Key planKey, AuditLogEntity entity)
           
 void AuditLogService.log(java.lang.String fieldName, java.lang.String oldValue, java.lang.String newValue, Key planKey, AuditLogEntity entity)
          Add 'field change' message to the system audit log.
 void DefaultAuditLogService.log(com.atlassian.user.User user, java.lang.String msg, Key planKey)
           
 void AuditLogService.log(com.atlassian.user.User user, java.lang.String msg, Key plan)
          Add a message to the plans audit log.
 void DefaultAuditLogService.log(com.atlassian.user.User user, java.lang.String msg, Key planKey, AuditLogEntity entity)
           
 void AuditLogService.log(com.atlassian.user.User user, java.lang.String msg, Key planKey, AuditLogEntity entity)
          Add a message to the plans audit log.
static void TaskAuditLogHelper.logTaskConfigurationChanges(AuditLogService auditLogService, TaskManager taskManager, Key planKey, TaskDefinition taskDefinition, java.util.Map<java.lang.String,java.lang.String> oldConfiguration, java.lang.String oldDescription, boolean oldIsEnabled)
           
 

Uses of Key in com.atlassian.bamboo.plan
 

Classes in com.atlassian.bamboo.plan that implement Key
 class PlanKey
          Identifier for Plan PlanKeys can be created via PlanKeys
 

Methods in com.atlassian.bamboo.plan that return Key
 Key PlanResultKey.getEntityKey()
           
 

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

Methods in com.atlassian.bamboo.plugins.vcs.task that return Key
 Key DeploymentRepositoryBuildContext.getEntityKey()
           
 

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

Methods in com.atlassian.bamboo.v2.build that return Key
 Key CommonContext.getEntityKey()
           
 Key BuildContextImpl.getEntityKey()
           
 

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

Methods in com.atlassian.bamboo.v2.build.agent.remote with parameters of type Key
 java.io.File RemoteBuildDirectoryManager.getBuildWorkingDirectory(Key key)
           
 BuildLogger RemoteBuildLoggerManager.getLogger(Key key)
           
 



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