public class CreateTestSuiteRequest extends AbstractQTestApiServiceRequest
projectId| Constructor and Description |
|---|
CreateTestSuiteRequest() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Long |
getArtifactId() |
ArtifactLevel |
getArtifactLevel() |
TestSuite |
getTestSuite() |
void |
setArtifactId(java.lang.Long artifactId)
Sets the test cycle identifier where to fetch the test suites.
|
void |
setArtifactLevel(ArtifactLevel artifactLevel)
Sets the artifact level.
|
void |
setTestSuite(TestSuite testSuite)
Sets the test-suite instance.
|
java.lang.String |
toString() |
CreateTestSuiteRequest |
withArtifactId(java.lang.Long artifactId)
Sets the artifact identifier where to fetch the test suites.
|
CreateTestSuiteRequest |
withArtifactLevel(ArtifactLevel artifactLevel)
Sets the artifact level.
|
CreateTestSuiteRequest |
withProjectId(java.lang.Long projectId)
Sets the project identifier.
|
CreateTestSuiteRequest |
withTestSuite(TestSuite testSuite)
Sets the test-suite instance.
|
getProjectId, setProjectIdcopyPrivateRequestParameters, getCredentials, getRequestClientOptions, setCredentials, withCredentialspublic CreateTestSuiteRequest withProjectId(java.lang.Long projectId)
projectId - the given project identifier to set.public java.lang.Long getArtifactId()
public void setArtifactId(java.lang.Long artifactId)
artifactId - the given test cycle identifier.public CreateTestSuiteRequest withArtifactId(java.lang.Long artifactId)
artifactId - the given artifact identifier to set.public ArtifactLevel getArtifactLevel()
public void setArtifactLevel(ArtifactLevel artifactLevel)
artifactLevel - the given artifact level instance.public CreateTestSuiteRequest withArtifactLevel(ArtifactLevel artifactLevel)
artifactLevel - the given artifact level instance.public TestSuite getTestSuite()
public void setTestSuite(TestSuite testSuite)
testSuite - the given test-suite instance to set.public CreateTestSuiteRequest withTestSuite(TestSuite testSuite)
testSuite - the given test-suite instance to set.public java.lang.String toString()
toString in class ApiServiceRequest