| 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 |
|---|---|
ExecutionHandle[] |
ExecutionPlanningService.startExecution(java.lang.String sessionId,
int nodeId)
Executes the specified node (folder, configuration suite or execution plan).
|
ExecutionHandle[] |
ExecutionPlanningService.startExecutionWithOptions(java.lang.String sessionId,
int nodeId,
java.lang.String build,
int option,
java.lang.String sinceBuild)
Executes the specified node (folder, configuration suite or execution plan).
|
ExecutionHandle[] |
ExecutionPlanningService.startExecutionWithOptionsInternal(java.lang.String sessionId,
int nodeId,
java.lang.String build,
int option,
java.lang.String sinceBuild,
java.util.Map<java.lang.String,com.segue.tm.common.execution.parameters.ParameterData> parameters,
java.lang.String sourceControlBranch) |
| Modifier and Type | Method and Description |
|---|---|
ExecutionResult |
ExecutionPlanningService.getExecutionResult(java.lang.String sessionId,
ExecutionHandle handle)
Returns results on a per-execution plan basis.
Note: The execution must be finished to get a result, otherwise the return value will be null. |
int |
ExecutionPlanningService.getStateOfExecution(java.lang.String sessionId,
ExecutionHandle handle)
Gets the state of an already started execution.
|
Copyright © Micro Focus 2004-2019. All rights reserved.