public class GetTestRunRequest<T extends GetTestRunRequest> extends AbstractQTestApiServiceRequest
| Modifier and Type | Field and Description |
|---|---|
static int |
EXPAND_TESTCASE
Deprecated.
since version 1.4.2
|
static int |
EXPAND_TESTSTEPS
Deprecated.
since version 1.4.2
|
protected int |
expandOption |
protected boolean |
expandTestCase |
protected boolean |
expandTestStep |
protected java.lang.Long |
testRunId |
projectId| Constructor and Description |
|---|
GetTestRunRequest() |
| Modifier and Type | Method and Description |
|---|---|
int |
getExpandOption() |
java.lang.Long |
getTestRunId() |
boolean |
hasExpandOption() |
boolean |
isExpandTestCase() |
boolean |
isExpandTestStep() |
void |
setExpandOption(int expandOption)
Sets the given expand option.
|
T |
setExpandTestCase(boolean expandTestCase) |
T |
setExpandTestStep(boolean expandTestStep) |
void |
setTestRunId(java.lang.Long testRunId)
Sets the test run id.
|
java.lang.String |
toString() |
T |
withExpandOption(int expandOption)
Sets the given expand option.
|
T |
withExpandTestCase(boolean expandTestCase) |
T |
withExpandTestStep(boolean expandTestStep) |
T |
withProjectId(java.lang.Long projectId)
Sets the project identifier.
|
T |
withTestRunId(java.lang.Long testRunId)
Sets the test run id.
|
getProjectId, setProjectIdcopyPrivateRequestParameters, getCredentials, getRequestClientOptions, setCredentials, withCredentials@Deprecated public static final int EXPAND_TESTCASE
@Deprecated public static final int EXPAND_TESTSTEPS
protected java.lang.Long testRunId
protected int expandOption
protected boolean expandTestCase
protected boolean expandTestStep
public T withProjectId(java.lang.Long projectId)
projectId - the given project id to set.GetTestRunRequest object.public java.lang.Long getTestRunId()
public void setTestRunId(java.lang.Long testRunId)
testRunId - the given test run identifier to set.public T withTestRunId(java.lang.Long testRunId)
testRunId - the given test run identifier to set.GetTestRunRequest object.public boolean hasExpandOption()
public int getExpandOption()
public void setExpandOption(int expandOption)
expandOption - the given expand option to set.public T withExpandOption(int expandOption)
expandOption - the given expand option to set.public boolean isExpandTestCase()
public T setExpandTestCase(boolean expandTestCase)
public T withExpandTestCase(boolean expandTestCase)
public boolean isExpandTestStep()
public T setExpandTestStep(boolean expandTestStep)
public T withExpandTestStep(boolean expandTestStep)
public java.lang.String toString()
toString in class ApiServiceRequest