Uses of Enum
com.robestone.hudson.compactcolumns.AbstractStatusesColumn.TimeAgoType
- 
Uses of AbstractStatusesColumn.TimeAgoType in com.robestone.hudson.compactcolumns
Methods in com.robestone.hudson.compactcolumns that return AbstractStatusesColumn.TimeAgoTypeModifier 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.Methods in com.robestone.hudson.compactcolumns with parameters of type AbstractStatusesColumn.TimeAgoTypeModifier and TypeMethodDescriptionAbstractStatusesColumn.getBuilds(Job<?, ?> job, Locale locale, boolean isFailedShownOnlyIfLast, boolean isUnstableShownOnlyIfLast, boolean isOnlyShowLastStatus, boolean isShowColorblindUnderlineHint, AbstractStatusesColumn.TimeAgoType timeAgoType, int hideDays) static BuildInfoAbstractStatusesColumn.getLastFailedBuild(Job<?, ?> job, Locale locale, boolean onlyIfLastCompleted, boolean isShowColorblindUnderlineHint, boolean isFirst, AbstractStatusesColumn.TimeAgoType timeAgoType) static BuildInfoAbstractStatusesColumn.getLastStableBuild(Job<?, ?> job, Locale locale, boolean isShowColorblindUnderlineHint, boolean isFirst, AbstractStatusesColumn.TimeAgoType timeAgoType) static BuildInfoAbstractStatusesColumn.getLastUnstableBuild(Job<?, ?> job, Locale locale, boolean isUnstableShownOnlyIfLast, boolean isShowColorblindUnderlineHint, boolean isFirst, AbstractStatusesColumn.TimeAgoType timeAgoType) protected static StringAbstractStatusesColumn.getTimeAgoString(Locale locale, long timestamp, boolean isMultiple, AbstractStatusesColumn.TimeAgoType timeAgoType)