Package com.atlassian.bamboo.event
Class ChainDeletedEvent
- java.lang.Object
-
- java.util.EventObject
-
- org.springframework.context.ApplicationEvent
-
- com.atlassian.event.Event
-
- com.atlassian.bamboo.event.ChainEvent
-
- com.atlassian.bamboo.event.ChainDeletedEvent
-
- All Implemented Interfaces:
PlanEvent
,Serializable
@AsynchronousPreferred public class ChainDeletedEvent extends ChainEvent
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.atlassian.bamboo.event.ChainEvent
planKey
-
Fields inherited from class java.util.EventObject
source
-
-
Constructor Summary
Constructors Constructor Description ChainDeletedEvent(Object source, PlanKey planKey, long id, Set<String> affectedJiraIssues)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<String>
getAffectedJiraIssues()
long
getIdOfDeletedItem()
-
Methods inherited from class com.atlassian.bamboo.event.ChainEvent
getPlanKey, toString
-
Methods inherited from class java.util.EventObject
getSource
-
-