java.lang.Object
org.kohsuke.github.GHPullRequestChanges
Wrapper to define changed fields on pull_request action="edited".
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
The Class GHCommitPointer.static class
Wrapper for changed values. -
Constructor Summary
-
Method Summary
-
Constructor Details
-
GHPullRequestChanges
public GHPullRequestChanges()Create default GHPullRequestChanges instance
-
-
Method Details
-
getBase
Old target branch for pull request.- Returns:
- old target branch info (or null if not changed)
-
getTitle
Old pull request title.- Returns:
- old pull request title (or null if not changed)
-
getBody
Old pull request body.- Returns:
- old pull request body (or null if not changed)
-