com.perforce.p4java.core
Interface IFix
- All Superinterfaces:
- IServerResource
- All Known Implementing Classes:
- Fix
public interface IFix
- extends IServerResource
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.
getJobId
java.lang.String getJobId()
setJobId
void setJobId(java.lang.String jobId)
getChangelistId
int getChangelistId()
setChangelistId
void setChangelistId(int changelistId)
getDate
java.util.Date getDate()
setDate
void setDate(java.util.Date date)
getClientName
java.lang.String getClientName()
setClientName
void setClientName(java.lang.String clientName)
getUserName
java.lang.String getUserName()
setUserName
void setUserName(java.lang.String userName)
getStatus
java.lang.String getStatus()
setStatus
void setStatus(java.lang.String status)
getAction
java.lang.String getAction()
setAction
void setAction(java.lang.String action)
Copyright (c) 2008-2010 Perforce Software. All rights reserved.