java.lang.Object
org.kohsuke.github.GHContentUpdateResponse
The response that is returned when updating repository content.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets commit.Gets content.
-
Constructor Details
-
GHContentUpdateResponse
public GHContentUpdateResponse()Create default GHContentUpdateResponse instance
-
-
Method Details
-
getContent
Gets content.- Returns:
- the content
-
getCommit
Gets commit.- Returns:
- the commit
-