java.lang.Object | ||||
↳ | com.atlassian.bitbucket.util.BuilderSupport | |||
↳ | com.atlassian.bitbucket.scm.AbstractCommandParameters | |||
↳ | com.atlassian.bitbucket.scm.AbstractCommitCommandParameters | |||
↳ | com.atlassian.bitbucket.scm.LastModifiedCommandParameters |
Describes a starting commit
to traverse from, searching for the last commit to modify
files in the requested path
.
The starting commit
is used to:
requested path
If the requested path
is null
, ""
or "/"
, it will be treated as
a reference to the repository's root directory.
Nested Classes | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
LastModifiedCommandParameters.Builder |
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.atlassian.bitbucket.util.BuilderSupport
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Assembles a
LastModifiedContext from these parameters. |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.atlassian.bitbucket.scm.AbstractCommitCommandParameters
| |||||||||||
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 length
Assembles a LastModifiedContext
from these parameters.
LastModifiedContext
describing these parameters