Modifier and Type | Field and Description |
---|---|
private String | displayName
The user's full name |
private String | userID
The user's Id |
Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
public String | |
public String | |
public void | |
public void | |
public void |
displayName | back to summary |
---|---|
private String displayName The user's full name |
userID | back to summary |
---|---|
private String userID The user's Id |
CvsUser | back to summary |
---|---|
public CvsUser() |
getDisplayname | back to summary |
---|---|
public String getDisplayname() Get the user's full name
|
getUserID | back to summary |
---|---|
public String getUserID() Get the user's id.
|
setDisplayname | back to summary |
---|---|
public void setDisplayname(final String displayName) Set the user's fullname
|
setUserid | back to summary |
---|---|
public void setUserid(final String userID) Set the user's id
|
validate | back to summary |
---|---|
public void validate() throws BuildException Validate that this object is configured.
|