Class DeploymentIssueChangedPublisher
java.lang.Object
com.atlassian.bamboo.plugins.jira.event.DeploymentIssueChangedPublisher
Listens on internal events sent by deployment indexer module.
If it detects event that has possibly changed JIRA issue it will publish new event
that is then possibly redistributed outside Bamboo
-
Constructor Summary
ConstructorDescriptionDeploymentIssueChangedPublisher
(com.atlassian.event.api.EventPublisher eventPublisher, DeploymentVersionLinkedJiraIssuesService issuesService, IssueChangedPublisher issueChangedPublisher) -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
void
void
void
void
void
-
Constructor Details
-
DeploymentIssueChangedPublisher
@Inject public DeploymentIssueChangedPublisher(com.atlassian.event.api.EventPublisher eventPublisher, DeploymentVersionLinkedJiraIssuesService issuesService, IssueChangedPublisher issueChangedPublisher)
-
-
Method Details
-
handleDeploymentResultDeindexedEvent
-
handleDeploymentVersionCreationIndexedEvent
@EventListener public void handleDeploymentVersionCreationIndexedEvent(DeploymentVersionCreatedEvent event) -
handleDeploymentResultIndexedEvent
-
handleDeploymentVersionDeindexedEvent
@EventListener public void handleDeploymentVersionDeindexedEvent(DeploymentVersionDeletedEvent event) -
handleEnvironmentDeindexedEvent
-
handleEnvironmentOrderUpdateIndexedEvent
@EventListener public void handleEnvironmentOrderUpdateIndexedEvent(EnvironmentOrderUpdatedEvent event) -
handleDeploymentProjectDeindexedEvent
@EventListener public void handleDeploymentProjectDeindexedEvent(DeploymentProjectDeletedEvent event)
-