Interface FileUpdate

  • All Known Implementing Classes:
    ImmutableFileUpdate

    @Immutable
    public interface FileUpdate
    Request to update file content.
    • Method Detail

      • message

        String message()
        The commit message
      • content

        String content()
        The new file content, using Base64 encoding
      • sha

        String sha()
        The SHA of the file being replaced.
      • branch

        @Nullable
        String branch()
        The branch name. Default: the repository’s default branch