public class UserStatsComponent extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
DATE_PATTERN |
protected com.atlassian.pageobjects.elements.PageElement |
element |
protected com.atlassian.pageobjects.elements.PageElementFinder |
finder |
| Constructor and Description |
|---|
UserStatsComponent() |
| Modifier and Type | Method and Description |
|---|---|
Date |
getCreatedDate() |
String |
getCreatedDateText() |
int |
getFailedLogins() |
com.atlassian.fugue.Option<Date> |
getLastActive() |
String |
getLastActiveText() |
com.atlassian.fugue.Option<Date> |
getLastLogin() |
String |
getLastLoginText() |
public static final String DATE_PATTERN
@Inject protected com.atlassian.pageobjects.elements.PageElementFinder finder
protected com.atlassian.pageobjects.elements.PageElement element
public com.atlassian.fugue.Option<Date> getLastActive() throws ParseException
ParseExceptionpublic String getLastActiveText()
public com.atlassian.fugue.Option<Date> getLastLogin()
public String getLastLoginText()
public int getFailedLogins()
public Date getCreatedDate()
public String getCreatedDateText()
Copyright © 2014 Atlassian. All rights reserved.