Package | Description |
---|---|
com.embotics.vlm.plugin | |
com.embotics.vlm.rest.v30.client |
Modifier and Type | Method and Description |
---|---|
static VCommanderClient |
VCommanderConfig.getVCommanderClient()
Creates a vComamnder rest client based on the global configuration
|
Modifier and Type | Method and Description |
---|---|
Long |
ServiceRequestsClient.getPublishedService(String serviceName)
Retrieve the Published service with the given name.
|
Long |
VCommanderClient.getPublishedService(String serviceName)
|
String |
ServiceRequestsClient.getPublishedServiceNameByPayload(String payload)
Retrieve the Published service name for the given payload
|
String |
VCommanderClient.getPublishedServiceNameByPayload(String payload)
|
String |
SessionsClient.getSecurityToken()
Get a new security token
The token can be used for subsequent calls
This method can be used to validate basic-auth credential
|
String |
VCommanderClient.getSecurityToken()
|
String |
ServiceRequestsClient.getServiceRequestPayload(Long serviceID)
Retrieve the form required for a published service
|
String |
VCommanderClient.getServiceRequestPayload(Long serviceID)
|
Long |
WorkflowsClient.getWorkflowDefinition(String workflowName)
Retrieve the command workflow definition with the given name.
|
Long |
VCommanderClient.getWorkflowDefinition(String workflowName)
|
String |
WorkflowsClient.getWorkflowDefinitionTargetType(Long workflowDefinitionId)
Retrieve the command workflow target type for the specified workflow definition ID.
|
String |
VCommanderClient.getWorkflowDefinitionTargetType(Long workflowDefinitionId)
|
Long |
ServiceRequestsClient.requestService(String payload)
Request a new Service Request from vCommander passing in the payload.
|
Long |
VCommanderClient.requestService(String payload)
|
String |
WorkflowsClient.runCommandWorkflow(Long workflowId,
String targetType,
String targetName)
Run a Command Workflow in vCommander.
|
String |
VCommanderClient.runCommandWorkflow(Long workflowId,
String targetType,
String targetName)
|
List<DeployedComponentInfo> |
ServiceRequestsClient.waitForServiceRequestToBeCompleted(Long requestId,
long timeout,
long polling,
PrintStream logger)
Waits until the service request is successfully deployed.
|
List<DeployedComponentInfo> |
VCommanderClient.waitForServiceRequestToBeCompleted(Long requestId,
long timeout,
long polling,
PrintStream logger)
|
Long |
WorkflowsClient.waitForWorkflowToBeCompleted(String taskId,
long timeout,
long polling,
PrintStream logger)
Waits until the workflow is completed or failed.
|
Long |
VCommanderClient.waitForWorkflowToBeCompleted(String taskId,
long timeout,
long polling,
PrintStream logger)
|
Copyright © 2016–2021. All rights reserved.