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_HASHFields inherited from class java.util.EventObject
source -
Constructor Summary
ConstructorsConstructorDescriptionGitPullRequestRebasedEvent(Object source, com.atlassian.bitbucket.pull.PullRequest pullRequest, com.atlassian.bitbucket.repository.RefChange refChange) -
Method Summary
Modifier and TypeMethodDescriptioncom.atlassian.bitbucket.pull.PullRequestcom.atlassian.bitbucket.repository.RefChangeMethods inherited from class com.atlassian.bitbucket.event.repository.AbstractRepositoryRefsChangedEvent
getRefChangesMethods inherited from class com.atlassian.bitbucket.event.repository.RepositoryEvent
getRepositoryMethods inherited from class com.atlassian.bitbucket.event.ApplicationEvent
getDate, getUserMethods inherited from class java.util.EventObject
getSource, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods 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()
-