public interface ContentRevision
ByteBackedContentRevision| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
getContent()
Content of the revision. 
 | 
FilePath | 
getFile()  | 
VcsRevisionNumber | 
getRevisionNumber()
Revision ID. 
 | 
java.lang.String getContent()
                     throws VcsException
VcsException - in case when content retrieval failsFilePath getFile()
VcsRevisionNumber getRevisionNumber()
VcsRevisionNumber.NULL is returned. Use VcsRevisionNumber.NULL when revision number is not applicable like for
 the currently uncommitted revision.