java.lang.Object
org.kohsuke.github.GHEventPayload.CommentChanges
- Enclosing class:
- GHEventPayload
Wrapper for changes on issue and pull request review comments action="edited".
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Wrapper for changed values. -
Constructor Summary
-
Method Summary
-
Constructor Details
-
CommentChanges
public CommentChanges()Create default CommentChanges instance
-
-
Method Details
-
getBody
Gets the previous comment body.- Returns:
- previous comment body (or null if not changed)
-