Type Params | Return Type | Name and description |
---|---|---|
|
java.lang.String |
getDescription() Specifies any descriptive text for the project. |
|
boolean |
getEnabled() Specifies whether the project will be executed during the project suite run. |
|
java.lang.String |
getProjectLocation() Returns a project location. |
|
java.lang.String |
getProjectName() Returns a project name. |
|
ProjectTests |
getProjectTests() Returns an object of project tests. |
|
boolean |
getStopOnError() Specifies whether TestComplete will stop the project suite execution if the project execution fails. |
|
int |
getTimeout() Specifies the maximum execution time (in minutes) for a project. |
|
void |
setDescription(java.lang.String value) Specifies any descriptive text for the project. |
|
void |
setEnabled(boolean value) Specifies whether the project will be executed during the project suite run. |
|
void |
setStopOnError(boolean value) Specifies whether TestComplete will stop the project suite execution if the project execution fails. |
|
void |
setTimeout(int value) Specifies the maximum execution time (in minutes) for a project. |
Specifies any descriptive text for the project.
Specifies whether the project will be executed during the project suite run.
Returns a project location.
Returns a project name.
Returns an object of project tests.
Specifies whether TestComplete will stop the project suite execution if the project execution fails.
Specifies the maximum execution time (in minutes) for a project.
Specifies any descriptive text for the project.
Specifies whether the project will be executed during the project suite run.
Specifies whether TestComplete will stop the project suite execution if the project execution fails.
Specifies the maximum execution time (in minutes) for a project.