| 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(@NotNull PlanKey planKey)
Deprecated.
since 5.10
|
Collection<ErrorDetails> |
Bamboo.getErrorMessagesByAgentId(@NotNull 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(@NotNull PlanKey planKey) |
Collection<ErrorDetails> |
BambooContainer.getErrorMessagesByAgentId(@NotNull Long agentId) |
| 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() |
| Modifier and Type | Method and Description |
|---|---|
@NotNull DecoratedErrorDetailsImpl |
DecoratedErrorDetailsFactory.decorate(@NotNull ErrorDetails errorDetails) |
| Constructor and Description |
|---|
DecoratedErrorDetailsImpl(@NotNull ErrorDetails errorDetails,
@NotNull AgentManager agentManager,
@NotNull CachedPlanManager cachedPlanManager,
@NotNull ResultsSummaryManager resultsSummaryManager,
@NotNull RepositoryDefinitionManager repositoryDefinitionManager,
@NotNull CachedRepositoryDefinitionManager cachedRepositoryDefinitionManager) |
| Modifier and Type | Method and Description |
|---|---|
Collection<ErrorDetails> |
ManageElasticInstancesAction.getElasticErrors() |
Copyright © 2023 Atlassian Software Systems Pty Ltd. All rights reserved.