| com.atlassian.stash.content.MinimalChangeset |
Known Indirect Subclasses
|
This interface is deprecated.
in 3.7 for removal in 5.0. All things "changeset" are being renamed to "commit", the more common term
for the data they represent. Due to the significant number of touchpoints, the deprecated classes and
interfaces will be left in for an entire major release cycle, rather than being removed in 4.0.
This minimal "changeset" is actually describing a MinimalCommit.
A minimal changeset, defining only identifier information.
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| TO_ID | Retrieve the id of a given changeset. | ||||||||||
| TO_MINIMAL_COMMIT | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
An identifier for this changeset suitable for display to end users.
| |||||||||||
An identifier for this changeset which may be passed to the system in order to retrieve more information related
to it.
| |||||||||||
Retrieve the id of a given changeset.
An identifier for this changeset suitable for display to end users.
No guarantees are made as to how this identifier differs fromgetId()--they may be identical or not, at
the whim of the underlying SCM implementation. In practise, however, the returned identifier should be sensible
for users familiar with the underlying SCM.An identifier for this changeset which may be passed to the system in order to retrieve more information related to it.