Package com.mathworks.ci.pipeline
Class RunMatlabTestsStep
java.lang.Object
hudson.model.AbstractDescribableImpl<org.jenkinsci.plugins.workflow.steps.Step>
org.jenkinsci.plugins.workflow.steps.Step
com.mathworks.ci.pipeline.RunMatlabTestsStep
- All Implemented Interfaces:
ExtensionPoint
,Describable<org.jenkinsci.plugins.workflow.steps.Step>
,Serializable
public class RunMatlabTestsStep
extends org.jenkinsci.plugins.workflow.steps.Step
implements Serializable
- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
void
setCodeCoverageCobertura
(String codeCoverageCobertura) void
setLoggingLevel
(String loggingLevel) void
setModelCoverageCobertura
(String modelCoverageCobertura) void
setOutputDetail
(String outputDetail) void
setSelectByFolder
(List<String> selectByFolder) void
setSelectByTag
(String selectByTag) void
setSourceFolder
(List<String> sourceFolder) void
setStartupOptions
(String startupOptions) void
setStrict
(boolean strict) void
setTestResultsJUnit
(String testResultsJUnit) void
setTestResultsPDF
(String testResultsPDF) void
setTestResultsSimulinkTest
(String testResultsSimulinkTest) void
setTestResultsTAP
(String testResultsTAP) void
setUseParallel
(boolean useParallel) org.jenkinsci.plugins.workflow.steps.StepExecution
start
(org.jenkinsci.plugins.workflow.steps.StepContext context) Methods inherited from class org.jenkinsci.plugins.workflow.steps.Step
getDescriptor
-
Constructor Details
-
RunMatlabTestsStep
@DataBoundConstructor public RunMatlabTestsStep()
-
-
Method Details
-
getTestResultsTAP
-
setTestResultsTAP
-
getTestResultsPDF
-
setTestResultsPDF
-
getTestResultsJUnit
-
setTestResultsJUnit
-
getCodeCoverageCobertura
-
setCodeCoverageCobertura
-
getTestResultsSimulinkTest
-
setTestResultsSimulinkTest
-
getModelCoverageCobertura
-
setModelCoverageCobertura
-
getSourceFolder
-
setSourceFolder
-
getSelectByTag
-
setSelectByTag
-
getSelectByFolder
-
setSelectByFolder
-
getLoggingLevel
-
setLoggingLevel
-
getOutputDetail
-
setOutputDetail
-
getUseParallel
public boolean getUseParallel() -
setUseParallel
@DataBoundSetter public void setUseParallel(boolean useParallel) -
getStrict
public boolean getStrict() -
setStrict
@DataBoundSetter public void setStrict(boolean strict) -
getStartupOptions
-
setStartupOptions
-
start
public org.jenkinsci.plugins.workflow.steps.StepExecution start(org.jenkinsci.plugins.workflow.steps.StepContext context) throws Exception - Specified by:
start
in classorg.jenkinsci.plugins.workflow.steps.Step
- Throws:
Exception
-