Class GHContentUpdateResponse


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

      • GHContentUpdateResponse

        public GHContentUpdateResponse()
    • Method Detail

      • getContent

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

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