| Package | Description |
|---|---|
| com.microfocus.silkcentral.webservices.administration |
This package contains interfaces to access the Project and Product entities of Silk Central (AdministrationService, previously MainEntities).
|
| Modifier and Type | Method and Description |
|---|---|
ExecServer |
AdministrationService.getExecServerById(java.lang.String sessionId,
int execServerId)
Returns the execution server identified by the given ID.
|
ExecServer[] |
AdministrationService.getExecServersOfLocation(java.lang.String sessionId,
int locationId)
Returns the execution servers of a location.
|
| Modifier and Type | Method and Description |
|---|---|
int |
AdministrationService.createExecServer(java.lang.String sessionId,
ExecServer execServer)
Creates a new execution sever with the given properties.
|
void |
AdministrationService.updateExecServer(java.lang.String sessionId,
ExecServer execServer)
Updates the properties of an existing execution server.
|
Copyright © Micro Focus 2004-2019. All rights reserved.