@Generated(value="org.jsonschema2pojo") public class ProjectConfig extends Object
Parallel testing Jenkins plugin with Microsoft Azure Batch service. This schema defines the project configs for this plugin.
Constructor and Description |
---|
ProjectConfig() |
Modifier and Type | Method and Description |
---|---|
Resources |
getResources()
Resources schema.
|
TestConfigs |
getTestConfigs()
TestConfigs schema.
|
String |
getVersion()
Version schema.
|
VmConfigs |
getVmConfigs()
VmConfigs schema.
|
void |
setResources(Resources resources)
Resources schema.
|
void |
setTestConfigs(TestConfigs testConfigs)
TestConfigs schema.
|
void |
setVersion(String version)
Version schema.
|
void |
setVmConfigs(VmConfigs vmConfigs)
VmConfigs 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 VmConfigs getVmConfigs()
Configs for task VMs. In current version, only Windows VM may be allocated. (Required)
public void setVmConfigs(VmConfigs vmConfigs)
Configs for task VMs. In current version, only Windows VM may be allocated. (Required)
vmConfigs
- The vmConfigspublic Resources getResources()
Resources folders and files will be copied to task VMs under folder %AZ_BATCH_NODE_SHARED_DIR%\%AZ_BATCH_JOB_ID% before any test running.
public void setResources(Resources resources)
Resources folders and files will be copied to task VMs under folder %AZ_BATCH_NODE_SHARED_DIR%\%AZ_BATCH_JOB_ID% before any test running.
resources
- The resourcespublic TestConfigs getTestConfigs()
Test related configs.
public void setTestConfigs(TestConfigs testConfigs)
Test related configs.
testConfigs
- The testConfigsCopyright © 2016. All rights reserved.