Package jenkins.model.details
Class DownstreamProjectsDetail
java.lang.Object
jenkins.model.details.Detail
jenkins.model.details.DownstreamProjectsDetail
- All Implemented Interfaces:
ModelObject
,IconSpec
Displays downstream projects of a project (if any)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the Icon class specification e.g.
-
Constructor Details
-
DownstreamProjectsDetail
-
-
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
-
getProjects
-