public class ExamTaskModel extends ExamTask
Modifier and Type | Class and Description |
---|---|
static class |
ExamTaskModel.DescriptorExamTaskModel
The Descriptor of DescriptorExamTaskModel
|
ExamTask.DescriptorExamTask
Task.DescriptorTask
SimpleBuildStep.LastBuildAction, SimpleBuildStep.LastBuildActionFactory
BuildStep.PublisherList
ExtensionPoint.LegacyInstancesAreScopedToHudson
clearWorkspace, examReport, logging, loglevelLibCtrl, loglevelTestCtrl, loglevelTestLogic, pdfMeasureImages, pdfReport, pdfReportTemplate, pdfSelectFilter, pythonName, reportPrefix, systemConfiguration, testrunFilter
examName, taskHelper
BUILDERS, PUBLISHERS
Constructor and Description |
---|
ExamTaskModel(String examName,
String pythonName,
String examReport,
String executionFile,
String systemConfiguration)
Constructor of ExamTaskModel
|
Modifier and Type | Method and Description |
---|---|
protected TestConfiguration |
addDataToTestConfiguration(TestConfiguration tc,
EnvVars env) |
ExamTaskModel.DescriptorExamTaskModel |
getDescriptor() |
String |
getExamModel() |
String |
getExecutionFile() |
String |
getModelConfiguration() |
void |
setExamModel(String examModel) |
void |
setExecutionFile(String executionFile) |
void |
setModelConfiguration(String modelConfiguration) |
doExecuteTask, getExamReport, getLogging, getLoglevelLibCtrl, getLoglevelTestCtrl, getLoglevelTestLogic, getPdfMeasureImages, getPdfReport, getPdfReportTemplate, getPdfSelectFilter, getPython, getPythonName, getReportPrefix, getSystemConfiguration, getTestrunFilter, getToolDescriptor, getUseExecutionFile, isClearWorkspace, perform, setClearWorkspace, setLogging, setLoglevelLibCtrl, setLoglevelTestCtrl, setLoglevelTestLogic, setPdfMeasureImages, setPdfReport, setPdfReportTemplate, setPdfSelectFilter, setReportPrefix, setSystemConfiguration, setTestrunFilter, setUseExecutionFile
createModelConfig, getExam, getExamName, getJavaOpts, getModel, getTaskHelper, getTimeout, setJavaOpts, setTimeout
all, getRequiredMonitorService, prebuild
getProjectAction, getProjectAction, getProjectActions, perform, perform, prebuild
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
perform, perform, requiresWorkspace
getProjectAction, getProjectActions, getRequiredMonitorService, perform, prebuild
@DataBoundConstructor public ExamTaskModel(String examName, String pythonName, String examReport, String executionFile, String systemConfiguration)
examName
- examNamepythonName
- pythonNameexamReport
- examReportexecutionFile
- executionFilesystemConfiguration
- systemConfigurationpublic String getExamModel()
@DataBoundSetter public void setExamModel(String examModel)
public String getExecutionFile()
@DataBoundSetter public void setExecutionFile(String executionFile)
public String getModelConfiguration()
@DataBoundSetter public void setModelConfiguration(String modelConfiguration)
protected TestConfiguration addDataToTestConfiguration(TestConfiguration tc, EnvVars env) throws AbortException
addDataToTestConfiguration
in class ExamTask
AbortException
public ExamTaskModel.DescriptorExamTaskModel getDescriptor()
getDescriptor
in interface Describable<Builder>
getDescriptor
in class Task
Copyright © 2016–2023 MicroNova AG. All rights reserved.