public static class TestCaseName.Builder extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
Builder() |
| Modifier and Type | Method and Description |
|---|---|
TestCaseName |
build() |
String |
getAgent() |
String |
getLocation() |
String |
getProject() |
String |
getTestCase() |
TestCaseName.Builder |
setAgent(String agent) |
TestCaseName.Builder |
setLocation(String location) |
TestCaseName.Builder |
setProject(String project) |
TestCaseName.Builder |
setTestCase(String testCase) |
public String getProject()
public String getLocation()
public String getAgent()
public String getTestCase()
public TestCaseName.Builder setProject(String project)
public TestCaseName.Builder setLocation(String location)
public TestCaseName.Builder setAgent(String agent)
public TestCaseName.Builder setTestCase(String testCase)
public TestCaseName build()
Copyright © 2025 Google LLC. All rights reserved.