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 int
compareTo(View.UserInfo that)
Job<?,?>
getJob()
Calendar
getLastChange()
String
getLastChangeTimeString()
Returns a human-readable string representation of when this user was last active.AbstractProject
getProject()
Deprecated.String
getTimeSortKey()
User
getUser()
-
-
-
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:
compareTo
in interfaceComparable<View.UserInfo>
-
-