Package jenkins.model.details
Class Detail
java.lang.Object
jenkins.model.details.Detail
- All Implemented Interfaces:
ModelObject
,IconSpec
- Direct Known Subclasses:
DurationDetail
,TimestampDetail
Detail
represents a piece of information about a Run
.
Such information could include:
- the date and time the run started
- the amount of time the run took to complete
- SCM information for the build
- who kicked the build off
- Since:
- TODO
-
Constructor Details
-
Detail
-
-
Method Details
-
getObject
-
getIconClassName
Get the Icon class specification e.g. 'icon-notepad'.
Note: do NOT include icon size specifications (such as 'icon-sm').- Specified by:
getIconClassName
in interfaceIconSpec
- Returns:
- The Icon class specification e.g. 'icon-notepad'.
-
getDisplayName
- Specified by:
getDisplayName
in interfaceModelObject
-
getLink
Optional URL for theDetail
. If provided the detail element will be a link instead of plain text. -
getGroup
- Returns:
- the grouping of the detail
-
getOrder
public int getOrder()- Returns:
- order in the group, zero is first, MAX_VALUE is any order
-