| Package | Description |
|---|---|
| com.microfocus.silkcentral.webservices.executionplanning |
This package contains interfaces to access the Execution Planning area of Silk Central (ExecutionPlanningService, previously IExecutionWebservice).
|
| Modifier and Type | Method and Description |
|---|---|
TestDefinitionResult |
ExecutionResult.getCleanupTestDef()
Gets the result of the cleanup task.
|
TestDefinitionResult |
ExecutionResult.getSetupTestDef()
Gets the result of the setup task.
|
TestDefinitionResult[] |
ExecutionResult.getTestDefResult()
Gets the results of the executed test plan.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExecutionResult.setCleanupTestDef(TestDefinitionResult cleanupTestDef)
Sets the result of the cleanup task.
|
void |
ExecutionResult.setSetupTestDef(TestDefinitionResult setupTestDef)
Sets the result of the setup task.
|
void |
ExecutionResult.setTestDefResult(TestDefinitionResult[] testDefResult)
Sets the results of the executed test plan.
|
Copyright © Micro Focus 2004-2019. All rights reserved.