com.atlassian.bamboo.event
Class PlanSuspensionRequestedEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
com.atlassian.event.Event
com.atlassian.bamboo.event.PlanSuspensionRequestedEvent
- All Implemented Interfaces:
- PlanEvent, Serializable
public class PlanSuspensionRequestedEvent
- extends com.atlassian.event.Event
- implements PlanEvent
An event that requests for a plan to be suspended
- Since:
- v4.0
- See Also:
- Serialized Form
Methods inherited from class com.atlassian.event.Event |
equals, hashCode |
Methods inherited from class org.springframework.context.ApplicationEvent |
getTimestamp |
PlanSuspensionRequestedEvent
public PlanSuspensionRequestedEvent(Object source,
PlanKey chainKey,
String message)
getPlanKey
@NotNull
public PlanKey getPlanKey()
- Get the
PlanKey
of the Chain
- Specified by:
getPlanKey
in interface PlanEvent
- Returns:
- planKey
getMessage
@Nullable
public String getMessage()
toString
public String toString()
- Overrides:
toString
in class EventObject
Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.