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
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorDescriptionResultsSummaryUpdatedEvent
(Object source, PlanResultKey planResultKey) ResultsSummaryUpdatedEvent
(Object source, PlanResultKey planResultKey, Set<String> affectedJiraIssuesKeys) -
Method Summary
Methods inherited from class com.atlassian.bamboo.event.BambooEvent
equals, hashCode
Methods inherited from class org.springframework.context.ApplicationEvent
getTimestamp
Methods 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:PlanResultEvent
Get thePlanResultKey
for theResultsSummary
- Specified by:
getPlanResultKey
in interfacePlanResultEvent
- Returns:
- planResultKey
-
getPlanKey
Description copied from interface:PlanEvent
- Specified by:
getPlanKey
in interfacePlanEvent
- Returns:
- planKey
-
getAffectedJiraIssuesKeys
-