|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of ErrorDetails in com.atlassian.bamboo |
|---|
| Methods in com.atlassian.bamboo that return ErrorDetails | |
|---|---|
ErrorDetails |
Bamboo.getBuildErrorDetails(java.lang.String buildName,
int errorNumber)
Obtain the errorNumber'th error for the given buildName from the internal system error log |
| Methods in com.atlassian.bamboo that return types with arguments of type ErrorDetails | |
|---|---|
java.util.Collection<ErrorDetails> |
Bamboo.getElasticErrorMessages()
Obtain all of the logged error messages associated with elastic bamboo |
java.util.Collection<ErrorDetails> |
Bamboo.getErrorMessages()
Obtain all of the system logged error messages |
java.util.Collection<ErrorDetails> |
Bamboo.getErrorMessages(PlanKey planKey)
Obtain all of the system logged error messages |
java.util.Collection<ErrorDetails> |
Bamboo.getErrorMessagesByAgentId(java.lang.Long agentId)
Obtain the system logged error messages filtered by Agent Id |
| Uses of ErrorDetails in com.atlassian.bamboo.configuration.agent |
|---|
| Methods in com.atlassian.bamboo.configuration.agent that return types with arguments of type ErrorDetails | |
|---|---|
java.util.Collection<ErrorDetails> |
ViewAgentAdmin.getSystemErrorMessages()
|
| Method parameters in com.atlassian.bamboo.configuration.agent with type arguments of type ErrorDetails | |
|---|---|
void |
ViewAgentAdmin.setSystemErrorMessages(java.util.Collection<ErrorDetails> systemErrorMessages)
|
| Uses of ErrorDetails in com.atlassian.bamboo.container |
|---|
| Methods in com.atlassian.bamboo.container that return ErrorDetails | |
|---|---|
ErrorDetails |
BambooContainer.getBuildErrorDetails(java.lang.String buildKey,
int errorNumber)
|
| Methods in com.atlassian.bamboo.container that return types with arguments of type ErrorDetails | |
|---|---|
java.util.Collection<ErrorDetails> |
BambooContainer.getElasticErrorMessages()
|
java.util.Collection<ErrorDetails> |
BambooContainer.getErrorMessages()
What error messages have we detected to far? |
java.util.Collection<ErrorDetails> |
BambooContainer.getErrorMessages(PlanKey planKey)
|
java.util.Collection<ErrorDetails> |
BambooContainer.getErrorMessagesByAgentId(java.lang.Long agentId)
|
| Uses of ErrorDetails in com.atlassian.bamboo.deployments.execution.actions |
|---|
| Methods in com.atlassian.bamboo.deployments.execution.actions that return types with arguments of type ErrorDetails | |
|---|---|
java.util.Collection<ErrorDetails> |
ViewDeploymentResult.getDeploymentErrors()
|
| Uses of ErrorDetails in com.atlassian.bamboo.event |
|---|
| Methods in com.atlassian.bamboo.event that return ErrorDetails | |
|---|---|
ErrorDetails |
BambooErrorEvent.getErrorDetails()
|
| Constructors in com.atlassian.bamboo.event with parameters of type ErrorDetails | |
|---|---|
BambooErrorEvent(java.lang.Object source,
ErrorDetails errorDetails,
boolean newError)
|
|
| Uses of ErrorDetails in com.atlassian.bamboo.logger |
|---|
| Subclasses of ErrorDetails in com.atlassian.bamboo.logger | |
|---|---|
class |
ElasticErrorDetails
Error Details specific to elastic bamboo |
| Methods in com.atlassian.bamboo.logger that return ErrorDetails | |
|---|---|
ErrorDetails |
ViewBuildError.getErrorDetails()
Provide the UI with the ErrorDetails obtained from executing this action |
ErrorDetails |
ErrorHandler.getErrorDetails(java.lang.String buildKey,
int errorNumber)
Obtain the specifed error from the handler. |
ErrorDetails |
DefaultErrorHandler.getErrorDetails(java.lang.String buildKey,
int errorNumber)
|
| Methods in com.atlassian.bamboo.logger that return types with arguments of type ErrorDetails | |
|---|---|
java.util.Collection<ErrorDetails> |
ErrorAccessor.getAllErrors()
Get all the errors recorded against all builds |
java.util.Collection<ErrorDetails> |
DefaultErrorHandler.getAllErrors()
|
java.util.Collection<ErrorDetails> |
AggregatedChainErrorAccessor.getAllErrors()
|
java.util.Collection<ErrorDetails> |
ErrorAccessor.getElasticErrors()
Get all the errors recorded against elastic bamboo |
java.util.Collection<ErrorDetails> |
DefaultErrorHandler.getElasticErrors()
|
java.util.Collection<ErrorDetails> |
AggregatedChainErrorAccessor.getElasticErrors()
|
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)
|
java.util.Collection<ErrorDetails> |
ErrorAccessor.getErrors(ResultKey planResultKey)
Obtain all the errors recorded against a specific result |
java.util.Collection<ErrorDetails> |
DefaultErrorHandler.getErrors(ResultKey planResultKey)
|
java.util.Collection<ErrorDetails> |
AggregatedChainErrorAccessor.getErrors(ResultKey resultKey)
|
java.util.Collection<ErrorDetails> |
ErrorAccessor.getErrorsByAgentId(java.lang.Long agentId)
Obtain all the errors recorded filtered by Agent Id |
java.util.Collection<ErrorDetails> |
DefaultErrorHandler.getErrorsByAgentId(java.lang.Long agentId)
|
java.util.Collection<ErrorDetails> |
AggregatedChainErrorAccessor.getErrorsByAgentId(java.lang.Long agentId)
|
java.util.Collection<ErrorDetails> |
SystemErrorList.getSystemErrors()
Obtain all the current system errors. |
| Methods in com.atlassian.bamboo.logger with parameters of type ErrorDetails | |
|---|---|
boolean |
ErrorOfPlanResultPredicate.apply(ErrorDetails errorDetails)
|
| Uses of ErrorDetails in com.atlassian.bamboo.ww2.actions.admin.elastic |
|---|
| Methods in com.atlassian.bamboo.ww2.actions.admin.elastic that return types with arguments of type ErrorDetails | |
|---|---|
java.util.Collection<ErrorDetails> |
ManageElasticInstancesAction.getElasticErrors()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||