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>
-
Field Summary
Fields inherited from interface com.atlassian.bitbucket.scm.git.command.GitCommandBuilderSupport
ENV_AUTHOR_DATE, ENV_AUTHOR_EMAIL, ENV_AUTHOR_NAME, ENV_COMMITTER_DATE, ENV_COMMITTER_EMAIL, ENV_COMMITTER_NAME -
Method Summary
Modifier and TypeMethodDescriptiontype(GitConfigType type) Controls validation and transformation applied bygit configwhen adding, getting and setting variables.Methods inherited from interface com.atlassian.bitbucket.scm.CommandBuilderSupport
clearEnvironment, defaultExitHandler, exitHandler, removeEnvironment, withEnvironmentMethods inherited from interface com.atlassian.bitbucket.scm.git.command.GitCommandBuilderSupport
alternate, alternates, alternates, author, author, author, build, commitish, committer, committer, committer, treeish, withConfiguration, withConfiguration, withConfiguration, withConfiguration
-
Method Details
-
type
Controls validation and transformation applied bygit configwhen adding, getting and setting variables.- Parameters:
type- the type of variable to require- Returns:
this
-