Uses of Class
com.atlassian.bamboo.logger.ErrorDetails

Packages that use ErrorDetails
com.atlassian.bamboo   
com.atlassian.bamboo.container   
com.atlassian.bamboo.event   
com.atlassian.bamboo.logger   
com.atlassian.bamboo.ww2.actions.admin.elastic   
 

Uses of ErrorDetails in com.atlassian.bamboo
 

Methods in com.atlassian.bamboo that return ErrorDetails
 ErrorDetails Bamboo.getBuildErrorDetails(java.lang.String buildName, int errorNumber)
          Obtain the errorNumber'th error for the given buildName from the internal system error log
 

Methods in com.atlassian.bamboo that return types with arguments of type ErrorDetails
 java.util.Collection<ErrorDetails> Bamboo.getElasticErrorMessages()
          Obtain all of the logged error messages associated with elastic bamboo
 

Uses of ErrorDetails in com.atlassian.bamboo.container
 

Methods in com.atlassian.bamboo.container that return ErrorDetails
 ErrorDetails BambooContainer.getBuildErrorDetails(java.lang.String buildKey, int errorNumber)
           
 

Methods in com.atlassian.bamboo.container that return types with arguments of type ErrorDetails
 java.util.Collection<ErrorDetails> BambooContainer.getElasticErrorMessages()
           
 

Uses of ErrorDetails in com.atlassian.bamboo.event
 

Methods in com.atlassian.bamboo.event that return ErrorDetails
 ErrorDetails BambooErrorEvent.getErrorDetails()
           
 

Constructors in com.atlassian.bamboo.event with parameters of type ErrorDetails
BambooErrorEvent(java.lang.Object source, ErrorDetails errorDetails, boolean newError)
           
 

Uses of ErrorDetails in com.atlassian.bamboo.logger
 

Subclasses of ErrorDetails in com.atlassian.bamboo.logger
 class ElasticErrorDetails
          Error Details specific to elastic bamboo
 

Methods in com.atlassian.bamboo.logger that return ErrorDetails
 ErrorDetails ViewBuildError.getErrorDetails()
          Provide the UI with the ErrorDetails obtained from executing this action
 ErrorDetails ErrorHandler.getErrorDetails(java.lang.String buildKey, int errorNumber)
          Obtain the specifed error from the handler.
 ErrorDetails DefaultErrorHandler.getErrorDetails(java.lang.String buildKey, int errorNumber)
           
 

Methods in com.atlassian.bamboo.logger that return types with arguments of type ErrorDetails
 java.util.Collection<ErrorDetails> ErrorAccessor.getAllErrors()
          Get all the errors recorded against all builds
 java.util.Collection<ErrorDetails> DefaultErrorHandler.getAllErrors()
           
 java.util.Collection<ErrorDetails> AggregatedChainErrorAccessor.getAllErrors()
           
 java.util.Collection<ErrorDetails> ErrorAccessor.getElasticErrors()
          Get all the errors recorded against elastic bamboo
 java.util.Collection<ErrorDetails> DefaultErrorHandler.getElasticErrors()
           
 java.util.Collection<ErrorDetails> AggregatedChainErrorAccessor.getElasticErrors()
           
 java.util.Collection<ErrorDetails> ErrorAccessor.getErrors(PlanKey planKey)
          Obtain all the errors recorded against a specific plan
 java.util.Collection<ErrorDetails> DefaultErrorHandler.getErrors(PlanKey planKey)
           
 java.util.Collection<ErrorDetails> AggregatedChainErrorAccessor.getErrors(PlanKey planKey)
           
 java.util.Collection<ErrorDetails> ErrorAccessor.getErrors(PlanResultKey planResultKey)
          Obtain all the errors recorded against a specific result
 java.util.Collection<ErrorDetails> DefaultErrorHandler.getErrors(PlanResultKey planResultKey)
           
 java.util.Collection<ErrorDetails> AggregatedChainErrorAccessor.getErrors(PlanResultKey planResultKey)
           
 java.util.Collection<ErrorDetails> ErrorHandler.getErrors(java.lang.String buildKey)
          Deprecated. since 3.0 Use type-safe ErrorAccessor API.
 java.util.Collection<ErrorDetails> DefaultErrorHandler.getErrors(java.lang.String buildKey)
          Deprecated. since 3.0
 

Methods in com.atlassian.bamboo.logger with parameters of type ErrorDetails
 boolean ErrorOfPlanResultPredicate.apply(ErrorDetails errorDetails)
           
 

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
 java.util.Collection<ErrorDetails> ManageElasticInstancesAction.getElasticErrors()
           
 



Copyright © 2011 Atlassian. All Rights Reserved.