Package org.kohsuke.github
Class GHContentUpdateResponse
- java.lang.Object
-
- org.kohsuke.github.GHContentUpdateResponse
-
public class GHContentUpdateResponse extends Object
The response that is returned when updating repository content.
-
-
Constructor Summary
Constructors Constructor Description GHContentUpdateResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GHCommitgetCommit()Gets commit.GHContentgetContent()Gets content.
-