Uses of Interface
com.atlassian.bamboo.logger.ErrorHandler
-
-
Uses of ErrorHandler in com.atlassian.bamboo.agent.elastic.server
Constructors in com.atlassian.bamboo.agent.elastic.server with parameters of type ErrorHandler Constructor Description ElasticInstanceManagerImpl(AwsAccountBean awsAccountBean, AdministrationConfigurationAccessor administrationConfigurationAccessor, int startupTimeoutSeconds, ScheduledExecutorService executor, KeyStoreFactory keyStoreFactory, SSLContextFactory sslContextFactory, BootstrapManager bootstrapManager, ErrorHandler errorHandler, SpotInstanceConfigurationAccessor spotInstanceConfigurationAccessor, com.atlassian.event.api.EventPublisher eventPublisher, SecretEncryptionService secretEncryptionService)RemoteElasticInstanceImpl(ElasticInstanceManager manager, ElasticAgentTunnelManager tunnelManager, ErrorHandler errorHandler, com.atlassian.aws.AWSAccount awsAccount, URL baseURL, int startupTimeoutSeconds, RemoteElasticInstanceListener listener, ScheduledExecutorService executor, KeyStore keyStore, ElasticConfiguration elasticConfiguration, @NotNull AgentManager agentManager, @NotNull ElasticImageConfiguration elasticImageConfiguration, @NotNull com.atlassian.aws.ec2.InstanceLaunchConfigurationBuilder instanceLaunchConfigurationBuilder, @NotNull SpotInstanceConfig spotInstanceConfig, @NotNull ServerFingerprint fingerprint, @NotNull com.atlassian.event.api.EventPublisher eventPublisher, @NotNull SecretEncryptionService secretEncryptionService) -
Uses of ErrorHandler in com.atlassian.bamboo.container
Methods in com.atlassian.bamboo.container with parameters of type ErrorHandler Modifier and Type Method Description voidBambooContainer. reportBuildConfigurationProblems(Persister persister, ErrorHandler errorHandler) -
Uses of ErrorHandler in com.atlassian.bamboo.logger
Classes in com.atlassian.bamboo.logger that implement ErrorHandler Modifier and Type Class Description classDefaultErrorHandlerThis 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 Modifier and Type Method Description voidViewBuildError. setErrorHandler(ErrorHandler errorHandler) -
Uses of ErrorHandler in com.atlassian.bamboo.plan
Constructors in com.atlassian.bamboo.plan with parameters of type ErrorHandler Constructor Description PlanExecutionManagerImpl(BuildExecutionManager buildExecutionManager, PlanExecutionPermitter planExecutionPermitter, ExecutionStatusProvider executionStatusProvider, CachedPlanManager cachedPlanManager, StopBuildManager stopBuildManager, TriggerManager triggerManager, PlanExecutionLockService planExecutionLockService, com.atlassian.event.api.EventPublisher eventPublisher, ErrorHandler errorHandler, DeploymentPermitter deploymentPermitter, com.atlassian.bamboo.plan.PlanExecutionManagerCallWatcher planExecutionManagerCallWatcher) -
Uses of ErrorHandler in com.atlassian.bamboo.plan.branch
Constructors in com.atlassian.bamboo.plan.branch with parameters of type ErrorHandler Constructor Description BranchCreationFacadeImpl(BranchDetectionService branchDetectionService, CachedRepositoryDefinitionManager cachedRepositoryDefinitionManager, CustomVariableContext customVariableContext, ErrorHandler errorHandler, LightweightBranchCreationService branchCreationService, com.atlassian.struts.TextProvider textProvider, VcsRepositoryManager vcsRepositoryManager)BranchDetectionServiceImpl(com.atlassian.bandana.BandanaManager bandanaManager, CachedPlanManager cachedPlanManager, CachedRepositoryDefinitionManager cachedRepositoryDefinitionManager, ChainBranchManager chainBranchManager, CustomVariableContext customVariableContext, ErrorHandler errorHandler, org.springframework.orm.hibernate5.HibernateTemplate hibernateTemplate, LightweightBranchCreationService lightweightBranchCreationService, RepositoryCachingFacade repositoryCachingFacade, ScopedExclusionService scopedExclusionService, VcsBranchManager vcsBranchManager, VcsRepositoryManager vcsRepositoryManager, PlanBranchPullRequestService planBranchPullRequestService)LightweightBranchCreationServiceImpl(CachedPlanManager cachedPlanManager, ChainBranchCreationService chainBranchCreationService, CustomVariableContext customVariableContext, ErrorHandler errorHandler, JiraBranchLinkingService jiraBranchLinkingService, PlanManager planManager, RawRepositoryConfigurationXmlConverter rawRepositoryConfigurationXmlConverter, RepositoryDefinitionManager repositoryDefinitionManager, VcsBranchManager vcsBranchManager, VcsRepositoryManager vcsRepositoryManager, TriggerTypeManager triggerTypeManager, com.atlassian.event.api.EventPublisher eventPublisher) -
Uses of ErrorHandler in com.atlassian.bamboo.plan.pullrequest
Constructors in com.atlassian.bamboo.plan.pullrequest with parameters of type ErrorHandler Constructor Description PullRequestDetectionServiceImpl(CachedPlanManager cachedPlanManager, CustomVariableContext customVariableContext, ErrorHandler errorHandler, org.springframework.orm.hibernate5.HibernateTemplate hibernateTemplate, RepositoryCachingFacade repositoryCachingFacade, ScopedExclusionService scopedExclusionService, VcsPullRequestService vcsPullRequestService, VcsRepositoryManager vcsRepositoryManager) -
Uses of ErrorHandler in com.atlassian.bamboo.plugins.maven.dependencies
Constructors in com.atlassian.bamboo.plugins.maven.dependencies with parameters of type ErrorHandler Constructor Description 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 Modifier and Type Method Description voidRestoreMaven2ParticlesOnServerStartupEventListener. setErrorHandler(ErrorHandler errorHandler)Deprecated.since 6.8 use constructor injection or annotation injectionConstructors in com.atlassian.bamboo.plugins.maven.dependencies.events with parameters of type ErrorHandler Constructor Description UpdateChainDependenciesEventListener(CachedPlanManager cachedPlanManager, ErrorHandler errorHandler, PlanDependencyManager planDependencyManager, PlanManager planManager, PlanParticleManager planParticleManager) -
Uses of ErrorHandler in com.atlassian.bamboo.plugins.stash
Constructors in com.atlassian.bamboo.plugins.stash with parameters of type ErrorHandler Constructor Description BitbucketServerBuildStatusUpdater(CachedPlanManager cachedPlanManager, ResultsSummaryManager resultsSummaryManager, AdministrationConfigurationAccessor administrationConfigurationAccessor, ErrorHandler errorHandler, com.atlassian.event.api.EventPublisher eventPublisher, FeatureManager featureManager, com.atlassian.stash.rest.client.applinks.ApplinkStashClientFactory stashClientFactory, TemplateRenderer templateRenderer, RepositoryDefinitionManager repositoryDefinitionManager)BitbucketServerRssStatusUpdater(AdministrationConfigurationAccessor administrationConfigurationAccessor, com.atlassian.event.api.EventPublisher eventPublisher, com.atlassian.stash.rest.client.applinks.ApplinkStashClientFactory stashClientFactory, FeatureManager featureManager, ErrorHandler errorHandler, RepositoryStoredSpecsLogService repositoryStoredSpecsLogService) -
Uses of ErrorHandler in com.atlassian.bamboo.repository
Methods in com.atlassian.bamboo.repository with parameters of type ErrorHandler Modifier and Type Method Description static booleanInvalidRepositoryException. handleInvalidRepositoryIfAppropriate(@Nullable PlanKey planKey, Throwable e, ErrorCollection errorCollection, com.atlassian.event.api.EventPublisher eventPublisher, @Nullable ErrorHandler errorHandler)Returns if theInvalidRepositoryExceptionwas handled (if the passed exception or the cause of it is of the right type. -
Uses of ErrorHandler in com.atlassian.bamboo.spring
Fields in com.atlassian.bamboo.spring with type parameters of type ErrorHandler Modifier and Type Field Description static Supplier<ErrorHandler>ComponentAccessor. ERROR_HANDLERDeprecated. -
Uses of ErrorHandler in com.atlassian.bamboo.v2.trigger
Methods in com.atlassian.bamboo.v2.trigger with parameters of type ErrorHandler Modifier and Type Method Description voidChangeDetectionListenerAction. setErrorHandler(ErrorHandler errorHandler)
-