| Package | Description |
|---|---|
| com.microfocus.silkcentral.webservices.executionplanning |
This package contains interfaces to access the Execution Planning area of Silk Central (ExecutionPlanningService, previously IExecutionWebservice).
|
| com.microfocus.silkcentral.webservices.tests |
This package contains interfaces to access the Tests area of Silk Central (TestsService, previously IPlanningService).
|
| Modifier and Type | Method and Description |
|---|---|
ProjectAttribute[] |
ExecutionPlanningService.addAttributes(java.lang.String sessionId,
int projectId,
ProjectAttribute[] attributes)
Adds attributes to the given project identified by projectId (this allows specifying min/max/precision values when adding numeric attributes).
|
ProjectAttribute[] |
ExecutionPlanningService.getAttributes(java.lang.String sessionId,
int projectId)
Returns all attributes for the given project identified by projectId.
|
ProjectAttribute[] |
ExecutionPlanningService.updateAttributes(java.lang.String sessionId,
int projectId,
ProjectAttribute[] attributes)
Updates given attributes identified by their IDs for the given project identified by projectId.
|
| Modifier and Type | Method and Description |
|---|---|
ProjectAttribute[] |
ExecutionPlanningService.addAttributes(java.lang.String sessionId,
int projectId,
ProjectAttribute[] attributes)
Adds attributes to the given project identified by projectId (this allows specifying min/max/precision values when adding numeric attributes).
|
void |
ExecutionPlanningService.deleteAttributes(java.lang.String sessionId,
int projectId,
ProjectAttribute[] attributes)
Deletes the attributes identified by their IDs for the given project identified by projectId.
|
ProjectAttribute[] |
ExecutionPlanningService.updateAttributes(java.lang.String sessionId,
int projectId,
ProjectAttribute[] attributes)
Updates given attributes identified by their IDs for the given project identified by projectId.
|
| Modifier and Type | Method and Description |
|---|---|
ProjectAttribute[] |
TestsService.addAttributes(java.lang.String sessionId,
int projectId,
ProjectAttribute[] attributes)
Adds attributes to the given project identified by projectId (this allows specifying min/max/precision values when adding numeric attributes)
|
ProjectAttribute[] |
TestsService.getAttributes(java.lang.String sessionId,
int projectId)
Returns all attributes for the given project identified by projectId.
|
ProjectAttribute[] |
TestsService.updateAttributes(java.lang.String sessionId,
int projectId,
ProjectAttribute[] attributes)
Updates given attributes identified by their Ids for the given project identified by projectId.
|
| Modifier and Type | Method and Description |
|---|---|
ProjectAttribute[] |
TestsService.addAttributes(java.lang.String sessionId,
int projectId,
ProjectAttribute[] attributes)
Adds attributes to the given project identified by projectId (this allows specifying min/max/precision values when adding numeric attributes)
|
void |
TestsService.deleteAttributes(java.lang.String sessionId,
int projectId,
ProjectAttribute[] attributes)
Delete given attributes identified by their Ids for the given project identified by projectId.
|
ProjectAttribute[] |
TestsService.updateAttributes(java.lang.String sessionId,
int projectId,
ProjectAttribute[] attributes)
Updates given attributes identified by their Ids for the given project identified by projectId.
|
Copyright © Micro Focus 2004-2019. All rights reserved.