Class DiffSuccessfulEvent

java.lang.Object
java.util.EventObject
com.atlassian.bitbucket.event.ApplicationEvent
com.atlassian.bitbucket.event.compare.DiffSuccessfulEvent
All Implemented Interfaces:
Serializable

@AsynchronousPreferred public class DiffSuccessfulEvent extends ApplicationEvent
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:
  • Constructor Details

    • DiffSuccessfulEvent

      public DiffSuccessfulEvent(@Nonnull Object source, @Nonnull CompareRef fromRef, @Nonnull CompareRef toRef)
  • Method Details

    • getFromRef

      @Nonnull public CompareRef getFromRef()
    • getToRef

      @Nonnull public CompareRef getToRef()