TestRunInputArtifacts Class
- java.
lang. Object - com.
azure. developer. loadtesting. models. TestRunInputArtifacts
- com.
Implements
public final class TestRunInputArtifacts
implements JsonSerializable<TestRunInputArtifacts>
The input artifacts for the test run.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Test |
fromJson(JsonReader jsonReader)
Reads an instance of Test |
|
List<Test |
getAdditionalFileInfo()
Get the additional |
|
Test |
getConfigFileInfo()
Get the config |
|
Test |
getInputArtifactsZipFileInfo()
Get the input |
|
Test |
getTestScriptFileInfo()
Get the test |
|
Test |
getUrlTestConfigFileInfo()
Get the url |
|
Test |
getUserPropertyFileInfo()
Get the user |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Method Details
fromJson
public static TestRunInputArtifacts fromJson(JsonReader jsonReader)
Reads an instance of TestRunInputArtifacts from the JsonReader.
Parameters:
Returns:
Throws:
getAdditionalFileInfo
public List<TestRunFileInfo> getAdditionalFileInfo()
Get the additionalFileInfo property: Additional supported files for the test run.
Returns:
getConfigFileInfo
public TestRunFileInfo getConfigFileInfo()
Get the configFileInfo property: The load test YAML file that contains the the test configuration.
Returns:
getInputArtifactsZipFileInfo
public TestRunFileInfo getInputArtifactsZipFileInfo()
Get the inputArtifactsZipFileInfo property: The zip file for all input artifacts.
Returns:
getTestScriptFileInfo
public TestRunFileInfo getTestScriptFileInfo()
Get the testScriptFileInfo property: The test script file for the test run.
Returns:
getUrlTestConfigFileInfo
public TestRunFileInfo getUrlTestConfigFileInfo()
Get the urlTestConfigFileInfo property: The config json file for url based test.
Returns:
getUserPropertyFileInfo
public TestRunFileInfo getUserPropertyFileInfo()
Get the userPropertyFileInfo property: The user properties file.
Returns: