public class RunMatlabTestsBuilder extends hudson.tasks.Builder implements jenkins.tasks.SimpleBuildStep, MatlabBuild
| Modifier and Type | Class and Description |
|---|---|
static class |
RunMatlabTestsBuilder.RunMatlabTestsDescriptor |
jenkins.tasks.SimpleBuildStep.LastBuildAction, jenkins.tasks.SimpleBuildStep.LastBuildActionFactory| Constructor and Description |
|---|
RunMatlabTestsBuilder() |
| Modifier and Type | Method and Description |
|---|---|
String |
constructCommandForTest(String inputArguments) |
boolean |
getCoberturaChkBx() |
boolean |
getJunitChkBx() |
boolean |
getModelCoverageChkBx() |
boolean |
getPdfReportChkBx() |
boolean |
getStmResultsChkBx() |
boolean |
getTapChkBx() |
void |
perform(hudson.model.Run<?,?> build,
hudson.FilePath workspace,
hudson.Launcher launcher,
hudson.model.TaskListener listener) |
void |
setCoberturaChkBx(boolean coberturaChkBx) |
void |
setJunitChkBx(boolean junitChkBx) |
void |
setModelCoverageChkBx(boolean modelCoverageChkBx) |
void |
setPdfReportChkBx(boolean pdfReportChkBx) |
void |
setStmResultsChkBx(boolean stmResultsChkBx) |
void |
setTapChkBx(boolean tapChkBx) |
all, getDescriptor, getRequiredMonitorService, prebuildgetProjectAction, getProjectAction, getProjectActions, perform, perform, prebuildclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetProjectAction, getProjectActions, getRequiredMonitorService, perform, prebuildcopyFileInWorkspace, getFilePathForUniqueFolder, getNodeSpecificTmpFolderPath, getProcessToRunMatlabCommand, getUniqueNameForRunnerFile@DataBoundSetter public void setTapChkBx(boolean tapChkBx)
@DataBoundSetter public void setJunitChkBx(boolean junitChkBx)
@DataBoundSetter public void setCoberturaChkBx(boolean coberturaChkBx)
@DataBoundSetter public void setStmResultsChkBx(boolean stmResultsChkBx)
@DataBoundSetter public void setModelCoverageChkBx(boolean modelCoverageChkBx)
@DataBoundSetter public void setPdfReportChkBx(boolean pdfReportChkBx)
public boolean getTapChkBx()
public boolean getJunitChkBx()
public boolean getCoberturaChkBx()
public boolean getStmResultsChkBx()
public boolean getModelCoverageChkBx()
public boolean getPdfReportChkBx()
public void perform(@Nonnull hudson.model.Run<?,?> build, @Nonnull hudson.FilePath workspace, @Nonnull hudson.Launcher launcher, @Nonnull hudson.model.TaskListener listener) throws InterruptedException, IOException
perform in interface jenkins.tasks.SimpleBuildStepInterruptedExceptionIOExceptionCopyright © 2016–2020. All rights reserved.