Package jetbrains.vcs.api.data
Interface VcsRevision
-
- All Superinterfaces:
VcsDataObject
- All Known Implementing Classes:
VcsRevisionData
public interface VcsRevision extends VcsDataObject
Created 15.10.12 18:32- Author:
- Eugene Petrenko (eugene.petrenko@jetbrains.com)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDisplayRevision()Return displayable representation for for the VCS revisionStringgetRevision()Return full string representation for the VCS revision
-