Uses of Enum
com.robestone.hudson.compactcolumns.AbstractStatusesColumn.TimeAgoType
-
Uses of AbstractStatusesColumn.TimeAgoType in com.robestone.hudson.compactcolumns
Modifier and TypeMethodDescriptionReturns 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 TypeMethodDescriptionAbstractStatusesColumn.getBuilds
(Job<?, ?> job, Locale locale, boolean isFailedShownOnlyIfLast, boolean isUnstableShownOnlyIfLast, boolean isOnlyShowLastStatus, boolean isShowColorblindUnderlineHint, AbstractStatusesColumn.TimeAgoType timeAgoType, int hideDays) static BuildInfo
AbstractStatusesColumn.getLastFailedBuild
(Job<?, ?> job, Locale locale, boolean onlyIfLastCompleted, boolean isShowColorblindUnderlineHint, boolean isFirst, AbstractStatusesColumn.TimeAgoType timeAgoType) static BuildInfo
AbstractStatusesColumn.getLastStableBuild
(Job<?, ?> job, Locale locale, boolean isShowColorblindUnderlineHint, boolean isFirst, AbstractStatusesColumn.TimeAgoType timeAgoType) static BuildInfo
AbstractStatusesColumn.getLastUnstableBuild
(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)