com.atlassian.bamboo.index.buildresult.events
Class ChainResultUpdateIndexedEvent
java.lang.Object
com.atlassian.bamboo.index.buildresult.events.ChainResultUpdateIndexedEvent
- All Implemented Interfaces:
- IndexingFinishedEvent
@Internal
@AsynchronousPreferred
public class ChainResultUpdateIndexedEvent
- extends Object
- implements IndexingFinishedEvent
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ChainResultUpdateIndexedEvent
public ChainResultUpdateIndexedEvent(Indexer source,
PlanResultKey planResultKey,
Set<String> jiraIssueKeys)
getSource
@NotNull
public Indexer getSource()
- Specified by:
getSource
in interface IndexingFinishedEvent
- Returns:
- indexer that fired the event
getJiraIssuesKeys
@Nullable
public Set<String> getJiraIssuesKeys()
getPlanResultKey
@NotNull
public PlanResultKey getPlanResultKey()
Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.