TestRunOutputArtifacts Class
- java.
lang. Object - com.
azure. developer. loadtesting. models. TestRunOutputArtifacts
- com.
Implements
public final class TestRunOutputArtifacts
implements JsonSerializable<TestRunOutputArtifacts>
The output artifacts for the test run.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Test |
fromJson(JsonReader jsonReader)
Reads an instance of Test |
|
Artifacts |
getArtifactsContainerInfo()
Get the artifacts |
|
Test |
getLogsFileInfo()
Get the logs |
|
Test |
getReportFileInfo()
Get the report |
|
Test |
getResultFileInfo()
Get the result |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Method Details
fromJson
public static TestRunOutputArtifacts fromJson(JsonReader jsonReader)
Reads an instance of TestRunOutputArtifacts from the JsonReader.
Parameters:
Returns:
Throws:
getArtifactsContainerInfo
public ArtifactsContainerInfo getArtifactsContainerInfo()
Get the artifactsContainerInfo property: The container for test run artifacts.
Returns:
getLogsFileInfo
public TestRunFileInfo getLogsFileInfo()
Get the logsFileInfo property: The test run report with metrics.
Returns:
getReportFileInfo
public TestRunFileInfo getReportFileInfo()
Get the reportFileInfo property: The report file for the test run.
Returns:
getResultFileInfo
public TestRunFileInfo getResultFileInfo()
Get the resultFileInfo property: The test run results file.
Returns: