|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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.core |
|---|
| Methods in com.atlassian.bamboo.core with parameters of type Key | ||
|---|---|---|
static
|
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
|
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 that return Key | |
|---|---|
Key |
ErrorDetails.getEntityKey()
Get entity key associated with this error |
Key |
ErrorDetailsImpl.getEntityKey()
|
Key |
DecoratedErrorDetailsImpl.getEntityKey()
|
| Methods in com.atlassian.bamboo.logger with parameters of type Key | |
|---|---|
java.util.Collection<ErrorDetails> |
ErrorAccessor.getErrors(Key entityKey)
Obtain all the errors recorded against a specific plan |
java.util.Collection<ErrorDetails> |
DefaultErrorHandler.getErrors(Key planKey)
|
java.util.Collection<ErrorDetails> |
DecoratingErrorAccessorImpl.getErrors(Key entityKey)
|
java.util.Collection<ErrorDetails> |
AggregatedChainErrorAccessor.getErrors(Key key)
|
void |
ErrorUpdateHandler.recordError(Key entityKey,
java.lang.String context)
Record a build error against a plan/deployment |
void |
AbstractErrorUpdateHandler.recordError(Key entityKey,
java.lang.String context)
|
void |
ErrorUpdateHandler.recordError(Key entityKey,
java.lang.String context,
java.lang.Throwable throwable)
Record a build error against a plan/deployment |
void |
AbstractErrorUpdateHandler.recordError(Key entityKey,
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.testutils.build.logger |
|---|
| Methods in com.atlassian.bamboo.testutils.build.logger with parameters of type Key | |
|---|---|
SimpleBuildLogger |
BuildLoggerManagerForTesting.getLogger(Key key)
|
| 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)
|
| Uses of Key in com.atlassian.bamboo.v2.build.queue |
|---|
| Methods in com.atlassian.bamboo.v2.build.queue with parameters of type Key | |
|---|---|
void |
BuildQueueManager.invalidateExecutors(Key planKey)
|
void |
BuildQueueManagerImpl.invalidateExecutors(Key key)
|
void |
QueueOfExecutables.recalculateExecutors(Key planKey)
Recalculates executors for a given plan - until then, any information about executor-executable mapping for this plan should be considered to be invalid. |
static void |
QueueManagerUtils.removeFromQueue(BuildQueueManager buildQueueManager,
Key planKey)
|
| Uses of Key in com.atlassian.bamboo.v2.build.queue.queues |
|---|
| Methods in com.atlassian.bamboo.v2.build.queue.queues with parameters of type Key | |
|---|---|
void |
AbstractQueueOfExecutables.recalculateExecutors(Key key)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||