Class GHContentUpdateResponse

java.lang.Object
org.kohsuke.github.GHContentUpdateResponse

public class GHContentUpdateResponse extends Object
The response that is returned when updating repository content.
  • Constructor Details

    • GHContentUpdateResponse

      public GHContentUpdateResponse()
      Create default GHContentUpdateResponse instance
  • Method Details

    • getContent

      public GHContent getContent()
      Gets content.
      Returns:
      the content
    • getCommit

      public GitCommit getCommit()
      Gets commit.
      Returns:
      the commit