|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kohsuke.jnt.JNUser
public class JNUser
An user of java.net.
Method Summary | |
---|---|
int |
compareTo(Object o)
|
boolean |
equals(Object obj)
|
String |
getEmailAddress()
Returns the e-mail address of the user. |
int |
getId()
Gets the user id, which is what the system uses to uniquely identify each user. |
String |
getName()
Obtains the user name. |
Collection<JNProject> |
getProjects()
Gets the projects to which the user belongs. |
int |
hashCode()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public final String getName()
public final String getEmailAddress()
public int getId() throws ProcessingException
Accessing this property requires a domain admin privilege.
ProcessingException
public Collection<JNProject> getProjects() throws ProcessingException
Accessing this property requires a domain admin privilege.
ProcessingException
public int compareTo(Object o)
compareTo
in interface Comparable
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |