Uses of Interface
com.atlassian.bamboo.logger.ErrorDetails
-
-
Uses of ErrorDetails in com.atlassian.bamboo
Methods in com.atlassian.bamboo that return ErrorDetails Modifier and Type Method Description ErrorDetails
Bamboo. getBuildErrorDetails(String buildName, int errorNumber)
Deprecated.since 5.10Methods in com.atlassian.bamboo that return types with arguments of type ErrorDetails Modifier and Type Method Description Collection<ErrorDetails>
Bamboo. getElasticErrorMessages()
Deprecated.since 5.10Collection<ErrorDetails>
Bamboo. getErrorMessages()
Deprecated.since 5.10Collection<ErrorDetails>
Bamboo. getErrorMessages(@NotNull PlanKey planKey)
Deprecated.since 5.10Collection<ErrorDetails>
Bamboo. 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 ErrorDetails Modifier and Type Method Description Collection<ErrorDetails>
ViewBuild. 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 ErrorDetails Modifier and Type Method Description Collection<ErrorDetails>
ViewAgentAdmin. getSystemErrorMessages()
Method parameters in com.atlassian.bamboo.configuration.agent with type arguments of type ErrorDetails Modifier and Type Method Description void
ViewAgentAdmin. setSystemErrorMessages(Collection<ErrorDetails> systemErrorMessages)
-
Uses of ErrorDetails in com.atlassian.bamboo.container
Methods in com.atlassian.bamboo.container that return ErrorDetails Modifier and Type Method Description ErrorDetails
BambooContainer. getBuildErrorDetails(String buildKey, int errorNumber)
Methods in com.atlassian.bamboo.container that return types with arguments of type ErrorDetails Modifier and Type Method 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)
-
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 Modifier and Type Method Description @NotNull Collection<ErrorDetails>
ViewDeploymentResult. getDeploymentErrors()
-
Uses of ErrorDetails in com.atlassian.bamboo.event
Methods in com.atlassian.bamboo.event that return ErrorDetails Modifier and Type Method Description ErrorDetails
BambooErrorEvent. getErrorDetails()
Constructors in com.atlassian.bamboo.event with parameters of type ErrorDetails Constructor Description BambooErrorEvent(Object source, ErrorDetails errorDetails, boolean newError)
-
Uses of ErrorDetails in com.atlassian.bamboo.logger
Classes in com.atlassian.bamboo.logger that implement ErrorDetails Modifier and Type Class Description class
DecoratedErrorDetailsImpl
class
ElasticErrorDetailsImpl
Error Details specific to elastic bambooclass
ErrorDetailsImpl
Stores all the error details for many different sorts of errors.Methods in com.atlassian.bamboo.logger that return ErrorDetails Modifier and Type Method Description ErrorDetails
DefaultErrorHandler. getErrorDetails(String buildKey, int errorNumber)
ErrorDetails
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 ErrorDetails Modifier and Type Method Description com.google.common.base.Function<ErrorDetails,DecoratedErrorDetailsImpl>
DecoratedErrorDetailsFactory. 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>
AggregatedChainErrorAccessor. getErrors(@NotNull Key key)
@NotNull Collection<ErrorDetails>
AggregatedChainErrorAccessor. getErrors(@NotNull ResultKey resultKey)
@NotNull Collection<ErrorDetails>
DecoratingErrorAccessorImpl. getErrors(@NotNull Key entityKey)
@NotNull Collection<ErrorDetails>
DecoratingErrorAccessorImpl. getErrors(@NotNull ResultKey resultKey)
@NotNull Collection<ErrorDetails>
DefaultErrorHandler. getErrors(@NotNull Key planKey)
@NotNull Collection<ErrorDetails>
DefaultErrorHandler. getErrors(@NotNull ResultKey resultKey)
@NotNull Collection<ErrorDetails>
ErrorAccessor. getErrors(@NotNull Key entityKey)
Obtain all the errors recorded against a specific plan@NotNull Collection<ErrorDetails>
ErrorAccessor. getErrors(@NotNull ResultKey resultKey)
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 ErrorDetails Modifier and Type Method Description @NotNull DecoratedErrorDetailsImpl
DecoratedErrorDetailsFactory. decorate(@NotNull ErrorDetails errorDetails)
Constructors in com.atlassian.bamboo.logger with parameters of type ErrorDetails Constructor Description DecoratedErrorDetailsImpl(@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 Modifier and Type Method Description Collection<ErrorDetails>
ManageElasticInstancesAction. getElasticErrors()
-