TestRunArtifacts Class

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

Implements

public final class TestRunArtifacts
implements JsonSerializable<TestRunArtifacts>

Collection of test run artifacts.

Method Summary

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

Reads an instance of TestRunArtifacts from the JsonReader.

TestRunInputArtifacts getInputArtifacts()

Get the inputArtifacts property: The input artifacts for the test run.

TestRunOutputArtifacts getOutputArtifacts()

Get the outputArtifacts property: The output artifacts for the test run.

JsonWriter toJson(JsonWriter jsonWriter)

Methods inherited from java.lang.Object

Method Details

fromJson

public static TestRunArtifacts fromJson(JsonReader jsonReader)

Reads an instance of TestRunArtifacts from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of TestRunArtifacts 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 TestRunArtifacts.

getInputArtifacts

public TestRunInputArtifacts getInputArtifacts()

Get the inputArtifacts property: The input artifacts for the test run.

Returns:

the inputArtifacts value.

getOutputArtifacts

public TestRunOutputArtifacts getOutputArtifacts()

Get the outputArtifacts property: The output artifacts for the test run.

Returns:

the outputArtifacts value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

Applies to