Package io.jenkins.plugins.peopleview
Class UserInfo
java.lang.Object
io.jenkins.plugins.peopleview.UserInfo
- All Implemented Interfaces:
Comparable<UserInfo>
@ExportedBean(defaultVisibility=2)
public class UserInfo
extends Object
implements Comparable<UserInfo>
-
Field Summary
Fields -
Method Summary
-
Field Details
-
lastChange
When did this user made a last commit on any of our projects? Can be null. -
project
Which project did this user commit? Can be null.
-
-
Method Details
-
getUser
-
getLastChange
-
getProject
Deprecated. -
getJob
-
getLastChangeTimeString
Returns a human-readable string representation of when this user was last active. -
getTimeSortKey
-
compareTo
- Specified by:
compareTo
in interfaceComparable<UserInfo>
-