Package com.atlassian.bamboo.event
Class ResultsSummaryUpdatedEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
com.atlassian.bamboo.event.BambooEvent
com.atlassian.bamboo.event.ResultsSummaryUpdatedEvent
- All Implemented Interfaces:
PlanEvent,PlanResultEvent,Serializable
Occurs when a
ResultsSummary has been updated- See Also:
-
Field Summary
FieldsFields inherited from class java.util.EventObject
source -
Constructor Summary
ConstructorsConstructorDescriptionResultsSummaryUpdatedEvent(Object source, PlanResultKey planResultKey) ResultsSummaryUpdatedEvent(Object source, PlanResultKey planResultKey, Set<String> affectedJiraIssuesKeys) -
Method Summary
Methods inherited from class com.atlassian.bamboo.event.BambooEvent
equals, hashCodeMethods inherited from class org.springframework.context.ApplicationEvent
getTimestampMethods inherited from class java.util.EventObject
getSource, toString
-
Field Details
-
planResultKey
-
-
Constructor Details
-
ResultsSummaryUpdatedEvent
-
ResultsSummaryUpdatedEvent
public ResultsSummaryUpdatedEvent(Object source, PlanResultKey planResultKey, Set<String> affectedJiraIssuesKeys)
-
-
Method Details
-
getPlanResultKey
Description copied from interface:PlanResultEventGet thePlanResultKeyfor theResultsSummary- Specified by:
getPlanResultKeyin interfacePlanResultEvent- Returns:
- planResultKey
-
getPlanKey
Description copied from interface:PlanEvent- Specified by:
getPlanKeyin interfacePlanEvent- Returns:
- planKey
-
getAffectedJiraIssuesKeys
-