java.lang.Object | |||
↳ | com.atlassian.bitbucket.util.BuilderSupport | ||
↳ | com.atlassian.bitbucket.scm.AbstractCommandParameters | ||
↳ | com.atlassian.bitbucket.scm.CommitsCommandParameters |
Nested Classes | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
CommitsCommandParameters.Builder |
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | UNLIMITED_MESSAGE_LENGTH |
This constant is deprecated.
in 4.6 for removal in 5.0. Use UNLIMITED_MESSAGE_LENGTH instead.
|
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Retrieves the strategy being used to filter merge commits.
| |||||||||||
Whether or not the commit history will attempt to follow renames.
| |||||||||||
This method is deprecated.
in 4.5. This return type will change to
boolean in 5.0.
| |||||||||||
Assembles a
CommitContext from these parameters. |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
This constant is deprecated.
in 4.6 for removal in 5.0. Use UNLIMITED_MESSAGE_LENGTH
instead.
commit messages
; if set, messages
longer than this will be truncated; -1 indicates unlimited message lengthRetrieves the strategy being used to filter merge 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
otherwise
This method is deprecated.
in 4.5. This return type will change to boolean
in 5.0.
null
to let the application figure out whether to do so.true
if the comment messages should be retrieved. false
otherwise.
Assembles a CommitContext
from these parameters.
CommitContext
describing these parameters