Class MultiPipelineGraphViewAction

java.lang.Object
io.jenkins.plugins.pipelinegraphview.multipipelinegraphview.MultiPipelineGraphViewAction
All Implemented Interfaces:
Action, ModelObject, IconSpec

public class MultiPipelineGraphViewAction extends Object implements Action, IconSpec
  • Constructor Details

    • MultiPipelineGraphViewAction

      public MultiPipelineGraphViewAction(org.jenkinsci.plugins.workflow.job.WorkflowJob target)
  • Method Details

    • getJobDisplayName

      public String getJobDisplayName()
    • isBuildable

      public boolean isBuildable()
    • getPermission

      public Permission getPermission()
    • getConfigurePermission

      public Permission 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.ServletException
      IOException
    • getJobUrl

      public String getJobUrl()
    • getIconFileName

      public String getIconFileName()
      Specified by:
      getIconFileName in interface Action
    • getDisplayName

      public String getDisplayName()
      Specified by:
      getDisplayName in interface Action
      Specified by:
      getDisplayName in interface ModelObject
    • getUrlName

      public String getUrlName()
      Specified by:
      getUrlName in interface Action
    • getIconClassName

      public String getIconClassName()
      Specified by:
      getIconClassName in interface IconSpec