java.lang.Object | |||
↳ | com.atlassian.bitbucket.util.BuilderSupport | ||
↳ | com.atlassian.bitbucket.scm.AbstractCommandParameters | ||
↳ | com.atlassian.bitbucket.scm.CommitsCommandParameters |
Nested Classes | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
CommitsCommandParameters.Builder |
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.atlassian.bitbucket.util.BuilderSupport
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Retrieves the strategy being used to filter merge commits.
| |||||||||||
Retrieves the sort order to use for the commits.
| |||||||||||
Whether or not the commit history will attempt to follow renames.
| |||||||||||
Assembles a
CommitContext from these parameters. |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.atlassian.bitbucket.util.BuilderSupport
| |||||||||||
From class
java.lang.Object
|
commit messages
; if set, messages
longer than this will be truncated; -1 indicates unlimited message lengthRetrieves the strategy being used to filter merge commits.
Retrieves the sort order to use for the commits.
Whether or not the commit history will attempt to follow renames. This is only applicable for individual file
paths
true
if renames are followed, false
otherwisetrue
if commit messages should be included; otherwise, false
if they should be omitted
Assembles a CommitContext
from these parameters.
CommitContext
describing these parameters