public static abstract class

AbstractCommitCommandParameters.AbstractCommitParametersBuilder

extends AbstractChangesetCommandParameters.AbstractBuilder<B extends AbstractBuilder<B>>
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

Summary

Fields
protected String commitId
[Expand]
Inherited Fields
From class com.atlassian.stash.scm.AbstractChangesetCommandParameters.AbstractBuilder
Protected Constructors
AbstractCommitCommandParameters.AbstractCommitParametersBuilder()
Public Methods
@Deprecated @Nonnull B changesetId(String value)
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.
@Nonnull B commitId(String value)
[Expand]
Inherited Methods
From class com.atlassian.stash.scm.AbstractChangesetCommandParameters.AbstractBuilder
From class java.lang.Object

Fields

protected String commitId

Protected Constructors

protected AbstractCommitCommandParameters.AbstractCommitParametersBuilder ()

Public Methods

@Deprecated @Nonnull public B changesetId (String value)

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.

Parameters
value the commit ID, which may be null
Returns
  • this

@Nonnull public B commitId (String value)