Package com.atlassian.bamboo.event
Class ChainResultDeletedEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
com.atlassian.bamboo.event.BambooEvent
com.atlassian.bamboo.event.ChainEvent
com.atlassian.bamboo.event.ChainResultEvent
com.atlassian.bamboo.event.ChainResultDeletedEvent
- All Implemented Interfaces:
PlanEvent,PlanResultEvent,Serializable
- See Also:
-
Field Summary
Fields inherited from class com.atlassian.bamboo.event.ChainEvent
planKeyFields inherited from class java.util.EventObject
source -
Constructor Summary
ConstructorsConstructorDescriptionChainResultDeletedEvent(Object source, PlanResultKey planResultKey, long id, Set<String> affectedJiraIssues) -
Method Summary
Methods inherited from class com.atlassian.bamboo.event.ChainResultEvent
getPlanResultKeyMethods inherited from class com.atlassian.bamboo.event.ChainEvent
getPlanKey, toStringMethods inherited from class com.atlassian.bamboo.event.BambooEvent
equals, hashCodeMethods inherited from class org.springframework.context.ApplicationEvent
getTimestampMethods inherited from class java.util.EventObject
getSourceMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.atlassian.bamboo.event.PlanEvent
getPlanKey
-
Constructor Details
-
ChainResultDeletedEvent
public ChainResultDeletedEvent(Object source, PlanResultKey planResultKey, long id, Set<String> affectedJiraIssues)
-
-
Method Details
-
getAffectedJiraIssues
-
getIdOfDeletedItem
public long getIdOfDeletedItem()
-