Class NodeBecameLiveEvent
- java.lang.Object
-
- java.util.EventObject
-
- org.springframework.context.ApplicationEvent
-
- com.atlassian.event.Event
-
- com.atlassian.bamboo.beehive.events.NodeBecameLiveEvent
-
- All Implemented Interfaces:
NodesLivenessEvent
,Serializable
@AsynchronousPreferred public class NodeBecameLiveEvent extends com.atlassian.event.Event implements NodesLivenessEvent
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class java.util.EventObject
source
-
-
Constructor Summary
Constructors Constructor Description NodeBecameLiveEvent(Object source, @NotNull BambooNodeStatus node)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull BambooNodeStatus
getNode()
String
toString()
-
Methods inherited from class java.util.EventObject
getSource
-
-
-
-
Constructor Detail
-
NodeBecameLiveEvent
public NodeBecameLiveEvent(Object source, @NotNull @NotNull BambooNodeStatus node)
-
-
Method Detail
-
getNode
@NotNull public @NotNull BambooNodeStatus getNode()
- Specified by:
getNode
in interfaceNodesLivenessEvent
-
toString
public String toString()
- Overrides:
toString
in classEventObject
-
-