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

Packages that use ErrorHandler
com.atlassian.bamboo.agent.elastic.server   
com.atlassian.bamboo.container   
com.atlassian.bamboo.deletion   
com.atlassian.bamboo.logger   
com.atlassian.bamboo.plan   
com.atlassian.bamboo.plan.branch   
com.atlassian.bamboo.plugins.maven.dependencies   
com.atlassian.bamboo.plugins.maven.dependencies.events   
com.atlassian.bamboo.plugins.stash   
com.atlassian.bamboo.repository   
com.atlassian.bamboo.v2.trigger   
 

Uses of ErrorHandler in com.atlassian.bamboo.agent.elastic.server
 

Constructors in com.atlassian.bamboo.agent.elastic.server with parameters of type ErrorHandler
ElasticInstanceManagerImpl(AwsAccountBean awsAccountBean, AdministrationConfigurationAccessor administrationConfigurationAccessor, int startupTimeoutSeconds, java.util.concurrent.ScheduledExecutorService executor, KeyStoreFactory keyStoreFactory, SSLContextFactory sslContextFactory, BootstrapManager bootstrapManager, ErrorHandler errorHandler, SpotInstanceConfigurationAccessor spotInstanceConfigurationAccessor)
           
RemoteElasticInstanceImpl(ElasticInstanceManager manager, ElasticAgentTunnelManager tunnelManager, ErrorHandler errorHandler, com.atlassian.aws.AWSAccount awsAccount, java.net.URL baseURL, int startupTimeoutSeconds, RemoteElasticInstanceListener listener, java.util.concurrent.ScheduledExecutorService executor, java.security.KeyStore keyStore, ElasticConfiguration elasticConfiguration, AgentManager agentManager, ElasticImageConfiguration elasticImageConfiguration, com.atlassian.aws.ec2.InstanceLaunchConfigurationBuilder instanceLaunchConfigurationBuilder, SpotInstanceConfig spotInstanceConfig)
           
 

Uses of ErrorHandler in com.atlassian.bamboo.container
 

Methods in com.atlassian.bamboo.container with parameters of type ErrorHandler
 void BambooContainer.reportBuildConfigurationProblems(Persister persister, ErrorHandler errorHandler)
           
 void BambooContainer.setErrorHandler(ErrorHandler errorHandler)
           
 

Uses of ErrorHandler in com.atlassian.bamboo.deletion
 

Constructors in com.atlassian.bamboo.deletion with parameters of type ErrorHandler
DeletionServiceImpl(ErrorHandler errorHandler, BuildResultsIndexer buildResultsIndexer, PlanScheduler planScheduler, PlanDependencyManager planDependencyManager, PlanParticleManager planParticleManager, com.atlassian.event.api.EventPublisher eventPublisher, ResultsSummaryManager resultsSummaryManager, BuildSuspensionCheckBean buildSuspensionCheckBean, AdminErrorHandler adminErrorHandler, org.acegisecurity.acls.MutableAclService aclService, ProjectManager projectManager, PlanManager planManager, ChainStageDao chainStageDao, com.atlassian.bandana.BandanaPersister bandanaPersister, com.atlassian.plugin.PluginAccessor pluginAccessor, ArtifactDefinitionManager artifactDefinitionManager, ArtifactSubscriptionManager artifactSubscriptionManager, ArtifactManager artifactManager, AuditLogService auditLogService, VariableDefinitionManager variableDefinitionManager, RepositoryDefinitionManager repositoryDefinitionManager, PlanVcsRevisionHistoryService planVcsRevisionHistoryService, ChainBranchManager chainBranchManager, VcsBranchManager vcsBranchManager, StopBuildManager stopBuildManager, ImmutablePlanCacheService immutablePlanCacheService, ArtifactDao artifactDao)
           
 

Uses of ErrorHandler in com.atlassian.bamboo.logger
 

Classes in com.atlassian.bamboo.logger that implement ErrorHandler
 class DefaultErrorHandler
          This class keeps track of Bamboo build errors so they can get reported to the user.
 

