public interface VcsRef
Modifier and Type | Method and Description |
---|---|
Hash |
getCommitHash()
Returns the hash of the commit which this reference points to.
|
java.lang.String |
getName()
Returns the display name of the reference.
|
VirtualFile |
getRoot()
Returns the VCS root this reference belongs to.
|
VcsRefType |
getType()
Returns the type of this reference.
|
Hash getCommitHash()
java.lang.String getName()
VcsRefType getType()
VirtualFile getRoot()