Class GitPullRequestRebasedEvent

java.lang.Object
java.util.EventObject
com.atlassian.bitbucket.event.ApplicationEvent
com.atlassian.bitbucket.event.repository.RepositoryEvent
com.atlassian.bitbucket.event.repository.AbstractRepositoryRefsChangedEvent
com.atlassian.bitbucket.scm.git.pull.GitPullRequestRebasedEvent
All Implemented Interfaces:
com.atlassian.bitbucket.event.repository.RepositoryRefsChangedEvent, Serializable

@AsynchronousPreferred public class GitPullRequestRebasedEvent extends com.atlassian.bitbucket.event.repository.AbstractRepositoryRefsChangedEvent
Since:
5.5
See Also:
  • Field Summary

    Fields inherited from class com.atlassian.bitbucket.event.repository.AbstractRepositoryRefsChangedEvent

    EMPTY_HASH

    Fields inherited from class java.util.EventObject

    source
  • Constructor Summary

    Constructors
    Constructor
    Description
    GitPullRequestRebasedEvent(Object source, com.atlassian.bitbucket.pull.PullRequest pullRequest, com.atlassian.bitbucket.repository.RefChange refChange)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    com.atlassian.bitbucket.pull.PullRequest
     
    com.atlassian.bitbucket.repository.RefChange
     

    Methods inherited from class com.atlassian.bitbucket.event.repository.AbstractRepositoryRefsChangedEvent

    getRefChanges

    Methods inherited from class com.atlassian.bitbucket.event.repository.RepositoryEvent

    getRepository

    Methods inherited from class com.atlassian.bitbucket.event.ApplicationEvent

    getDate, getUser

    Methods inherited from class java.util.EventObject

    getSource, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

    Methods inherited from interface com.atlassian.bitbucket.event.repository.RepositoryRefsChangedEvent

    getRepository, getUser
  • Constructor Details

    • GitPullRequestRebasedEvent

      public GitPullRequestRebasedEvent(@Nonnull Object source, @Nonnull com.atlassian.bitbucket.pull.PullRequest pullRequest, @Nonnull com.atlassian.bitbucket.repository.RefChange refChange)
  • Method Details

    • getPullRequest

      @Nonnull public com.atlassian.bitbucket.pull.PullRequest getPullRequest()
    • getRefChange

      @Nonnull public com.atlassian.bitbucket.repository.RefChange getRefChange()