com.atlassian.bamboo.index.buildresult.events
Class ChainDeindexedEvent

java.lang.Object
  extended by com.atlassian.bamboo.index.buildresult.events.ChainDeindexedEvent
All Implemented Interfaces:
IndexingFinishedEvent

@Internal
@AsynchronousPreferred
public class ChainDeindexedEvent
extends Object
implements IndexingFinishedEvent


Constructor Summary
ChainDeindexedEvent(Indexer source, PlanKey planKey, Set<String> jiraIssueKeys)
           
 
Method Summary
 Set<String> getJiraIssuesKeys()
           
 PlanKey getPlanKey()
           
 Indexer getSource()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChainDeindexedEvent

public ChainDeindexedEvent(Indexer source,
                           PlanKey planKey,
                           Set<String> jiraIssueKeys)
Method Detail

getSource

@NotNull
public Indexer getSource()
Specified by:
getSource in interface IndexingFinishedEvent
Returns:
indexer that fired the event

getJiraIssuesKeys

@NotNull
public Set<String> getJiraIssuesKeys()

getPlanKey

@NotNull
public PlanKey getPlanKey()


Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.