Class AbstractPipelineViewAction

    • Field Detail

      • run

        protected final transient org.jenkinsci.plugins.workflow.job.WorkflowRun run
    • Constructor Detail

      • AbstractPipelineViewAction

        public AbstractPipelineViewAction​(org.jenkinsci.plugins.workflow.job.WorkflowRun target)
    • Method Detail

      • isBuildable

        public boolean isBuildable()
      • getPermission

        public Permission getPermission()
      • getConfigurePermission

        public Permission getConfigurePermission()
      • getBuildDisplayName

        public String getBuildDisplayName()
      • getFullBuildDisplayName

        public String getFullBuildDisplayName()
      • getFullProjectDisplayName

        public String getFullProjectDisplayName()
      • getPreviousBuildNumber

        public String getPreviousBuildNumber()
      • getNextBuildNumber

        public String getNextBuildNumber()
      • getIconColor

        public BallColor getIconColor()
      • getBuildStatusIconClassName

        public String getBuildStatusIconClassName()
      • createJson

        protected net.sf.json.JSONObject createJson​(PipelineGraph pipelineGraph)
                                             throws com.fasterxml.jackson.core.JsonProcessingException
        Throws:
        com.fasterxml.jackson.core.JsonProcessingException
      • getTree

        @WebMethod(name="tree")
        public org.kohsuke.stapler.HttpResponse getTree()
                                                 throws com.fasterxml.jackson.core.JsonProcessingException
        Throws:
        com.fasterxml.jackson.core.JsonProcessingException
      • replayRun

        @WebMethod(name="replay")
        public org.kohsuke.stapler.HttpResponse replayRun​(org.kohsuke.stapler.StaplerRequest req)