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 |
---|---|
Collection<ErrorDetails> |
ViewBuild.getBuildErrors()
Obtain all the current build errors.
|
Modifier and Type | Method and Description |
---|---|
Collection<ErrorDetails> |
ViewAgentAdmin.getSystemErrorMessages() |
Modifier and Type | Method and Description |
---|---|
void |
ViewAgentAdmin.setSystemErrorMessages(Collection<ErrorDetails> systemErrorMessages) |
Modifier and Type | Method and Description |
---|---|
ErrorDetails |
BambooContainer.getBuildErrorDetails(String buildKey,
int errorNumber) |
Modifier and Type | Method and Description |
---|---|
Collection<ErrorDetails> |
BambooContainer.getElasticErrorMessages() |
Collection<ErrorDetails> |
BambooContainer.getErrorMessages()
What error messages have we detected to far?
|
Collection<ErrorDetails> |
BambooContainer.getErrorMessages(PlanKey planKey) |
Collection<ErrorDetails> |
BambooContainer.getErrorMessagesByAgentId(Long agentId) |
Modifier and Type | Method and Description |
---|---|
Collection<ErrorDetails> |
ViewDeploymentResult.getDeploymentErrors() |
Modifier and Type | Method and Description |
---|---|
ErrorDetails |
BambooErrorEvent.getErrorDetails() |
Constructor and Description |
---|
BambooErrorEvent(Object source,
ErrorDetails errorDetails,
boolean newError) |
Modifier and Type | Class and Description |
---|---|
class |
DecoratedErrorDetailsImpl |
class |
ElasticErrorDetailsImpl
Error Details specific to elastic bamboo
|
class |
ErrorDetailsImpl
Stores all the error details for many different sorts of errors.
|
Modifier and Type | Method and Description |
---|---|
ErrorDetails |
DefaultErrorHandler.getErrorDetails(String buildKey,
int errorNumber) |
ErrorDetails |
ErrorHandler.getErrorDetails(String buildKey,
int errorNumber)
Obtain the specified error from the handler.
|
Modifier and Type | Method and Description |
---|---|
com.google.common.base.Function<ErrorDetails,DecoratedErrorDetailsImpl> |
DecoratedErrorDetailsFactory.decorator() |
Collection<ErrorDetails> |
DefaultErrorHandler.getAllErrors() |
Collection<ErrorDetails> |
AggregatedChainErrorAccessor.getAllErrors() |
Collection<ErrorDetails> |
DecoratingErrorAccessorImpl.getAllErrors() |
Collection<ErrorDetails> |
ErrorAccessor.getAllErrors()
Get all the errors recorded against all builds
|
Collection<ErrorDetails> |
DefaultErrorHandler.getElasticErrors() |
Collection<ErrorDetails> |
AggregatedChainErrorAccessor.getElasticErrors() |
Collection<ErrorDetails> |
DecoratingErrorAccessorImpl.getElasticErrors() |
Collection<ErrorDetails> |
ErrorAccessor.getElasticErrors()
Get all the errors recorded against elastic bamboo
|
Collection<ErrorDetails> |
DefaultErrorHandler.getErrors(Key planKey) |
Collection<ErrorDetails> |
AggregatedChainErrorAccessor.getErrors(Key key) |
Collection<ErrorDetails> |
DecoratingErrorAccessorImpl.getErrors(Key entityKey) |
Collection<ErrorDetails> |
ErrorAccessor.getErrors(Key entityKey)
Obtain all the errors recorded against a specific plan
|
Collection<ErrorDetails> |
DefaultErrorHandler.getErrors(ResultKey resultKey) |
Collection<ErrorDetails> |
AggregatedChainErrorAccessor.getErrors(ResultKey resultKey) |
Collection<ErrorDetails> |
DecoratingErrorAccessorImpl.getErrors(ResultKey resultKey) |
Collection<ErrorDetails> |
ErrorAccessor.getErrors(ResultKey resultKey)
Obtain all the errors recorded against a specific result
|
Collection<ErrorDetails> |
DefaultErrorHandler.getErrorsByAgentId(Long agentId) |
Collection<ErrorDetails> |
AggregatedChainErrorAccessor.getErrorsByAgentId(Long agentId) |
Collection<ErrorDetails> |
DecoratingErrorAccessorImpl.getErrorsByAgentId(Long agentId) |
Collection<ErrorDetails> |
ErrorAccessor.getErrorsByAgentId(Long agentId)
Obtain all the errors recorded filtered by Agent Id
|
Modifier and Type | Method and Description |
---|---|
DecoratedErrorDetailsImpl |
DecoratedErrorDetailsFactory.decorate(ErrorDetails errorDetails) |
Constructor and Description |
---|
DecoratedErrorDetailsImpl(ErrorDetails errorDetails,
AgentManager agentManager,
CachedPlanManager cachedPlanManager,
ResultsSummaryManager resultsSummaryManager,
RepositoryDefinitionManager repositoryDefinitionManager,
CachedRepositoryDefinitionManager cachedRepositoryDefinitionManager) |
Modifier and Type | Method and Description |
---|---|
Collection<ErrorDetails> |
ManageElasticInstancesAction.getElasticErrors() |
Copyright © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.