| 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 |
|---|---|
void |
ExecutionPlanningService.addAttributeOptions(java.lang.String sessionId,
int projectId,
java.lang.String attributeName,
AttributeOption[] options)
Adds attribute options to the given attribute identified by attributeName.
|
void |
ExecutionPlanningService.deleteAttributeOptions(java.lang.String sessionId,
int projectId,
java.lang.String attributeName,
AttributeOption[] options)
Deletes attribute options of the given attribute identified by attributeName.
|
| Modifier and Type | Method and Description |
|---|---|
AttributeOption[] |
ProjectAttribute.getOptions()
Gets the options of the attribute
|
| Modifier and Type | Method and Description |
|---|---|
void |
TestsService.addAttributeOptions(java.lang.String sessionId,
int projectId,
java.lang.String attributeName,
AttributeOption[] options)
Adds attribute options to the given attribute identified by attributeName.
|
void |
TestsService.deleteAttributeOptions(java.lang.String sessionId,
int projectId,
java.lang.String attributeName,
AttributeOption[] options)
Deletes attribute options of the given attribute identified by attributeName.
|
void |
ProjectAttribute.setOptions(AttributeOption[] options)
Sets the options of the attribute
|
Copyright © Micro Focus 2004-2019. All rights reserved.