Interface FileCreate

  • All Known Implementing Classes:
    ImmutableFileCreate

    @Immutable
    public interface FileCreate
    Request to create a file.
    • Method Detail

      • message

        String message()
        The commit message
      • content

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

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