@Generated(value="org.jsonschema2pojo") public class JobSplitter extends Object
Parallel testing Jenkins plugin with Microsoft Azure Batch service. This schema defines the test split configs for this plugin.
Constructor and Description |
---|
JobSplitter() |
Modifier and Type | Method and Description |
---|---|
JobConfigs |
getJobConfigs()
JobConfigs schema.
|
List<TaskCommandDictionary> |
getTaskCommandDictionary()
TaskCommandDictionary schema.
|
String |
getVersion()
Version schema.
|
void |
setDictionary(List<TaskCommandDictionary> taskCommandDictionary)
TaskCommandDictionary schema.
|
void |
setJobConfigs(JobConfigs jobConfigs)
JobConfigs schema.
|
void |
setVersion(String version)
Version schema.
|
public String getVersion()
Version of this project config schema, current version is 0.1. (Required)
public void setVersion(String version)
Version of this project config schema, current version is 0.1. (Required)
version
- The versionpublic List<TaskCommandDictionary> getTaskCommandDictionary()
TaskCommandDictionary to define the phrases to be replaced in jobConfigs-tasks-commands.
public void setDictionary(List<TaskCommandDictionary> taskCommandDictionary)
TaskCommandDictionary to define the phrases to be replaced in jobConfigs-tasks-commands.
taskCommandDictionary
- The taskCommandDictionarypublic JobConfigs getJobConfigs()
Test job configs. (Required)
public void setJobConfigs(JobConfigs jobConfigs)
Test job configs. (Required)
jobConfigs
- The jobConfigsCopyright © 2016. All rights reserved.