Class ReportGenerationPipelineStep

java.lang.Object
hudson.model.AbstractDescribableImpl<org.jenkinsci.plugins.workflow.steps.Step>
org.jenkinsci.plugins.workflow.steps.Step
io.jenkins.plugins.ReportGenerationPipelineStep
All Implemented Interfaces:
ExtensionPoint, Describable<org.jenkinsci.plugins.workflow.steps.Step>

public class ReportGenerationPipelineStep extends org.jenkinsci.plugins.workflow.steps.Step
  • Constructor Details

    • ReportGenerationPipelineStep

      @DataBoundConstructor public ReportGenerationPipelineStep(String nameReport, String modelReport, String templateReport, String[] reportArgumentList)
  • Method Details

    • getNameReport

      @Nonnull public String getNameReport()
    • getModelReport

      public String getModelReport()
    • getTemplateReport

      public String getTemplateReport()
    • getLang

      public String getLang()
    • getReportArgumentList

      public String[] getReportArgumentList()
    • setNameReport

      @DataBoundSetter public void setNameReport(@Nonnull String nameReport)
    • setModelReport

      @DataBoundSetter public void setModelReport(String modelReport)
    • setTemplateReport

      @DataBoundSetter public void setTemplateReport(String templateReport)
    • start

      public org.jenkinsci.plugins.workflow.steps.StepExecution start(org.jenkinsci.plugins.workflow.steps.StepContext context) throws Exception
      Specified by:
      start in class org.jenkinsci.plugins.workflow.steps.Step
      Throws:
      Exception