-
-
Method Summary
Controls whether git commit will try to run hooks like commit-msg and pre-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
-
-
clearPaths
- Returns:
- the git commit builder
- Since:
- 4.13
-
-
-
path
- Parameters:
value - the path
- Returns:
- the git commit builder
- Since:
- 4.13
-
paths
- Parameters:
value - the path value
values - 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 whether git commit will try to run hooks like commit-msg and pre-commit.
- Parameters:
value - the verification mode to use
- Returns:
this
- Since:
- 7.2