hudson.model
Class View.UserInfo

java.lang.Object
  extended by 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
 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()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getUser

@Exported
public User getUser()

getLastChange

@Exported
public Calendar getLastChange()

getProject

@Exported
public AbstractProject getProject()

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 interface Comparable<View.UserInfo>


Copyright © 2004-2013. All Rights Reserved.