@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) |
Calendar |
getLastChange() |
String |
getLastChangeTimeString()
Returns a human-readable string representation of when this user was last active.
|
AbstractProject |
getProject() |
String |
getTimeSortKey() |
User |
getUser() |
@Exported public User getUser()
@Exported public Calendar getLastChange()
@Exported public AbstractProject getProject()
public String getLastChangeTimeString()
public String getTimeSortKey()
public int compareTo(View.UserInfo that)
compareTo in interface Comparable<View.UserInfo>Copyright © 2019. All rights reserved.