@ExportedBean(defaultVisibility=2) public static final class View.UserInfo extends Object implements Comparable<View.UserInfo>
Modifier and Type | Method and 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() |
@Exported public User getUser()
@Exported public Calendar getLastChange()
@Deprecated public AbstractProject getProject()
@Exported(name="project") public Job<?,?> getJob()
public String getLastChangeTimeString()
public String getTimeSortKey()
public int compareTo(View.UserInfo that)
compareTo
in interface Comparable<View.UserInfo>
Copyright © 2004–2019. All rights reserved.