Serialized Form
-
Package com.mathworks.ci
-
Class com.mathworks.ci.BuildTargetNote
class BuildTargetNote extends ConsoleNote implements Serializable -
Exception com.mathworks.ci.MatlabExecutionException
class MatlabExecutionException extends Exception implements Serializable-
Serialized Fields
-
exitCode
int exitCode
-
-
-
Class com.mathworks.ci.MatlabInstallation
class MatlabInstallation extends ToolInstallation implements Serializable- serialVersionUID:
- 1L
-
Error com.mathworks.ci.MatlabNotFoundError
class MatlabNotFoundError extends Error implements Serializable- serialVersionUID:
- 7918595075502022644L
-
Exception com.mathworks.ci.MatlabVersionNotFoundException
class MatlabVersionNotFoundException extends Exception implements Serializable
-
-
Package com.mathworks.ci.actions
-
Class com.mathworks.ci.actions.MatlabActionFactory
class MatlabActionFactory extends Object implements Serializable
-
-
Package com.mathworks.ci.pipeline
-
Class com.mathworks.ci.pipeline.MatlabBuildStepExecution
class MatlabBuildStepExecution extends org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution<Void> implements Serializable- serialVersionUID:
- 4771831219402275744L
-
Serialized Fields
-
factory
MatlabActionFactory factory
-
step
RunMatlabBuildStep step
-
-
Class com.mathworks.ci.pipeline.MatlabCommandStepExecution
class MatlabCommandStepExecution extends org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution<Void> implements Serializable- serialVersionUID:
- 1957239693658914450L
-
Serialized Fields
-
factory
MatlabActionFactory factory
-
step
RunMatlabCommandStep step
-
-
Class com.mathworks.ci.pipeline.MatlabRunTestsStepExecution
class MatlabRunTestsStepExecution extends org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution<Void> implements Serializable- serialVersionUID:
- 6704588180717665100L
-
Serialized Fields
-
factory
MatlabActionFactory factory
-
step
RunMatlabTestsStep step
-
-
Class com.mathworks.ci.pipeline.RunMatlabBuildStep
class RunMatlabBuildStep extends org.jenkinsci.plugins.workflow.steps.Step implements Serializable- serialVersionUID:
- 1L
-
Class com.mathworks.ci.pipeline.RunMatlabCommandStep
class RunMatlabCommandStep extends org.jenkinsci.plugins.workflow.steps.Step implements Serializable- serialVersionUID:
- 1L
-
Class com.mathworks.ci.pipeline.RunMatlabTestsStep
class RunMatlabTestsStep extends org.jenkinsci.plugins.workflow.steps.Step implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
codeCoverageCobertura
String codeCoverageCobertura
-
loggingLevel
String loggingLevel
-
modelCoverageCobertura
String modelCoverageCobertura
-
outputDetail
String outputDetail
-
selectByFolder
List<String> selectByFolder
-
selectByTag
String selectByTag
-
sourceFolder
List<String> sourceFolder
-
startupOptions
String startupOptions
-
strict
boolean strict
-
testResultsJUnit
String testResultsJUnit
-
testResultsPDF
String testResultsPDF
-
testResultsSimulinkTest
String testResultsSimulinkTest
-
testResultsTAP
String testResultsTAP
-
useParallel
boolean useParallel
-
-
-
Package com.mathworks.ci.tools
-
Exception com.mathworks.ci.tools.InstallationFailedException
class InstallationFailedException extends IOException implements Serializable
-
-
Package com.mathworks.ci.utilities
-
Class com.mathworks.ci.utilities.GetSystemProperties
class GetSystemProperties extends MasterToSlaveCallable<String[],InterruptedException> implements Serializable - serialVersionUID:
- 1L
-
Serialized Fields
-
properties
String[] properties
-
-