public interface IReviewChangelist
Full semantics can be found in the associated full Perforce p4 command line documentation for the 'p4 review' command.
| Modifier and Type | Method and Description |
|---|---|
int |
getChangelistId()
Gets the changelist id.
|
String |
getEmail()
Gets the user's email address.
|
String |
getName()
Gets the user's real name.
|
String |
getUser()
Gets the user's user name.
|
void |
setChangelistId(int changelistId)
Sets the changelist id.
|
void |
setEmail(String email)
Sets the user's email address.
|
void |
setName(String name)
Sets the user's real name
|
void |
setUser(String user)
Sets the user's user name.
|
int getChangelistId()
void setChangelistId(int changelistId)
changelistId - the new changelist idString getUser()
void setUser(String user)
user - the user's user nameString getEmail()
void setEmail(String email)
user - the user's email addressString getName()
void setName(String name)
name - the user's real nameCopyright © 2017 Perforce Software. All Rights Reserved.