| java.lang.Object | ||
| ↳ | com.atlassian.stash.scm.AbstractChangesetCommandParameters.AbstractBuilder<B extends com.atlassian.stash.scm.AbstractChangesetCommandParameters.AbstractBuilder<B>> | |
| ↳ | com.atlassian.stash.scm.AbstractCommitCommandParameters.AbstractCommitParametersBuilder<B extends com.atlassian.stash.scm.AbstractCommitCommandParameters.AbstractCommitParametersBuilder<B>> | |
Known Direct Subclasses
|
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| commitId | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.atlassian.stash.scm.AbstractChangesetCommandParameters.AbstractBuilder
| |||||||||||
| Protected Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
This method is deprecated.
in 3.7 for removal in 4.0. All things "changeset" are being renamed to "commit", the more
common term for the data they represent. Use
commitId(String) instead.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.atlassian.stash.scm.AbstractChangesetCommandParameters.AbstractBuilder
| |||||||||||
From class
java.lang.Object
| |||||||||||
This method is deprecated.
in 3.7 for removal in 4.0. All things "changeset" are being renamed to "commit", the more
common term for the data they represent. Use commitId(String) instead.
| value | the commit ID, which may be null |
|---|
this