hudson.org.apache.tools.ant.taskdefs.cvslib
Class CvsUser
java.lang.Object
hudson.org.apache.tools.ant.taskdefs.cvslib.CvsUser
public class CvsUser
- extends Object
Represents a CVS user with a userID and a full name.
- Version:
- $Revision: 969 $ $Date: 2006-11-05 13:16:01 -0800 (Sun, 05 Nov 2006) $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CvsUser
public CvsUser()
setDisplayname
public void setDisplayname(String displayName)
- Set the user's fullname
- Parameters:
displayName - the user's full name
setUserid
public void setUserid(String userID)
- Set the user's id
- Parameters:
userID - the user's new id value.
Copyright © 2004-2011 Hudson. All Rights Reserved.