Class DiffSuccessfulEvent
java.lang.Object
java.util.EventObject
com.atlassian.bitbucket.event.ApplicationEvent
com.atlassian.bitbucket.event.compare.DiffSuccessfulEvent
- All Implemented Interfaces:
Serializable
An event that is raised when a source branch, tag, or commit is compared successfully with a destination branch, tag
or commit.
- Since:
- 7.2
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
-
Method Summary
Methods inherited from class com.atlassian.bitbucket.event.ApplicationEvent
getDate, getUser
Methods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
DiffSuccessfulEvent
public DiffSuccessfulEvent(@Nonnull Object source, @Nonnull CompareRef fromRef, @Nonnull CompareRef toRef)
-
-
Method Details
-
getFromRef
-
getToRef
-