Class MultiPipelineGraphViewAction
java.lang.Object
io.jenkins.plugins.pipelinegraphview.multipipelinegraphview.MultiPipelineGraphViewAction
- All Implemented Interfaces:
Action,ModelObject,IconSpec
-
Constructor Summary
ConstructorsConstructorDescriptionMultiPipelineGraphViewAction(org.jenkinsci.plugins.workflow.job.WorkflowJob target) -
Method Summary
Modifier and TypeMethodDescriptionvoidgetRuns(org.kohsuke.stapler.StaplerRequest2 req, org.kohsuke.stapler.StaplerResponse2 rsp) booleanbooleanbooleanboolean
-
Constructor Details
-
MultiPipelineGraphViewAction
public MultiPipelineGraphViewAction(org.jenkinsci.plugins.workflow.job.WorkflowJob target)
-
-
Method Details
-
getJobDisplayName
-
isBuildable
public boolean isBuildable() -
getPermission
-
getConfigurePermission
-
isShowGraphOnJobPage
public boolean isShowGraphOnJobPage() -
isShowStageNames
public boolean isShowStageNames() -
isShowStageDurations
public boolean isShowStageDurations() -
getRuns
@GET @WebMethod(name="runs") public void getRuns(org.kohsuke.stapler.StaplerRequest2 req, org.kohsuke.stapler.StaplerResponse2 rsp) throws jakarta.servlet.ServletException, IOException - Throws:
jakarta.servlet.ServletExceptionIOException
-
getJobUrl
-
getIconFileName
- Specified by:
getIconFileNamein interfaceAction
-
getDisplayName
- Specified by:
getDisplayNamein interfaceAction- Specified by:
getDisplayNamein interfaceModelObject
-
getUrlName
- Specified by:
getUrlNamein interfaceAction
-
getIconClassName
- Specified by:
getIconClassNamein interfaceIconSpec
-