Uses of Interface
com.atlassian.bamboo.logger.ErrorDetails
Package
Description
-
Uses of ErrorDetails in com.atlassian.bamboo
Modifier and TypeMethodDescriptionBamboo.getBuildErrorDetails
(String buildName, int errorNumber) Deprecated.since 5.10Modifier and TypeMethodDescriptionBamboo.getElasticErrorMessages()
Deprecated.since 5.10Bamboo.getErrorMessages()
Deprecated.since 5.10Bamboo.getErrorMessages
(@NotNull PlanKey planKey) Deprecated.since 5.10Bamboo.getErrorMessagesByAgentId
(@NotNull Long agentId) Deprecated.since 5.10 -
Uses of ErrorDetails in com.atlassian.bamboo.build
Modifier and TypeMethodDescriptionViewBuild.getBuildErrors()
Obtain all the current build errors. -
Uses of ErrorDetails in com.atlassian.bamboo.configuration.agent
Modifier and TypeMethodDescriptionvoid
ViewAgentAdmin.setSystemErrorMessages
(Collection<ErrorDetails> systemErrorMessages) -
Uses of ErrorDetails in com.atlassian.bamboo.container
Modifier and TypeMethodDescriptionBambooContainer.getBuildErrorDetails
(String buildKey, int errorNumber) Modifier and TypeMethodDescriptionBambooContainer.getElasticErrorMessages()
BambooContainer.getErrorMessages()
What error messages have we detected to far?BambooContainer.getErrorMessages
(@NotNull PlanKey planKey) BambooContainer.getErrorMessagesByAgentId
(@NotNull Long agentId) -
Uses of ErrorDetails in com.atlassian.bamboo.deployments.execution.actions
Modifier and TypeMethodDescription@NotNull Collection<ErrorDetails>
ViewDeploymentResult.getDeploymentErrors()
-
Uses of ErrorDetails in com.atlassian.bamboo.event
ModifierConstructorDescriptionBambooErrorEvent
(Object source, ErrorDetails errorDetails, boolean newError) -
Uses of ErrorDetails in com.atlassian.bamboo.logger
Modifier and TypeClassDescriptionclass
class
Error Details specific to elastic bambooclass
Stores all the error details for many different sorts of errors.Modifier and TypeMethodDescriptionDefaultErrorHandler.getErrorDetails
(String buildKey, int errorNumber) ErrorHandler.getErrorDetails
(String buildKey, int errorNumber) Obtain the specified error from the handler.Modifier and TypeMethodDescriptionDecoratedErrorDetailsFactory.decorator()
@NotNull Collection<ErrorDetails>
AggregatedChainErrorAccessor.getAllErrors()
@NotNull Collection<ErrorDetails>
DecoratingErrorAccessorImpl.getAllErrors()
@NotNull Collection<ErrorDetails>
DefaultErrorHandler.getAllErrors()
@NotNull Collection<ErrorDetails>
ErrorAccessor.getAllErrors()
Get all the errors recorded against all builds@NotNull Collection<ErrorDetails>
AggregatedChainErrorAccessor.getElasticErrors()
@NotNull Collection<ErrorDetails>
DecoratingErrorAccessorImpl.getElasticErrors()
@NotNull Collection<ErrorDetails>
DefaultErrorHandler.getElasticErrors()
@NotNull Collection<ErrorDetails>
ErrorAccessor.getElasticErrors()
Get all the errors recorded against elastic bamboo@NotNull Collection<ErrorDetails>
@NotNull Collection<ErrorDetails>
@NotNull Collection<ErrorDetails>
@NotNull Collection<ErrorDetails>
@NotNull Collection<ErrorDetails>
@NotNull Collection<ErrorDetails>
@NotNull Collection<ErrorDetails>
Obtain all the errors recorded against a specific plan@NotNull Collection<ErrorDetails>
Obtain all the errors recorded against a specific result@NotNull Collection<ErrorDetails>
AggregatedChainErrorAccessor.getErrorsByAgentId
(Long agentId) @NotNull Collection<ErrorDetails>
DecoratingErrorAccessorImpl.getErrorsByAgentId
(Long agentId) @NotNull Collection<ErrorDetails>
DefaultErrorHandler.getErrorsByAgentId
(Long agentId) @NotNull Collection<ErrorDetails>
ErrorAccessor.getErrorsByAgentId
(Long agentId) Obtain all the errors recorded filtered by Agent IdModifier and TypeMethodDescription@NotNull DecoratedErrorDetailsImpl
DecoratedErrorDetailsFactory.decorate
(@NotNull ErrorDetails errorDetails) ModifierConstructorDescriptionDecoratedErrorDetailsImpl
(@NotNull ErrorDetails errorDetails, @NotNull AgentManager agentManager, @NotNull CachedPlanManager cachedPlanManager, @NotNull ResultsSummaryManager resultsSummaryManager, @NotNull RepositoryDefinitionManager repositoryDefinitionManager, @NotNull CachedRepositoryDefinitionManager cachedRepositoryDefinitionManager) -
Uses of ErrorDetails in com.atlassian.bamboo.ww2.actions.admin.elastic