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, java.io.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
Fields inherited from class java.util.EventObject |
source |
Methods inherited from class com.atlassian.event.Event |
equals, hashCode |
Methods inherited from class org.springframework.context.ApplicationEvent |
getTimestamp |
Methods inherited from class java.util.EventObject |
getSource |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
PlanSuspensionRequestedEvent
public PlanSuspensionRequestedEvent(java.lang.Object source,
PlanKey chainKey,
java.lang.String message)
getPlanKey
@NotNull
public PlanKey getPlanKey()
- Get the
PlanKey
of the Chain
- Specified by:
getPlanKey
in interface PlanEvent
- Returns:
- planKey
getMessage
@Nullable
public java.lang.String getMessage()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.util.EventObject
Copyright © 2012 Atlassian. All Rights Reserved.