Uses of Interface
com.atlassian.bamboo.logger.ErrorDetails
Packages that use ErrorDetails
Package
Description
-
Uses of ErrorDetails in com.atlassian.bamboo
Methods in com.atlassian.bamboo that return ErrorDetailsModifier and TypeMethodDescriptionBamboo.getBuildErrorDetails
(String buildName, int errorNumber) Deprecated.since 5.10Methods in com.atlassian.bamboo that return types with arguments of type ErrorDetailsModifier 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
Methods in com.atlassian.bamboo.build that return types with arguments of type ErrorDetailsModifier and TypeMethodDescriptionViewBuild.getBuildErrors()
Obtain all the current build errors. -
Uses of ErrorDetails in com.atlassian.bamboo.configuration.agent
Methods in com.atlassian.bamboo.configuration.agent that return types with arguments of type ErrorDetailsMethod parameters in com.atlassian.bamboo.configuration.agent with type arguments of type ErrorDetailsModifier and TypeMethodDescriptionvoid
ViewAgentAdmin.setSystemErrorMessages
(Collection<ErrorDetails> systemErrorMessages) -
Uses of ErrorDetails in com.atlassian.bamboo.container
Methods in com.atlassian.bamboo.container that return ErrorDetailsModifier and TypeMethodDescriptionBambooContainer.getBuildErrorDetails
(String buildKey, int errorNumber) Methods in com.atlassian.bamboo.container that return types with arguments of type ErrorDetailsModifier 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
Methods in com.atlassian.bamboo.deployments.execution.actions that return types with arguments of type ErrorDetailsModifier and TypeMethodDescription@NotNull Collection<ErrorDetails>
ViewDeploymentResult.getDeploymentErrors()
-
Uses of ErrorDetails in com.atlassian.bamboo.event
Methods in com.atlassian.bamboo.event that return ErrorDetailsConstructors in com.atlassian.bamboo.event with parameters of type ErrorDetailsModifierConstructorDescriptionBambooErrorEvent
(Object source, ErrorDetails errorDetails, boolean newError) -
Uses of ErrorDetails in com.atlassian.bamboo.logger
Classes in com.atlassian.bamboo.logger that implement ErrorDetailsModifier and TypeClassDescriptionclass
class
Error Details specific to elastic bambooclass
Stores all the error details for many different sorts of errors.Methods in com.atlassian.bamboo.logger that return ErrorDetailsModifier and TypeMethodDescriptionDefaultErrorHandler.getErrorDetails
(String buildKey, int errorNumber) ErrorHandler.getErrorDetails
(String buildKey, int errorNumber) Obtain the specified error from the handler.Methods in com.atlassian.bamboo.logger that return types with arguments of type ErrorDetailsModifier 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 IdMethods in com.atlassian.bamboo.logger with parameters of type ErrorDetailsModifier and TypeMethodDescription@NotNull DecoratedErrorDetailsImpl
DecoratedErrorDetailsFactory.decorate
(@NotNull ErrorDetails errorDetails) Constructors in com.atlassian.bamboo.logger with parameters of type ErrorDetailsModifierConstructorDescriptionDecoratedErrorDetailsImpl
(@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
Methods in com.atlassian.bamboo.ww2.actions.admin.elastic that return types with arguments of type ErrorDetails