com.atlassian.bamboo.event
Class BuildCommentedEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
com.atlassian.event.Event
com.atlassian.bamboo.event.BuildEvent
com.atlassian.bamboo.event.BuildResultEvent
com.atlassian.bamboo.event.BuildCommentedEvent
- All Implemented Interfaces:
- PlanEvent, PlanResultEvent, java.io.Serializable
public class BuildCommentedEvent
- extends BuildResultEvent
Occurs when a ResultsSummary
has been commented on
- 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 |
BuildCommentedEvent
public BuildCommentedEvent(java.lang.Object source,
PlanResultKey planResultKey,
Comment comment)
getComment
public Comment getComment()
Copyright © 2012 Atlassian. All Rights Reserved.