Package com.perforce.p4java.core
Interface IFix
- All Superinterfaces:
IServerResource
- All Known Implementing Classes:
Fix
Describes a Perforce job fix record.
Full semantics can be found in the associated full Perforce p4 command line documentation for the 'p4 fix' command. Not all fields are valid for all fixes or circumstances -- test for nullness before using...
Fixes are currently always complete and not refreshable or updateable through the IServerResource methods. Setter methods below will not cause the corresponding fix in the Perforce server to be updated without an explicit update call.
-
Method Summary
Modifier and TypeMethodDescriptionintgetDate()getJobId()voidvoidsetChangelistId(int changelistId) voidsetClientName(String clientName) voidvoidvoidvoidsetUserName(String userName) Methods inherited from interface com.perforce.p4java.core.IServerResource
canRefresh, canUpdate, clearRawFields, complete, getRawField, getRawFields, hasRawField, refresh, setRawField, setRawFields, setServer, update, update, update
-
Method Details
-
getJobId
String getJobId() -
setJobId
-
getChangelistId
int getChangelistId() -
setChangelistId
void setChangelistId(int changelistId) -
getDate
Date getDate() -
setDate
-
getClientName
String getClientName() -
setClientName
-
getUserName
String getUserName() -
setUserName
-
getStatus
String getStatus() -
setStatus
-
getAction
String getAction() -
setAction
-