Class Overview
Event that is raised when the pull request title, description, or target branch are updated.
Summary
[Expand]
Inherited Fields |
From class
java.util.EventObject
|
Public Constructors
public
PullRequestUpdatedEvent
(Object source, PullRequest pullRequest, String previousTitle, String previousDescription, Ref previousToBranch)
Public Methods
@Nullable
public
String
getPreviousDescription
()
@Nonnull
public
String
getPreviousTitle
()
@Nullable
public
Ref
getPreviousToBranch
()
Returns
- the previous destination branch if it has changed, otherwise
null