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 SummaryFields
- 
Method Summary
- 
Field Details- 
lastChangeWhen did this user made a last commit on any of our projects? Can be null.
- 
projectWhich project did this user commit? Can be null.
 
- 
- 
Method Details- 
getUser
- 
getLastChange
- 
getProjectDeprecated.
- 
getJob
- 
getLastChangeTimeStringReturns a human-readable string representation of when this user was last active.
- 
getTimeSortKey
- 
compareTo- Specified by:
- compareToin interface- Comparable<UserInfo>
 
 
-