Class IssueChangedPublisherImpl
java.lang.Object
com.atlassian.bamboo.plugins.jira.event.IssueChangedPublisherImpl
- All Implemented Interfaces:
IssueChangedPublisher,com.atlassian.event.remote.RemoteEventProducer
public class IssueChangedPublisherImpl
extends Object
implements com.atlassian.event.remote.RemoteEventProducer, IssueChangedPublisher
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final org.quartz.TriggerKey -
Constructor Summary
ConstructorsConstructorDescriptionIssueChangedPublisherImpl(org.quartz.Scheduler scheduler, com.atlassian.event.api.EventPublisher eventPublisher, com.atlassian.event.remote.RemoteEventProducerRegistrar remoteEventProducerRegistrar) -
Method Summary
Modifier and TypeMethodDescriptionvoidproduces()voidqueuePublishing(com.atlassian.devstatus.IssueChangedEvent issueChangedEvent) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.atlassian.event.remote.RemoteEventProducer
getApplinkFilter
-
Field Details
-
TRIGGER_ID
public static final org.quartz.TriggerKey TRIGGER_ID -
ISSUE_PUBLISHING_BATCH_SIZE
public static final int ISSUE_PUBLISHING_BATCH_SIZE- See Also:
-
-
Constructor Details
-
IssueChangedPublisherImpl
@Inject public IssueChangedPublisherImpl(org.quartz.Scheduler scheduler, com.atlassian.event.api.EventPublisher eventPublisher, com.atlassian.event.remote.RemoteEventProducerRegistrar remoteEventProducerRegistrar)
-
-
Method Details
-
produces
- Specified by:
producesin interfacecom.atlassian.event.remote.RemoteEventProducer
-
onFlushQueueEvent
@EventListener public void onFlushQueueEvent(IssueChangedPublisherImpl.FlushIssuePublishQueueEvent event) -
queuePublishing
public void queuePublishing(com.atlassian.devstatus.IssueChangedEvent issueChangedEvent) - Specified by:
queuePublishingin interfaceIssueChangedPublisher
-