|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of ErrorUpdateHandler in com.atlassian.bamboo.build |
|---|
| Constructors in com.atlassian.bamboo.build with parameters of type ErrorUpdateHandler | |
|---|---|
BuildDetectionActionFactoryImpl(BuildNumberGeneratorService buildNumberGenerator,
ChangeDetectionManager changeDetectionManager,
TriggerManager triggerManager,
ErrorUpdateHandler errorUpdateHandler,
BuildLoggerManager buildLoggerManager,
VariableDefinitionManager variableDefinitionManager,
PlanVcsRevisionHistoryService planVcsRevisionHistoryService,
ResultsSummaryManager resultsSummaryManager,
BranchIntegrationService branchIntegrationService,
BuildContextBuilderFactory buildContextBuilderFactory)
|
|
| Uses of ErrorUpdateHandler in com.atlassian.bamboo.build.artifact |
|---|
| Methods in com.atlassian.bamboo.build.artifact with parameters of type ErrorUpdateHandler | |
|---|---|
void |
BuildArtifactPostProcessor.setErrorUpdateHandler(ErrorUpdateHandler errorUpdateHandler)
|
| Uses of ErrorUpdateHandler in com.atlassian.bamboo.build.expiry |
|---|
| Constructors in com.atlassian.bamboo.build.expiry with parameters of type ErrorUpdateHandler | |
|---|---|
BuildExpiryBeanImpl(ResultsSummaryManager resultsSummaryManager,
PlanManager planManager,
AdministrationConfigurationAccessor administrationConfigurationAccessor,
LabelDao labelDao,
RepositoryDefinitionManager repositoryDefinitionManager,
ErrorUpdateHandler errorUpdateHandler,
com.atlassian.bandana.BandanaManager bandanaManager)
|
|
| Uses of ErrorUpdateHandler in com.atlassian.bamboo.build.monitoring |
|---|
| Methods in com.atlassian.bamboo.build.monitoring with parameters of type ErrorUpdateHandler | |
|---|---|
void |
OrphanedBuildMonitorJob.setErrorUpdateHandler(ErrorUpdateHandler errorUpdateHandler)
|
void |
BuildStopDelayedJob.setErrorUpdateHandler(ErrorUpdateHandler errorUpdateHandler)
|
| Uses of ErrorUpdateHandler in com.atlassian.bamboo.build.pipeline.tasks |
|---|
| Methods in com.atlassian.bamboo.build.pipeline.tasks with parameters of type ErrorUpdateHandler | |
|---|---|
void |
PrepareBuildTask.setErrorUpdateHandler(ErrorUpdateHandler errorUpdateHandler)
|
void |
ExecuteBuildTask.setErrorUpdateHandler(ErrorUpdateHandler errorUpdateHandler)
|
| Uses of ErrorUpdateHandler in com.atlassian.bamboo.buildqueue.manager |
|---|
| Constructors in com.atlassian.bamboo.buildqueue.manager with parameters of type ErrorUpdateHandler | |
|---|---|
AgentManagerImpl(AgentDao agentDao,
BuildAgentController buildAgentController,
CapabilitySetManager capabilitySetManager,
com.atlassian.event.api.EventPublisher eventPublisher,
BambooLicenseManager bambooLicenseManager,
ElasticImageConfigurationManager elasticImageConfigurationManager,
ElasticInstanceManager elasticInstanceManager,
BuildExecutionManager buildExecutionManager,
ErrorUpdateHandler errorUpdateHandler,
BuildLoggerManager buildLoggerManager,
FeatureManager featureManager,
AgentAssignmentService agentAssignmentService,
DeploymentsInProgressService deploymentsInProgressService,
DeploymentExecutionService deploymentExecutionService)
|
|
| Uses of ErrorUpdateHandler in com.atlassian.bamboo.chains |
|---|
| Methods in com.atlassian.bamboo.chains with parameters of type ErrorUpdateHandler | |
|---|---|
static void |
ChainPluginSupportHelper.prepareRuntimeTaskData(CommonContext commonContext,
TaskManager taskManager,
ErrorUpdateHandler errorUpdateHandler)
|
static void |
ChainPluginSupportHelper.processRuntimeTaskData(CommonContext commonContext,
TaskManager taskManager,
ErrorUpdateHandler errorUpdateHandler)
|
| Constructors in com.atlassian.bamboo.chains with parameters of type ErrorUpdateHandler | |
|---|---|
ChainExecutionManagerImpl(PlanStatePersisterService planStatePersisterService,
JobExecutionManager buildContextExecutor,
ChainResultManager chainResultManager,
ChainStateFactory chainStateFactory,
BuildContextFactory buildContextFactory,
com.atlassian.event.api.EventPublisher eventPublisher,
ChainPluginSupport chainPluginSupport,
ErrorUpdateHandler errorUpdateHandler,
AuthorCreatorService authorCreatorService,
ResultsSummaryManager resultsSummaryManager,
BuildNumberGeneratorService buildNumberGeneratorService,
BuildDirectoryManager buildDirectoryManager,
BranchIntegrationHelper branchIntegrationHelper,
CustomVariableContext customVariableContext,
PlanExecutionLockService planExecutionLockService,
PlanVcsRevisionHistoryService planVcsRevisionHistoryService)
|
|
ChainResultManagerImpl(BuildResultsSummaryManager buildResultsSummaryManager,
ResultsSummaryManager resultsSummaryManager,
LimitedConcurrencyCaller limitedConcurrencyCaller,
ErrorUpdateHandler errorUpdateHandler,
com.opensymphony.xwork2.TextProvider textProvider,
ArtifactLinkManager artifactLinkManager,
Persister persister)
|
|
| Uses of ErrorUpdateHandler in com.atlassian.bamboo.deployments.execution.actions |
|---|
| Methods in com.atlassian.bamboo.deployments.execution.actions with parameters of type ErrorUpdateHandler | |
|---|---|
void |
StopDeployment.setErrorUpdateHandler(ErrorUpdateHandler errorUpdateHandler)
|
| Uses of ErrorUpdateHandler in com.atlassian.bamboo.deployments.execution.service |
|---|
| Constructors in com.atlassian.bamboo.deployments.execution.service with parameters of type ErrorUpdateHandler | |
|---|---|
DeploymentExecutionServiceImpl(AdministrationConfigurationAccessor administrationConfigurationAccessor,
BuildLoggerManager buildLoggerManager,
DeploymentResultService deploymentResultService,
EnvironmentService environmentService,
ErrorUpdateHandler errorUpdateHandler,
com.atlassian.event.api.EventPublisher eventPublisher,
FeatureManager featureManager,
PlanExecutionLockService planExecutionLockService,
TaskManager taskManager,
VariableDefinitionManager variableDefinitionManager,
DeploymentVersionService deploymentVersionService,
ExecutionPhaseService executionPhaseService,
DeploymentProjectService deploymentProjectService,
CredentialsAccessor credentialsAccessor,
DeploymentsInProgressService deploymentsInProgressService,
CachedPlanManager cachedPlanManager)
|
|
| Uses of ErrorUpdateHandler in com.atlassian.bamboo.logger |
|---|
| Subinterfaces of ErrorUpdateHandler in com.atlassian.bamboo.logger | |
|---|---|
interface |
ErrorHandler
Describes an abstraction for dealing with errors that occur while building builds. |
| Classes in com.atlassian.bamboo.logger that implement ErrorUpdateHandler | |
|---|---|
class |
AbstractErrorUpdateHandler
|
class |
DefaultErrorHandler
This class keeps track of Bamboo build errors so they can get reported to the user. |
| Uses of ErrorUpdateHandler in com.atlassian.bamboo.plan |
|---|
| Constructors in com.atlassian.bamboo.plan with parameters of type ErrorUpdateHandler | |
|---|---|
PlanStatePersisterImpl(PlanManager planManager,
BuildResultsIndexer buildResultsIndexer,
BuildResultsSummaryManager buildResultsSummaryManager,
ResultsSummaryManager resultsSummaryManager,
ErrorUpdateHandler errorUpdateHandler,
BuildLoggerManager buildLoggerManager,
BuildExecutionManager buildExecutionManager,
TestsManager testsManager,
com.atlassian.event.api.EventPublisher eventPublisher)
|
|
| Uses of ErrorUpdateHandler in com.atlassian.bamboo.plan.branch |
|---|
| Methods in com.atlassian.bamboo.plan.branch with parameters of type ErrorUpdateHandler | |
|---|---|
void |
BranchExpiryJob.setErrorUpdateHandler(ErrorUpdateHandler errorUpdateHandler)
|
| Uses of ErrorUpdateHandler in com.atlassian.bamboo.task |
|---|
| Constructors in com.atlassian.bamboo.task with parameters of type ErrorUpdateHandler | |
|---|---|
TaskExecutorImpl(ErrorUpdateHandler errorUpdateHandler,
BuildLoggerManager buildLoggerManager,
com.atlassian.plugin.PluginAccessor pluginAccessor,
CustomVariableContext customVariableContext,
BuildDirectoryManager buildDirectoryManager,
TaskResultProcessor quarantineTaskResultProcessor)
|
|
| Uses of ErrorUpdateHandler in com.atlassian.bamboo.v2.build.agent |
|---|
| Constructors in com.atlassian.bamboo.v2.build.agent with parameters of type ErrorUpdateHandler | |
|---|---|
BuildAgentControllerImpl(AgentContext agentContext,
AgentQueueAccessor agentQueueAccessor,
BuildLoggerManager buildLoggerManager,
ResultProcessor resultProcessor,
CapabilityContext capabilityContext,
CapabilitySetManager capabilitySetManager,
CustomVariableContext customVariableContext,
ErrorUpdateHandler errorUpdateHandler,
ExecutionPhaseService executionPhaseService,
com.atlassian.event.api.EventPublisher eventPublisher)
|
|
| Uses of ErrorUpdateHandler in com.atlassian.bamboo.v2.build.agent.remote |
|---|
| Classes in com.atlassian.bamboo.v2.build.agent.remote that implement ErrorUpdateHandler | |
|---|---|
class |
RemoteErrorUpdateHandler
|
| Uses of ErrorUpdateHandler in com.atlassian.bamboo.v2.build.events |
|---|
| Constructors in com.atlassian.bamboo.v2.build.events with parameters of type ErrorUpdateHandler | |
|---|---|
BuildCompletedEventListener(CustomVariableContextRunner customVariableContextRunner,
ErrorUpdateHandler errorUpdateHandler,
PlanManager planManager,
com.atlassian.plugin.PluginAccessor pluginAccessor)
|
|
PostBuildCompletedEventListener(CachedPlanManager cachedPlanManager,
CustomVariableContextRunner customVariableContextRunner,
ErrorUpdateHandler errorUpdateHandler,
com.atlassian.plugin.PluginAccessor pluginAccessor)
|
|
| Uses of ErrorUpdateHandler in com.atlassian.bamboo.v2.build.queue |
|---|
| Constructors in com.atlassian.bamboo.v2.build.queue with parameters of type ErrorUpdateHandler | |
|---|---|
BuildQueueManagerImpl(com.atlassian.event.api.EventPublisher eventPublisher,
BuildExecutionManager buildExecutionManager,
CachedPlanManager cachedPlanManager,
com.atlassian.plugin.PluginAccessor pluginAccessor,
ErrorUpdateHandler errorUpdateHandler,
ExecutableAgentsHelper executableAgentsHelper,
CustomVariableContextRunner customVariableContextRunner,
EnvironmentService environmentService,
ExecutionPhaseService executionPhaseService,
XStreamFactory xStreamFactory,
org.springframework.transaction.support.TransactionTemplate transactionTemplate,
LocalResultProcessor resultProcessor,
long lingoResponseTimeout)
|
|
| Uses of ErrorUpdateHandler in com.atlassian.bamboo.v2.build.trigger |
|---|
| Constructors in com.atlassian.bamboo.v2.build.trigger with parameters of type ErrorUpdateHandler | |
|---|---|
DefaultDependencyBlockingManager(DependencyTreeBuilder dependencyTreeBuilder,
ImmutablePlanCacheService immutablePlanCacheService,
ChangeDetectionManager changeDetectionManager,
PlanExecutionManager planExecutionManager,
TriggerManager triggerManager,
ErrorUpdateHandler errorUpdateHandler,
BuildNumberGeneratorService buildNumberGenerator,
ChainExecutionManager chainExecutionManager,
BuildContextBuilderFactory buildContextBuilderFactory)
|
|
| Uses of ErrorUpdateHandler in com.atlassian.bamboo.v2.trigger |
|---|
| Fields in com.atlassian.bamboo.v2.trigger declared as ErrorUpdateHandler | |
|---|---|
protected ErrorUpdateHandler |
AbstractDependentDetectionAction.errorUpdateHandler
|
| Constructors in com.atlassian.bamboo.v2.trigger with parameters of type ErrorUpdateHandler | |
|---|---|
AbstractDependentDetectionAction(ImmutableChain chain,
ImmutableChain parentChain,
BuildContext completedBuildContext,
ErrorUpdateHandler errorUpdateHandler,
TriggerManager triggerManager,
ChangeDetectionManager changeDetectionManager,
BuildNumberGeneratorService buildNumberGeneratorService,
BuildLoggerManager buildLoggerManager,
PlanVcsRevisionHistoryService planVcsRevisionHistoryService,
BuildContextBuilderFactory buildContextBuilderFactory)
|
|
ChildDependencyBuildDetectionAction(ImmutablePlan plan,
PlanIdentifier child,
BuildNumberGeneratorService buildNumberGenerator,
TriggerManager triggerManager,
BuildChanges buildChanges,
ErrorUpdateHandler errorUpdateHandler,
ImmutablePlanCacheService immutablePlanCacheService,
BuildContextBuilderFactory buildContextBuilderFactory)
|
|
ContinuedBuildDetectionAction(ImmutableChain chain,
PlanExecutionConfig planExecutionConfig,
com.atlassian.user.User user,
TriggerReason triggerReason,
java.util.Map<java.lang.String,java.lang.String> params,
java.util.Map<java.lang.String,java.lang.String> variables,
ErrorUpdateHandler errorUpdateHandler,
ResultsSummaryManager resultsSummaryManager,
TriggerManager triggerManager,
BranchIntegrationService branchIntegrationService,
BuildContextBuilderFactory buildContextBuilderFactory)
|
|
DependentBuildDetectionAction(ImmutableChain chain,
ImmutableChain parentChain,
BuildContext completedBuildContext,
ErrorUpdateHandler errorUpdateHandler,
TriggerManager triggerManager,
ChangeDetectionManager changeDetectionManager,
BuildNumberGeneratorService buildNumberGeneratorService,
BuildLoggerManager buildLoggerManager,
PlanVcsRevisionHistoryService planVcsRevisionHistoryService,
BuildContextBuilderFactory buildContextBuilderFactory)
|
|
ManualBuildDetectionAction(ImmutableChain chain,
com.atlassian.user.User user,
PlanExecutionConfig planExecutionConfig,
java.util.Map<java.lang.String,java.lang.String> params,
java.util.Map<java.lang.String,java.lang.String> variables,
BuildNumberGeneratorService buildNumberGenerator,
ChangeDetectionManager changeDetectionManager,
TriggerManager triggerManager,
ErrorUpdateHandler errorUpdateHandler,
VariableDefinitionManager variableDefinitionManager,
BuildContextBuilderFactory buildContextBuilderFactory)
|
|
| Uses of ErrorUpdateHandler in com.atlassian.bamboo.v2.ww2.build |
|---|
| Methods in com.atlassian.bamboo.v2.ww2.build with parameters of type ErrorUpdateHandler | |
|---|---|
void |
TriggerRemoteBuild.setErrorUpdateHandler(ErrorUpdateHandler errorUpdateHandler)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||