| Modifier and Type | Interface and Description |
|---|---|
interface |
ResultKey
Common interface to identify a result of running something identified by a
Key |
| Modifier and Type | Method and Description |
|---|---|
Key |
ResultKey.getEntityKey()
What is this a result of.
|
| Modifier and Type | Method and Description |
|---|---|
List<CurrentlyBuilding> |
BuildExecutionManager.getCurrentlyBuilding(Key key) |
BuildLogger |
BuildLoggerManager.getLogger(Key key)
Returns a
BuildLogger for the given plan |
| Modifier and Type | Method and Description |
|---|---|
File |
BuildDirectoryManager.getBuildWorkingDirectory(Key key)
Returns the working directory for the plan.
|
| Modifier and Type | Method and Description |
|---|---|
Key |
ErrorDetails.getEntityKey()
Get entity key associated with this error
|
| Modifier and Type | Method and Description |
|---|---|
Collection<ErrorDetails> |
ErrorAccessor.getErrors(Key entityKey)
Obtain all the errors recorded against a specific plan
|
void |
AbstractErrorUpdateHandler.recordError(Key entityKey,
String context) |
void |
ErrorUpdateHandler.recordError(Key entityKey,
String context)
Record a build error against a plan/deployment
|
void |
AbstractErrorUpdateHandler.recordError(Key entityKey,
String context,
Throwable throwable) |
void |
ErrorUpdateHandler.recordError(Key entityKey,
String context,
Throwable throwable)
Record a build error against a plan/deployment
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
XStreamObjectPersister<K extends Key,V> |
| Modifier and Type | Method and Description |
|---|---|
void |
AuditLogService.log(Collection<AuditLogService.FieldChange> changes,
Key plan)
Add 'field change' messages to the system audit log.
|
void |
AuditLogService.log(String msg,
Key plan)
Add a message to the plans audit log.
|
void |
AuditLogService.log(String s,
Key planKey,
AuditLogEntity entity)
Add a message to the plans audit log.
|
void |
AuditLogService.log(String fieldName,
String oldValue,
String newValue,
Key plan)
Add 'field change' message to the system audit log.
|
void |
AuditLogService.log(String fieldName,
String oldValue,
String newValue,
Key planKey,
AuditLogEntity entity)
Add 'field change' message to the system audit log.
|
void |
AuditLogService.log(com.atlassian.user.User user,
String msg,
Key plan)
Add a message to the plans audit log.
|
void |
AuditLogService.log(com.atlassian.user.User user,
String msg,
Key planKey,
AuditLogEntity entity)
Add a message to the plans audit log.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PlanKey
|
class |
PlanResultKey
Identifier for result objects such as
ChainResultsSummary and BuildResultsSummary
Can be created from PlanKeys |
| Modifier and Type | Method and Description |
|---|---|
Key |
PlanResultKey.getEntityKey() |
| Modifier and Type | Method and Description |
|---|---|
Key |
CommonContext.getEntityKey() |
| Modifier and Type | Method and Description |
|---|---|
void |
BuildQueueManager.invalidateExecutors(Key planKey) |
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)
Remove queued items for key.
|
Copyright © 2016 Atlassian Software Systems Pty Ltd. All rights reserved.