@Extension public class ReqtifyGenerateReport extends Builder implements SimpleBuildStep
| Modifier and Type | Class and Description |
|---|---|
static class |
ReqtifyGenerateReport.DescriptorImpl |
SimpleBuildStep.LastBuildAction, SimpleBuildStep.LastBuildActionFactoryBuildStep.PublisherListExtensionPoint.LegacyInstancesAreScopedToHudsonBUILDERS, PUBLISHERS| Constructor and Description |
|---|
ReqtifyGenerateReport() |
ReqtifyGenerateReport(String nameReport,
String modelReport,
String templateReport,
String[] reportArgumentList) |
| Modifier and Type | Method and Description |
|---|---|
ReqtifyGenerateReport.DescriptorImpl |
getDescriptor() |
String |
getLang() |
String |
getModelReport() |
String |
getNameReport() |
String[] |
getReportArgumentList() |
String |
getTemplateReport() |
void |
perform(Run<?,?> run,
FilePath workspace,
Launcher launcher,
TaskListener listener) |
static String |
readAll(InputStream is) |
void |
setModelReport(String modelReport) |
void |
setNameReport(String nameReport) |
void |
setTemplateReport(String templateReport) |
all, getRequiredMonitorService, prebuildgetProjectAction, getProjectAction, getProjectActions, perform, perform, prebuildclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetProjectAction, getProjectActions, getRequiredMonitorService, perform, prebuildpublic String getModelReport()
public String getTemplateReport()
public String getLang()
public String[] getReportArgumentList()
@DataBoundSetter public void setModelReport(String modelReport)
@DataBoundSetter public void setTemplateReport(String templateReport)
public ReqtifyGenerateReport.DescriptorImpl getDescriptor()
getDescriptor in interface Describable<Builder>getDescriptor in class Builderpublic static String readAll(InputStream is) throws IOException
IOExceptionpublic void perform(Run<?,?> run, FilePath workspace, Launcher launcher, TaskListener listener) throws InterruptedException, IOException
perform in interface SimpleBuildStepInterruptedExceptionIOExceptionCopyright © 2016–2020. All rights reserved.