java.lang.Object
org.kohsuke.github.GHIssueChanges
Wrapper to define changed fields on issues action="edited".
- See Also:
-
Constructor Details
-
GHIssueChanges
public GHIssueChanges()Create default GHIssueChanges instance
-
-
Method Details
-
getTitle
Old issue title.- Returns:
- old issue title (or null if not changed)
-
getBody
Old issue body.- Returns:
- old issue body (or null if not changed)
-