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

Packages that use ErrorDetails
com.atlassian.bamboo   
com.atlassian.bamboo.configuration.agent   
com.atlassian.bamboo.container   
com.atlassian.bamboo.deployments.execution.actions   
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
 java.util.Collection<ErrorDetails> Bamboo.getErrorMessages()
          Obtain all of the system logged error messages
 java.util.Collection<ErrorDetails> Bamboo.getErrorMessages(PlanKey planKey)
          Obtain all of the system logged error messages
 java.util.Collection<ErrorDetails> Bamboo.getErrorMessagesByAgentId(java.lang.Long agentId)
          Obtain the system logged error messages filtered by Agent Id
 

Uses of ErrorDetails in com.atlassian.bamboo.configuration.agent
 

Methods in com.atlassian.bamboo.configuration.agent that return types with arguments of type ErrorDetails
 java.util.Collection<ErrorDetails> ViewAgentAdmin.getSystemErrorMessages()
           
 

Method parameters in com.atlassian.bamboo.configuration.agent with type arguments of type ErrorDetails
 void ViewAgentAdmin.setSystemErrorMessages(java.util.Collection<ErrorDetails> systemErrorMessages)
           
 

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()
           
 java.util.Collection<ErrorDetails> BambooContainer.getErrorMessages()
          What error messages have we detected to far?
 java.util.Collection<ErrorDetails> BambooContainer.getErrorMessages(PlanKey planKey)
           
 java.util.Collection<ErrorDetails> BambooContainer.getErrorMessagesByAgentId(java.lang.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
 java.util.Collection<ErrorDetails> ViewDeploymentResult.getDeploymentErrors()
           
 

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
 

Classes in com.atlassian.bamboo.logger that implement ErrorDetails
 class DecoratedErrorDetailsImpl
           
 class ElasticErrorDetailsImpl
          Error Details specific to elastic bamboo
 class ErrorDetailsImpl
          Stores all the error details for many different sorts of errors.
 

Methods in com.atlassian.bamboo.logger that return ErrorDetails
 ErrorDetails ErrorHandler.getErrorDetails(java.lang.String buildKey, int errorNumber)
          Obtain the specified 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
 com.google.common.base.Function<ErrorDetails,DecoratedErrorDetailsImpl> DecoratedErrorDetailsFactory.decorator()
           
 java.util.Collection<ErrorDetails> ErrorAccessor.getAllErrors()
          Get all the errors recorded against all builds
 java.util.Collection<ErrorDetails> DefaultErrorHandler.getAllErrors()
           
 java.util.Collection<ErrorDetails> DecoratingErrorAccessorImpl.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> DecoratingErrorAccessorImpl.getElasticErrors()
           
 java.util.Collection<ErrorDetails> AggregatedChainErrorAccessor.getElasticErrors()
           
 java.util.Collection<ErrorDetails> ErrorAccessor.getErrors(Key entityKey)
          Obtain all the errors recorded against a specific plan
 java.util.Collection<ErrorDetails> DefaultErrorHandler.getErrors(Key planKey)
           
 java.util.Collection<ErrorDetails> DecoratingErrorAccessorImpl.getErrors(Key entityKey)
           
 java.util.Collection<ErrorDetails> AggregatedChainErrorAccessor.getErrors(Key key)
           
 java.util.Collection<ErrorDetails> ErrorAccessor.getErrors(ResultKey resultKey)
          Obtain all the errors recorded against a specific result
 java.util.Collection<ErrorDetails> DefaultErrorHandler.getErrors(ResultKey resultKey)
           
 java.util.Collection<ErrorDetails> DecoratingErrorAccessorImpl.getErrors(ResultKey resultKey)
           
 java.util.Collection<ErrorDetails> AggregatedChainErrorAccessor.getErrors(ResultKey resultKey)
           
 java.util.Collection<ErrorDetails> ErrorAccessor.getErrorsByAgentId(java.lang.Long agentId)
          Obtain all the errors recorded filtered by Agent Id
 java.util.Collection<ErrorDetails> DefaultErrorHandler.getErrorsByAgentId(java.lang.Long agentId)
           
 java.util.Collection<ErrorDetails> DecoratingErrorAccessorImpl.getErrorsByAgentId(java.lang.Long agentId)
           
 java.util.Collection<ErrorDetails> AggregatedChainErrorAccessor.getErrorsByAgentId(java.lang.Long agentId)
           
 

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

Constructors in com.atlassian.bamboo.logger with parameters of type ErrorDetails
DecoratedErrorDetailsImpl(ErrorDetails errorDetails, AgentManager agentManager, CachedPlanManager cachedPlanManager, ResultsSummaryManager resultsSummaryManager, RepositoryDefinitionManager repositoryDefinitionManager)
           
 

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 © 2014 Atlassian Software Systems Pty Ltd. All Rights Reserved.