|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IFileRevisionData
Describes a Perforce file revision in detail, including the changelist number and associated description, action, user, etc. data. Full field semantics and usage are given in the main Perforce documentation.
Method Summary | |
---|---|
FileAction |
getAction()
Get the file action associated with this revision. |
int |
getChangelistId()
Get the changelist ID associated with this revision. |
java.lang.String |
getClientName()
Get the client file name associated with this revision. |
java.util.Date |
getDate()
Get the date associated with this revision. |
java.lang.String |
getDepotFileName()
Get the depot file name associated with this revision. |
java.lang.String |
getDescription()
Get the description string associated with this revision. |
java.lang.String |
getFileType()
Get the Perforce file type string associated with this revision. |
int |
getRevision()
Get the revision ID associated with this revision. |
java.util.List<IRevisionIntegrationData> |
getRevisionIntegrationData()
This method can be used to retrieve a (possibly-empty or even null) list of contributory integration data for revisions that have resulted from (or caused) a merge or branch. |
java.lang.String |
getUserName()
Get the Perforce user name associated with this revision. |
Method Detail |
---|
int getRevision()
int getChangelistId()
FileAction getAction()
java.util.Date getDate()
java.lang.String getUserName()
java.lang.String getFileType()
java.lang.String getDescription()
java.lang.String getDepotFileName()
java.lang.String getClientName()
java.util.List<IRevisionIntegrationData> getRevisionIntegrationData()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |