Package 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>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description intcompareTo(View.UserInfo that)Job<?,?>getJob()CalendargetLastChange()StringgetLastChangeTimeString()Returns a human-readable string representation of when this user was last active.AbstractProjectgetProject()Deprecated.StringgetTimeSortKey()UsergetUser()
-
-
-
Method Detail
-
getUser
@Exported public User getUser()
-
getLastChange
@Exported public Calendar getLastChange()
-
getProject
@Deprecated public AbstractProject getProject()
Deprecated.
-
getJob
@Exported(name="project") public Job<?,?> getJob()
-
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:
compareToin interfaceComparable<View.UserInfo>
-
-