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()
  • Method Details

    • getContent

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

      @WithBridgeMethods(value=GHCommit.class, adapterMethod="gitCommitToGHCommit") public GitCommit getCommit()
      Gets commit.
      Returns:
      the commit