| Modifier and Type | Method and Description |
|---|---|
static AbstractStatusesColumn.TimeAgoType |
AbstractStatusesColumn.TimeAgoType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractStatusesColumn.TimeAgoType[] |
AbstractStatusesColumn.TimeAgoType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static List<BuildInfo> |
AbstractStatusesColumn.getBuilds(hudson.model.Job<?,?> job,
Locale locale,
boolean isFailedShownOnlyIfLast,
boolean isUnstableShownOnlyIfLast,
boolean isOnlyShowLastStatus,
boolean isShowColorblindUnderlineHint,
AbstractStatusesColumn.TimeAgoType timeAgoType,
int hideDays) |
static BuildInfo |
AbstractStatusesColumn.getLastFailedBuild(hudson.model.Job<?,?> job,
Locale locale,
boolean onlyIfLastCompleted,
boolean isShowColorblindUnderlineHint,
boolean isFirst,
AbstractStatusesColumn.TimeAgoType timeAgoType) |
static BuildInfo |
AbstractStatusesColumn.getLastStableBuild(hudson.model.Job<?,?> job,
Locale locale,
boolean isShowColorblindUnderlineHint,
boolean isFirst,
AbstractStatusesColumn.TimeAgoType timeAgoType) |
static BuildInfo |
AbstractStatusesColumn.getLastUnstableBuild(hudson.model.Job<?,?> job,
Locale locale,
boolean isUnstableShownOnlyIfLast,
boolean isShowColorblindUnderlineHint,
boolean isFirst,
AbstractStatusesColumn.TimeAgoType timeAgoType) |
protected static String |
AbstractStatusesColumn.getTimeAgoString(Locale locale,
long timestamp,
boolean isMultiple,
AbstractStatusesColumn.TimeAgoType timeAgoType) |
Copyright © 2004-2013. All Rights Reserved.