TestRunOutputArtifacts Class

  • java.lang.Object
    • com.azure.developer.loadtesting.models.TestRunOutputArtifacts

Implements

public final class TestRunOutputArtifacts
implements JsonSerializable<TestRunOutputArtifacts>

The output artifacts for the test run.

Method Summary

Modifier and Type Method and Description
static TestRunOutputArtifacts fromJson(JsonReader jsonReader)

Reads an instance of TestRunOutputArtifacts from the JsonReader.

ArtifactsContainerInfo getArtifactsContainerInfo()

Get the artifactsContainerInfo property: The container for test run artifacts.

TestRunFileInfo getLogsFileInfo()

Get the logsFileInfo property: The test run report with metrics.

TestRunFileInfo getReportFileInfo()

Get the reportFileInfo property: The report file for the test run.

TestRunFileInfo getResultFileInfo()

Get the resultFileInfo property: The test run results file.

JsonWriter 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:

jsonReader - The JsonReader being read.

Returns:

An instance of TestRunOutputArtifacts if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the TestRunOutputArtifacts.

getArtifactsContainerInfo

public ArtifactsContainerInfo getArtifactsContainerInfo()

Get the artifactsContainerInfo property: The container for test run artifacts.

Returns:

the artifactsContainerInfo value.

getLogsFileInfo

public TestRunFileInfo getLogsFileInfo()

Get the logsFileInfo property: The test run report with metrics.

Returns:

the logsFileInfo value.

getReportFileInfo

public TestRunFileInfo getReportFileInfo()

Get the reportFileInfo property: The report file for the test run.

Returns:

the reportFileInfo value.

getResultFileInfo

public TestRunFileInfo getResultFileInfo()

Get the resultFileInfo property: The test run results file.

Returns:

the resultFileInfo value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

Applies to