| Package | Description |
|---|---|
| com.atlassian.bamboo | |
| com.atlassian.bamboo.logger |
| Modifier and Type | Method and Description |
|---|---|
ErrorDetails |
Bamboo.getBuildErrorDetails(String buildName,
int errorNumber)
Deprecated.
since 5.10
|
| Modifier and Type | Method and Description |
|---|---|
Collection<ErrorDetails> |
Bamboo.getElasticErrorMessages()
Deprecated.
since 5.10
|
Collection<ErrorDetails> |
Bamboo.getErrorMessages()
Deprecated.
since 5.10
|
Collection<ErrorDetails> |
Bamboo.getErrorMessages(PlanKey planKey)
Deprecated.
since 5.10
|
Collection<ErrorDetails> |
Bamboo.getErrorMessagesByAgentId(Long agentId)
Deprecated.
since 5.10
|
| Modifier and Type | Method and Description |
|---|---|
ErrorDetails |
ErrorHandler.getErrorDetails(String buildKey,
int errorNumber)
Obtain the specified error from the handler.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<ErrorDetails> |
ErrorAccessor.getAllErrors()
Get all the errors recorded against all builds
|
Collection<ErrorDetails> |
ErrorAccessor.getElasticErrors()
Get all the errors recorded against elastic bamboo
|
Collection<ErrorDetails> |
ErrorAccessor.getErrors(Key entityKey)
Obtain all the errors recorded against a specific plan
|
Collection<ErrorDetails> |
ErrorAccessor.getErrors(ResultKey resultKey)
Obtain all the errors recorded against a specific result
|
Collection<ErrorDetails> |
ErrorAccessor.getErrorsByAgentId(Long agentId)
Obtain all the errors recorded filtered by Agent Id
|
Copyright © 2016 Atlassian Software Systems Pty Ltd. All rights reserved.