hudson.model
Class View.UserInfo
java.lang.Object
hudson.model.View.UserInfo
- All Implemented Interfaces:
- Comparable<View.UserInfo>
- Enclosing class:
- View
@ExportedBean(defaultVisibility=2)
public static final class View.UserInfo
- extends Object
- implements Comparable<View.UserInfo>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getUser
@Exported
public User getUser()
getLastChange
@Exported
public Calendar getLastChange()
getProject
@Exported
public AbstractProject getProject()
getLastChangeTimeString
public String getLastChangeTimeString()
- Returns a human-readable string representation of when this user was last active.
getTimeSortKey
public String getTimeSortKey()
compareTo
public int compareTo(View.UserInfo that)
- Specified by:
compareTo
in interface Comparable<View.UserInfo>
Copyright © 2004-2013. All Rights Reserved.