Interface GitCommitBuilder
- All Superinterfaces:
com.atlassian.bitbucket.scm.CommandBuilderSupport<GitCommitBuilder>
,GitCommandBuilderSupport<GitCommitBuilder>
-
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 TypeMethodDescriptionall
(boolean value) build()
quiet
(boolean value) verify
(GitCommitVerify value) Controls whethergit commit
will try to run hooks likecommit-msg
andpre-commit
.Methods inherited from interface com.atlassian.bitbucket.scm.CommandBuilderSupport
clearEnvironment, defaultExitHandler, exitHandler, removeEnvironment, withEnvironment
Methods 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
-
all
- Parameters:
value
-true
to include all- Returns:
- the git commit builder
- Since:
- 4.13
-
build
-
clearPaths
- Returns:
- the git commit builder
- Since:
- 4.13
-
message
-
message
-
path
- Parameters:
value
- the path- Returns:
- the git commit builder
- Since:
- 4.13
-
paths
- Parameters:
value
- the path valuevalues
- additional path values- Returns:
- the git commit builder
- Since:
- 4.13
-
paths
- Parameters:
values
- path values- Returns:
- the git commit builder
- Since:
- 4.13
-
quiet
- Parameters:
value
-true
to make the output quieter- Returns:
- the git commit builder
- Since:
- 4.13
-
verify
Controls whethergit commit
will try to run hooks likecommit-msg
andpre-commit
.- Parameters:
value
- the verification mode to use- Returns:
this
- Since:
- 7.2
-