public interface IFileRevisionData
Modifier and Type | Method and Description |
---|---|
FileAction |
getAction()
Get the file action associated with this revision.
|
int |
getChangelistId()
Get the changelist ID associated with this revision.
|
String |
getClientName()
Get the client file name associated with this revision.
|
Date |
getDate()
Get the date associated with this revision.
|
String |
getDepotFileName()
Get the depot file name associated with this revision.
|
String |
getDescription()
Get the description string associated with this revision.
|
String |
getFileType()
Get the Perforce file type string associated with this revision.
|
int |
getRevision()
Get the revision ID associated with this revision.
|
List<IRevisionIntegrationData> |
getRevisionIntegrationData()
Deprecated.
|
List<IRevisionIntegrationData> |
getRevisionIntegrationDataList()
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.
|
String |
getUserName()
Get the Perforce user name associated with this revision.
|
int getRevision()
int getChangelistId()
FileAction getAction()
Date getDate()
String getUserName()
String getFileType()
String getDescription()
String getDepotFileName()
String getClientName()
List<IRevisionIntegrationData> getRevisionIntegrationDataList()
@Deprecated List<IRevisionIntegrationData> getRevisionIntegrationData()
Copyright © 2017 Perforce Software. All Rights Reserved.