| Package | Description |
|---|---|
| com.embotics.vlm.plugin | |
| com.embotics.vlm.plugin.actions |
| Modifier and Type | Method and Description |
|---|---|
VCommanderAction |
VCommanderBuilder.getAction() |
| Modifier and Type | Method and Description |
|---|---|
List<hudson.model.Descriptor<VCommanderAction>> |
VCommanderBuilder.VCommanderBuilderDescriptor.getActions() |
| Constructor and Description |
|---|
VCommanderBuilder(VCommanderAction action) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractVCommanderAction
A base class to be extended by the vCommadner actions.
|
class |
VCommanderRequestNewServiceAction
A vCommander Action, which submits a new service request
|
class |
VCommanderRunWorkflowAction
A vCommander Action, which triggers a command workflow
|
class |
VCommanderWaitForRequestNewServiceAction
A vCommander Action, which should be used in pair with VCommanderRequestNewServiceAction
If that action was submitted asynchronously, this step should be used to wait for the results
|
class |
VCommanderWaitForRunWorkflowAction
A vCommander Action, which should be used in pair with VCommanderRunWorkflowAction
If that action was submitted asynchronously, this step should be used to wait for the results
|
| Modifier and Type | Method and Description |
|---|---|
hudson.model.Descriptor<VCommanderAction> |
VCommanderWaitForRunWorkflowAction.getDescriptor() |
hudson.model.Descriptor<VCommanderAction> |
VCommanderWaitForRequestNewServiceAction.getDescriptor() |
hudson.model.Descriptor<VCommanderAction> |
VCommanderRunWorkflowAction.getDescriptor() |
hudson.model.Descriptor<VCommanderAction> |
VCommanderRequestNewServiceAction.getDescriptor() |
Copyright © 2016–2019. All rights reserved.