com.tek42.perforce.parse
Class Users
java.lang.Object
com.tek42.perforce.parse.AbstractPerforceTemplate
com.tek42.perforce.parse.Users
public class Users
- extends AbstractPerforceTemplate
Base API object for interacting with users.
- Author:
- Mike Wille
| Methods inherited from class com.tek42.perforce.parse.AbstractPerforceTemplate |
getExtraParams, getLogger, getP4Exe, getPerforceResponse, getPerforceResponse, getRawPerforceResponseBytes, getRawPerforceResponseLines, hitMax, login, parseList, saveToPerforce |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Users
public Users(Depot depot)
getUser
public User getUser(String name)
throws Exception
- Returns the user specified by username.
- Parameters:
name -
- Returns:
-
- Throws:
Exception
Copyright © 2004-2012 Hudson. All Rights Reserved.