Interface TypedGitConfigBuilder<T extends TypedGitConfigBuilder<T>>

All Superinterfaces:
com.atlassian.bitbucket.scm.CommandBuilderSupport<T>, GitCommandBuilderSupport<T>
All Known Subinterfaces:
GitConfigGetAllBuilder, GitConfigGetBuilder, GitConfigSetBuilder

public interface TypedGitConfigBuilder<T extends TypedGitConfigBuilder<T>> extends GitCommandBuilderSupport<T>
  • Method Details

    • type

      @Nonnull T type(@Nonnull GitConfigType type)
      Controls validation and transformation applied by git config when adding, getting and setting variables.
      Parameters:
      type - the type of variable to require
      Returns:
      this