Package jenkins.model.details
Class ParameterizedDetail
java.lang.Object
jenkins.model.details.Detail
jenkins.model.details.ParameterizedDetail
- All Implemented Interfaces:
ModelObject
,IconSpec
Displays if a run has parameters
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the Icon class specification e.g.
-
Field Details
-
action
-
-
Constructor Details
-
ParameterizedDetail
-
-
Method Details
-
getIconClassName
Description copied from class:Detail
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
- Overrides:
getIconClassName
in classDetail
- Returns:
- The Icon class specification e.g. 'icon-notepad'.
-
getDisplayName
Description copied from class:Detail
- Specified by:
getDisplayName
in interfaceModelObject
- Overrides:
getDisplayName
in classDetail
-