Methods in com.atlassian.bamboo.logger with parameters of type ErrorHandler
 void ViewBuildError.setErrorHandler(ErrorHandler errorHandler)
           
 void RemoveBuildError.setErrorHandler(ErrorHandler errorHandler)
           
 

Uses of ErrorHandler in com.atlassian.bamboo.plan
 

Constructors in com.atlassian.bamboo.plan with parameters of type ErrorHandler
PlanExecutionManagerImpl(BuildExecutionManager buildExecutionManager, ChainExecutionManager chainExecutionManager, BuildDetectionActionFactory buildDetectionActionFactory, PlanExecutionPermitter planExecutionPermitter, ExecutionStatusProvider executionStatusProvider, PlanManager planManager, StopBuildManager stopBuildManager, TriggerManager triggerManager, PlanExecutionLockService planExecutionLockService, DeploymentExecutionService deploymentExecutionService, com.atlassian.event.api.EventPublisher eventPublisher, ErrorHandler errorHandler, DeploymentPermitter deploymentPermitter)
           
 

Uses of ErrorHandler in com.atlassian.bamboo.plan.branch
 

Constructors in com.atlassian.bamboo.plan.branch with parameters of type ErrorHandler
BranchDetectionServiceImpl(PlanManager planManager, ChainBranchCreationService chainBranchCreationService, RepositoryManager repositoryManager, VcsBranchManager vcsBranchManager, RepositoryCachingFacade repositoryCachingFacade, ErrorHandler errorHandler, ScopedExclusionService scopedExclusionService, com.atlassian.event.api.EventPublisher eventPublisher, JiraBranchLinkingService jiraBranchLinkingService, VariableDefinitionManager variableDefinitionManager, CustomVariableContext customVariableContext, org.springframework.orm.hibernate.HibernateTemplate hibernateTemplate, CachedPlanManager cachedPlanManager)
           
 

Uses of ErrorHandler in com.atlassian.bamboo.plugins.maven.dependencies
 

Constructors in com.atlassian.bamboo.plugins.maven.dependencies with parameters of type ErrorHandler
MavenDependenciesServerPostProcessor(com.atlassian.bandana.BandanaManager bandanaManager, PlanParticleManager planParticleManager, ErrorHandler errorHandler)
           
 

Uses of ErrorHandler in com.atlassian.bamboo.plugins.maven.dependencies.events
 

Methods in com.atlassian.bamboo.plugins.maven.dependencies.events with parameters of type ErrorHandler
 void RestoreMaven2ParticlesOnServerStartupEventListener.setErrorHandler(ErrorHandler errorHandler)
           
 

Constructors in com.atlassian.bamboo.plugins.maven.dependencies.events with parameters of type ErrorHandler
UpdateChainDependenciesEventListener(CachedPlanManager cachedPlanManager, ErrorHandler errorHandler, PlanDependencyManager planDependencyManager, PlanManager planManager, PlanParticleManager planParticleManager)
           
 

Uses of ErrorHandler in com.atlassian.bamboo.plugins.stash
 

Methods in com.atlassian.bamboo.plugins.stash with parameters of type ErrorHandler
 void UpdateStashBuildStatusListener.setErrorHandler(ErrorHandler errorHandler)
           
 

Uses of ErrorHandler in com.atlassian.bamboo.repository
 

Methods in com.atlassian.bamboo.repository with parameters of type ErrorHandler
static boolean InvalidRepositoryException.handleInvalidRepositoryIfAppropriate(PlanKey planKey, java.lang.Throwable e, ErrorCollection errorCollection, com.atlassian.event.api.EventPublisher eventPublisher, ErrorHandler errorHandler)
          Returns if the InvalidRepositoryException was handled (if the passed exception or the cause of it is of the right type.
 

Uses of ErrorHandler in com.atlassian.bamboo.v2.trigger
 

Methods in com.atlassian.bamboo.v2.trigger with parameters of type ErrorHandler
 void ChangeDetectionListenerAction.setErrorHandler(ErrorHandler errorHandler)
           
 



Copyright © 2014 Atlassian Software Systems Pty Ltd. All Rights Reserved.