| java.lang.Object | ||
| ↳ | com.atlassian.stash.commit.SimpleMinimalCommit | |
| ↳ | com.atlassian.stash.commit.SimpleCommit | |
| Nested Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| SimpleCommit.Builder | |||||||||||
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.atlassian.stash.commit.SimpleMinimalCommit
| |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
com.atlassian.stash.commit.Commit
| |||||||||||
From interface
com.atlassian.stash.commit.MinimalCommit
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Return the attribute values for attribute
name, or an empty set if the specified attribute has no
values. | |||||||||||
A map of attributes that have been associated with the object.
| |||||||||||
Retrieves the
repository this commit was loaded from, if it's available. | |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.atlassian.stash.commit.SimpleMinimalCommit
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
com.atlassian.stash.commit.Commit
| |||||||||||
From interface
com.atlassian.stash.commit.MinimalCommit
| |||||||||||
From interface
com.atlassian.stash.content.AttributeSupport
| |||||||||||
From interface
com.atlassian.stash.property.PropertySupport
| |||||||||||
Return the attribute values for attribute name, or an empty set if the specified attribute has no
values. This is a convenience wrapper for getAttributes().get(name), which will return
null for attributes with no values.
| name | the attribute name |
|---|
null
A map of attributes that have been associated with the object.
While the returnedattributes are guaranteed to be non-null, they may be empty.null
Retrieves the repository this commit was loaded from, if it's available.
null depending on the service
used to construct this commit. If an explicit repository context has been provided by some other mechanism (for
example, web-fragments on the commit page will have an explicit 'repository' object in their render context) it
is preferable to use that instead of this.