| com.atlassian.stash.property.PropertySupport |
Known Indirect Subclasses
| Change |
Describes a change which occurred within a given Changeset. |
| Changeset |
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 "changeset" is really describing a Commit, not a
Changeset.
|
| Comment |
A comment on a pull request or commit. |
| Commit |
Describes a single commit. |
| Diff |
|
| PullRequest |
|
| PullRequestMergeability |
Describes whether a pull request can merge and why this is so. |
| SimpleCommit |
|
| SimplePropertySupport |
An implementation of PropertySupport for use in SCM entities, with write-once immutability provided by
setProperties(PropertyMap). |
| Task |
A task on a pull request. |
|
Class Overview
Implemented by model objects that support storing additional PropertyMap properties that can provide
auxiliary information about a given entity.
Public Methods
@Nonnull
public
PropertyMap
getProperties
()
Returns
- the properties associated with this object