Uses of Class
com.atlassian.bamboo.logger.ThrowableDetails
-
Packages that use ThrowableDetails Package Description com.atlassian.bamboo.logger com.atlassian.bamboo.v2.build.agent.messages com.atlassian.bamboo.v2.build.agent.remote -
-
Uses of ThrowableDetails in com.atlassian.bamboo.logger
Methods in com.atlassian.bamboo.logger that return ThrowableDetails Modifier and Type Method Description static @Nullable ThrowableDetails
ThrowableDetails. fromThrowable(@Nullable Throwable throwable)
static @Nullable ThrowableDetails
ThrowableDetails. fromThrowable(@Nullable Throwable throwable, @Nullable Map<String,String> metadata)
@Nullable ThrowableDetails
DecoratedErrorDetailsImpl. getThrowableDetails()
@Nullable ThrowableDetails
ErrorDetails. getThrowableDetails()
Contains the details of anyThrowable
which may have been thrown in the error@Nullable ThrowableDetails
ErrorDetailsImpl. getThrowableDetails()
Contains the details of anyThrowable
which may have been thrown in the errorMethods in com.atlassian.bamboo.logger with parameters of type ThrowableDetails Modifier and Type Method Description void
DefaultErrorHandler. createElasticError(String context, @Nullable Long agentId, @Nullable ThrowableDetails throwableDetails, @Nullable String instanceId)
void
ErrorUpdateHandler. createElasticError(String context, @Nullable Long agentId, @Nullable ThrowableDetails throwableDetails, @Nullable String instanceId)
Create an error regarding Elastic Bamboo.void
DefaultErrorHandler. createError(@Nullable String entityKey, Integer resultNumber, Long agentId, String context, ThrowableDetails throwableDetails)
void
DefaultErrorHandler. createError(@Nullable String entityKey, Long resultNumber, Long agentId, String context, ThrowableDetails throwableDetails)
void
ErrorUpdateHandler. createError(@Nullable String entityKey, @Nullable Integer resultNumber, Long agentId, String context, @Nullable ThrowableDetails throwableDetails)
Deprecated.void
ErrorUpdateHandler. createError(@Nullable String entityKey, @Nullable Long resultNumber, Long agentId, String context, @Nullable ThrowableDetails throwableDetails)
Constructors in com.atlassian.bamboo.logger with parameters of type ThrowableDetails Constructor Description ElasticErrorDetailsImpl(int errorNumber, @Nullable Long agentId, @Nullable String instanceId, String context, Date timeStamp, ThrowableDetails throwableDetails)
ErrorDetailsImpl(int errorNumber, String planKey, Integer resultNumber, @Nullable Long agentId, String context, @Nullable Date timeStamp, @Nullable ThrowableDetails throwableDetails)
ErrorDetailsImpl(int errorNumber, String planKey, Long resultNumber, @Nullable Long agentId, String context, @Nullable Date timeStamp, @Nullable ThrowableDetails throwableDetails)
-
Uses of ThrowableDetails in com.atlassian.bamboo.v2.build.agent.messages
Constructors in com.atlassian.bamboo.v2.build.agent.messages with parameters of type ThrowableDetails Constructor Description CreateElasticError(String context, ThrowableDetails throwableDetails, Long agentId, String instanceId)
CreateError(String buildKey, Long resultNumber, String context, ThrowableDetails throwableDetails, Long agentId)
-
Uses of ThrowableDetails in com.atlassian.bamboo.v2.build.agent.remote
Methods in com.atlassian.bamboo.v2.build.agent.remote with parameters of type ThrowableDetails Modifier and Type Method Description void
RemoteErrorUpdateHandler. createElasticError(String context, @Nullable Long agentId, @Nullable ThrowableDetails throwableDetails, @Nullable String instanceId)
void
RemoteErrorUpdateHandler. createError(@Nullable String entityKey, @Nullable Long resultNumber, Long agentId, String context, @Nullable ThrowableDetails throwableDetails)
void
RemoteErrorUpdateHandler. createError(String entityKey, Integer resultNumber, Long agentId, String context, ThrowableDetails throwableDetails)
-