Package com.atlassian.bamboo.event
Class PlanSuspensionRequestedEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
com.atlassian.bamboo.event.BambooEvent
com.atlassian.bamboo.event.PlanSuspensionRequestedEvent
- All Implemented Interfaces:
PlanEvent
,Serializable
An event that requests for a plan to be suspended
- Since:
- v4.0
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorDescriptionPlanSuspensionRequestedEvent
(Object source, PlanKey chainKey, String message) -
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
-
Constructor Details
-
PlanSuspensionRequestedEvent
-
-
Method Details
-
getPlanKey
- Specified by:
getPlanKey
in interfacePlanEvent
- Returns:
- planKey
-
getMessage
-
toString
- Overrides:
toString
in classEventObject
-