Class PipelineOverviewLink
java.lang.Object
io.jenkins.plugins.pipelineoverview.PipelineOverviewLink
- All Implemented Interfaces:
ExtensionPoint,Action,ModelObject,RootAction
Sidebar entry that opens the dashboard full-screen. Only shown when exactly one
PipelineOverviewDashboard view is configured anywhere in Jenkins; with
zero or multiple matches the link hides itself rather than guessing.-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface hudson.model.RootAction
getBadge, isPrimaryAction
-
Constructor Details
-
PipelineOverviewLink
public PipelineOverviewLink()
-
-
Method Details
-
getIconFileName
- Specified by:
getIconFileNamein interfaceAction
-
getDisplayName
- Specified by:
getDisplayNamein interfaceAction- Specified by:
getDisplayNamein interfaceModelObject
-
getUrlName
- Specified by:
getUrlNamein interfaceAction
-
getView
-
doData
@POST public void doData(org.kohsuke.stapler.StaplerRequest2 req, org.kohsuke.stapler.StaplerResponse2 rsp) throws IOException - Throws:
IOException
-