Skip navigation links
A B C D E G I M N P R S T V W _ 

A

AbstractVCommanderAction - Class in com.embotics.vlm.plugin.actions
A base class to be extended by the vCommadner actions.
AbstractVCommanderAction(boolean, Long, Long) - Constructor for class com.embotics.vlm.plugin.actions.AbstractVCommanderAction
 
AbstractVCommanderAction.AbstractVCommanderActionDescriptor - Class in com.embotics.vlm.plugin.actions
 
AbstractVCommanderActionDescriptor() - Constructor for class com.embotics.vlm.plugin.actions.AbstractVCommanderAction.AbstractVCommanderActionDescriptor
 
add(String, String) - Method in class com.embotics.vlm.plugin.VCommanderActionRunEnvironmentVariables
 
add(String, String) - Method in class com.embotics.vlm.plugin.VCommanderEnvironmentContributingAction
 

B

buildEnvironmentFor(Run, EnvVars, TaskListener) - Method in class com.embotics.vlm.plugin.VCommanderEnvironmentContributor
 
buildEnvVars(AbstractBuild<?, ?>, EnvVars) - Method in class com.embotics.vlm.plugin.VCommanderEnvironmentContributingAction
 
buildFilter(String, ClientUtils.RestFilterOperator, String) - Static method in class com.embotics.vlm.rest.v30.client.ClientUtils
Helper that builds a filter for RESTv3 collections Filters follow a pattern like: GET /rest/v3/workflows?filter=name -eq myWorkflow GET /rest/v3/workflows?filter=(name -eq myWorkflow) -and (type -eq COMMAND) About the filter grammar: - operators need to be prefixed with - - operator and operands within a filter are delimited by " " - multiple filters are delimited by ()

C

ClientHelper - Class in com.embotics.vlm.rest.v30.client
Jersey client helper for trusting all certificates in SSL/TLS btarczali
ClientHelper() - Constructor for class com.embotics.vlm.rest.v30.client.ClientHelper
 
ClientUtils - Class in com.embotics.vlm.rest.v30.client
Utility class with helper methods for the REST API clients
ClientUtils() - Constructor for class com.embotics.vlm.rest.v30.client.ClientUtils
 
ClientUtils.RestFilterOperator - Enum in com.embotics.vlm.rest.v30.client
 
close() - Method in class com.embotics.vlm.rest.v30.client.VCommanderClient
Done with the rest client and clean-up
com.embotics.vlm.plugin - package com.embotics.vlm.plugin
 
com.embotics.vlm.plugin.actions - package com.embotics.vlm.plugin.actions
 
com.embotics.vlm.rest.v30.client - package com.embotics.vlm.rest.v30.client
 
com.embotics.vlm.rest.v30.client.model - package com.embotics.vlm.rest.v30.client.model
 
Comment - Class in com.embotics.vlm.rest.v30.client.model
Data class for vComamnder comments used in service requests and workflows
Comment(JSONObject) - Constructor for class com.embotics.vlm.rest.v30.client.model.Comment
 
configure(StaplerRequest, JSONObject) - Method in class com.embotics.vlm.plugin.VCommanderConfig
configureClient() - Static method in class com.embotics.vlm.rest.v30.client.ClientHelper
 
createClient() - Static method in class com.embotics.vlm.rest.v30.client.ClientHelper
 

D

DEFAULT_POLLING_VALUE - Static variable in class com.embotics.vlm.plugin.actions.AbstractVCommanderAction
 
DEFAULT_TIMEOUT_VALUE - Static variable in class com.embotics.vlm.plugin.actions.AbstractVCommanderAction
 
DeployedComponentInfo - Class in com.embotics.vlm.rest.v30.client.model
Data class used in response received from vCommander when a service request is deployed
DeployedComponentInfo(int, int, String, String) - Constructor for class com.embotics.vlm.rest.v30.client.model.DeployedComponentInfo
 
DESCRIPTOR - Static variable in class com.embotics.vlm.plugin.actions.VCommanderRequestNewServiceAction
 
DESCRIPTOR - Static variable in class com.embotics.vlm.plugin.actions.VCommanderRunWorkflowAction
 
DESCRIPTOR - Static variable in class com.embotics.vlm.plugin.actions.VCommanderWaitForRequestNewServiceAction
 
DESCRIPTOR - Static variable in class com.embotics.vlm.plugin.actions.VCommanderWaitForRunWorkflowAction
 
DescriptorImpl() - Constructor for class com.embotics.vlm.plugin.actions.VCommanderRequestNewServiceAction.DescriptorImpl
 
DescriptorImpl() - Constructor for class com.embotics.vlm.plugin.actions.VCommanderRunWorkflowAction.DescriptorImpl
 
DescriptorImpl() - Constructor for class com.embotics.vlm.plugin.actions.VCommanderWaitForRequestNewServiceAction.DescriptorImpl
 
DescriptorImpl() - Constructor for class com.embotics.vlm.plugin.actions.VCommanderWaitForRunWorkflowAction.DescriptorImpl
 
doCheckAddress(String) - Method in class com.embotics.vlm.plugin.VCommanderConfig
Called by jelly, to validate address field
doCheckCredentialsId(Item, String, String) - Method in class com.embotics.vlm.plugin.VCommanderConfig
Called by jelly, to validate credential field
doCheckPayload(String) - Method in class com.embotics.vlm.plugin.actions.VCommanderRequestNewServiceAction.DescriptorImpl
Called by jelly, to validate payload field
doCheckPolling(Long, Long) - Method in class com.embotics.vlm.plugin.actions.AbstractVCommanderAction.AbstractVCommanderActionDescriptor
Called by jelly, to validate polling field
doCheckRequestId(String) - Method in class com.embotics.vlm.plugin.actions.VCommanderWaitForRequestNewServiceAction.DescriptorImpl
Called by jelly, to validate requestId field
doCheckTargetName(String, String) - Method in class com.embotics.vlm.plugin.actions.VCommanderRunWorkflowAction.DescriptorImpl
Called by jelly, to validate targetName field
doCheckTargetType(String) - Method in class com.embotics.vlm.plugin.actions.VCommanderRunWorkflowAction.DescriptorImpl
Called by jelly, to validate targetType field
doCheckTaskId(String) - Method in class com.embotics.vlm.plugin.actions.VCommanderWaitForRunWorkflowAction.DescriptorImpl
Called by jelly, to validate task ID field
doCheckTimeout(Long) - Method in class com.embotics.vlm.plugin.actions.AbstractVCommanderAction.AbstractVCommanderActionDescriptor
Called by jelly, to validate timeout field
doCheckWorkflowName(String, String) - Method in class com.embotics.vlm.plugin.actions.VCommanderRunWorkflowAction.DescriptorImpl
Called by jelly, to validate workflowName field
doFillCredentialsIdItems(Item, String, String) - Method in class com.embotics.vlm.plugin.VCommanderConfig
Called by jelly, to populate credentials drop-down
doFillTargetTypeItems() - Method in class com.embotics.vlm.plugin.actions.VCommanderRunWorkflowAction.DescriptorImpl
Called by jelly, to populate the target types combo box
doTestConnection(String, String, String) - Method in class com.embotics.vlm.plugin.VCommanderConfig
Called by jelly, to validate credentials

E

encapsulateInQuots(String) - Static method in class com.embotics.vlm.rest.v30.client.ClientUtils
Filter helper that encapsulates in quotes Any user input that may contain spaces need to be encapsulated in quotes.

G

getAction() - Method in class com.embotics.vlm.plugin.VCommanderBuilder
 
getActions() - Method in class com.embotics.vlm.plugin.VCommanderBuilder.VCommanderBuilderDescriptor
 
getAddress() - Method in class com.embotics.vlm.plugin.VCommanderConfig
 
getClientInfo() - Method in class com.embotics.vlm.rest.v30.client.VCommanderClient
 
getComponentIndex() - Method in class com.embotics.vlm.rest.v30.client.model.DeployedComponentInfo
 
getComponentName() - Method in class com.embotics.vlm.rest.v30.client.model.DeployedComponentInfo
 
getComponentType() - Method in class com.embotics.vlm.rest.v30.client.model.DeployedComponentInfo
 
getCredentialsId() - Method in class com.embotics.vlm.plugin.VCommanderConfig
 
getDefault(Long, long, long) - Static method in class com.embotics.vlm.plugin.actions.AbstractVCommanderAction
 
getDefaultRequestId() - Method in class com.embotics.vlm.plugin.actions.VCommanderWaitForRequestNewServiceAction.DescriptorImpl
 
getDefaultTaskId() - Method in class com.embotics.vlm.plugin.actions.VCommanderWaitForRunWorkflowAction.DescriptorImpl
 
getDescriptor() - Method in class com.embotics.vlm.plugin.actions.VCommanderRequestNewServiceAction
 
getDescriptor() - Method in class com.embotics.vlm.plugin.actions.VCommanderRunWorkflowAction
 
getDescriptor() - Method in class com.embotics.vlm.plugin.actions.VCommanderWaitForRequestNewServiceAction
 
getDescriptor() - Method in class com.embotics.vlm.plugin.actions.VCommanderWaitForRunWorkflowAction
 
getDisplayName() - Method in class com.embotics.vlm.plugin.actions.VCommanderRequestNewServiceAction.DescriptorImpl
 
getDisplayName() - Method in class com.embotics.vlm.plugin.actions.VCommanderRunWorkflowAction.DescriptorImpl
 
getDisplayName() - Method in class com.embotics.vlm.plugin.actions.VCommanderWaitForRequestNewServiceAction.DescriptorImpl
 
getDisplayName() - Method in class com.embotics.vlm.plugin.actions.VCommanderWaitForRunWorkflowAction.DescriptorImpl
 
getDisplayName() - Method in class com.embotics.vlm.plugin.VCommanderActionRunEnvironmentVariables
 
getDisplayName() - Method in class com.embotics.vlm.plugin.VCommanderBuilder.VCommanderBuilderDescriptor
 
getDisplayName() - Method in class com.embotics.vlm.plugin.VCommanderEnvironmentContributingAction
 
getEnvValue(String) - Method in class com.embotics.vlm.plugin.VCommanderActionRunEnvironmentVariables
 
getEnvValue(String) - Method in class com.embotics.vlm.plugin.VCommanderEnvironmentContributingAction
 
getIconFileName() - Method in class com.embotics.vlm.plugin.VCommanderActionRunEnvironmentVariables
 
getIconFileName() - Method in class com.embotics.vlm.plugin.VCommanderEnvironmentContributingAction
 
getLocalizedMessage() - Method in exception com.embotics.vlm.rest.v30.client.model.VCommanderException
 
getMessage() - Method in exception com.embotics.vlm.rest.v30.client.model.VCommanderException
 
getOrgName() - Method in class com.embotics.vlm.plugin.VCommanderConfig
 
getPayload(String) - Method in class com.embotics.vlm.plugin.actions.VCommanderRequestNewServiceAction.DescriptorImpl
Called from the jelly form, to retrieve the payload based on published service name
getPayload() - Method in class com.embotics.vlm.plugin.actions.VCommanderRequestNewServiceAction
 
getPolling() - Method in class com.embotics.vlm.plugin.actions.AbstractVCommanderAction
 
getPublishedService(String) - Method in class com.embotics.vlm.rest.v30.client.ServiceRequestsClient
Retrieve the Published service with the given name.
getPublishedService(String) - Method in class com.embotics.vlm.rest.v30.client.VCommanderClient
getPublishedServiceNameByPayload(String) - Method in class com.embotics.vlm.rest.v30.client.ServiceRequestsClient
Retrieve the Published service name for the given payload
getPublishedServiceNameByPayload(String) - Method in class com.embotics.vlm.rest.v30.client.VCommanderClient
getRequestId() - Method in class com.embotics.vlm.plugin.actions.VCommanderWaitForRequestNewServiceAction
 
getSecurityToken() - Method in class com.embotics.vlm.rest.v30.client.SessionsClient
Get a new security token The token can be used for subsequent calls This method can be used to validate basic-auth credential
getSecurityToken() - Method in class com.embotics.vlm.rest.v30.client.VCommanderClient
getServiceIndex() - Method in class com.embotics.vlm.rest.v30.client.model.DeployedComponentInfo
 
getServiceName() - Method in class com.embotics.vlm.plugin.actions.VCommanderRequestNewServiceAction
 
getServiceRequestPayload(Long) - Method in class com.embotics.vlm.rest.v30.client.ServiceRequestsClient
Retrieve the form required for a published service
getServiceRequestPayload(Long) - Method in class com.embotics.vlm.rest.v30.client.VCommanderClient
getSync() - Method in class com.embotics.vlm.plugin.actions.AbstractVCommanderAction
 
getTargetName() - Method in class com.embotics.vlm.plugin.actions.VCommanderRunWorkflowAction
 
getTargetType() - Method in class com.embotics.vlm.plugin.actions.VCommanderRunWorkflowAction
 
getTaskId() - Method in class com.embotics.vlm.plugin.actions.VCommanderWaitForRunWorkflowAction
 
getTimeout() - Method in class com.embotics.vlm.plugin.actions.AbstractVCommanderAction
 
getUrlName() - Method in class com.embotics.vlm.plugin.VCommanderActionRunEnvironmentVariables
 
getUrlName() - Method in class com.embotics.vlm.plugin.VCommanderEnvironmentContributingAction
 
getVars() - Method in class com.embotics.vlm.plugin.VCommanderActionRunEnvironmentVariables
 
getVCommanderClient() - Static method in class com.embotics.vlm.plugin.VCommanderConfig
Creates a vComamnder rest client based on the global configuration
getWorkflowDefinition(String) - Method in class com.embotics.vlm.rest.v30.client.VCommanderClient
getWorkflowDefinition(String) - Method in class com.embotics.vlm.rest.v30.client.WorkflowsClient
Retrieve the command workflow definition with the given name.
getWorkflowDefinitionTargetType(Long) - Method in class com.embotics.vlm.rest.v30.client.VCommanderClient
getWorkflowDefinitionTargetType(Long) - Method in class com.embotics.vlm.rest.v30.client.WorkflowsClient
Retrieve the command workflow target type for the specified workflow definition ID.
getWorkflowName() - Method in class com.embotics.vlm.plugin.actions.VCommanderRunWorkflowAction
 

I

isApplicable(Class<? extends AbstractProject>) - Method in class com.embotics.vlm.plugin.VCommanderBuilder.VCommanderBuilderDescriptor
 

M

Messages - Class in com.embotics.vlm.plugin
Generated localization support class.
Messages() - Constructor for class com.embotics.vlm.plugin.Messages
 
MINIMUM_POLLING_VALUE - Static variable in class com.embotics.vlm.plugin.actions.AbstractVCommanderAction
 
MINIMUM_TIMEOUT_VALUE - Static variable in class com.embotics.vlm.plugin.actions.AbstractVCommanderAction
 

N

newInstance(StaplerRequest, JSONObject) - Method in class com.embotics.vlm.plugin.VCommanderBuilder.VCommanderBuilderDescriptor
 

P

perform(Run<?, ?>, TaskListener) - Method in class com.embotics.vlm.plugin.actions.VCommanderRequestNewServiceAction
 
perform(Run<?, ?>, TaskListener) - Method in class com.embotics.vlm.plugin.actions.VCommanderRunWorkflowAction
 
perform(Run<?, ?>, TaskListener) - Method in class com.embotics.vlm.plugin.actions.VCommanderWaitForRequestNewServiceAction
 
perform(Run<?, ?>, TaskListener) - Method in class com.embotics.vlm.plugin.actions.VCommanderWaitForRunWorkflowAction
 
perform(Run<?, ?>, TaskListener) - Method in interface com.embotics.vlm.plugin.VCommanderAction
Perform the configured build step action
perform(Run<?, ?>, FilePath, Launcher, TaskListener) - Method in class com.embotics.vlm.plugin.VCommanderBuilder
 
PluginUtils - Class in com.embotics.vlm.plugin.actions
Utility class with helper methods for the Jenkins plugin
PluginUtils() - Constructor for class com.embotics.vlm.plugin.actions.PluginUtils
 

R

requestService(String) - Method in class com.embotics.vlm.rest.v30.client.ServiceRequestsClient
Request a new Service Request from vCommander passing in the payload.
requestService(String) - Method in class com.embotics.vlm.rest.v30.client.VCommanderClient
REST_FILTER - Static variable in class com.embotics.vlm.rest.v30.client.ClientUtils
 
runCommandWorkflow(Long, String, String) - Method in class com.embotics.vlm.rest.v30.client.VCommanderClient
runCommandWorkflow(Long, String, String) - Method in class com.embotics.vlm.rest.v30.client.WorkflowsClient
Run a Command Workflow in vCommander.

S

ServiceRequestsClient - Class in com.embotics.vlm.rest.v30.client
vCommander REST API Java client - for service requests
ServiceRequestsClient(WebResource) - Constructor for class com.embotics.vlm.rest.v30.client.ServiceRequestsClient
 
SessionsClient - Class in com.embotics.vlm.rest.v30.client
vCommander REST API Java client - for sessions
SessionsClient(WebResource, String, String, String) - Constructor for class com.embotics.vlm.rest.v30.client.SessionsClient
 
setAddress(String) - Method in class com.embotics.vlm.plugin.VCommanderConfig
 
setCredentialsId(String) - Method in class com.embotics.vlm.plugin.VCommanderConfig
 
setOrgName(String) - Method in class com.embotics.vlm.plugin.VCommanderConfig
 
setvCommanderClient(VCommanderClient) - Method in class com.embotics.vlm.plugin.VCommanderConfig
Inject a rest client Useful for unit testing

T

toString() - Method in class com.embotics.vlm.rest.v30.client.model.Comment
 

V

valueOf(String) - Static method in enum com.embotics.vlm.rest.v30.client.ClientUtils.RestFilterOperator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.embotics.vlm.rest.v30.client.model.WorkflowTargetType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.embotics.vlm.rest.v30.client.ClientUtils.RestFilterOperator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.embotics.vlm.rest.v30.client.model.WorkflowTargetType
Returns an array containing the constants of this enum type, in the order they are declared.
VCommanderAction - Interface in com.embotics.vlm.plugin
Interface to be implemented by all vCommander actions
VCommanderActionRunEnvironmentVariables - Class in com.embotics.vlm.plugin
Stores environmental variables that are scoped to a particular run.
VCommanderActionRunEnvironmentVariables() - Constructor for class com.embotics.vlm.plugin.VCommanderActionRunEnvironmentVariables
 
VCommanderBuilder - Class in com.embotics.vlm.plugin
vCommander Jenkins Build Step implementation The wrapper for all vCommander Actions
VCommanderBuilder(VCommanderAction) - Constructor for class com.embotics.vlm.plugin.VCommanderBuilder
 
VCommanderBuilder.VCommanderBuilderDescriptor - Class in com.embotics.vlm.plugin
 
VCommanderBuilder_displayName() - Static method in class com.embotics.vlm.plugin.Messages
Key VCommanderBuilder.displayName: Commander Services.
VCommanderBuilder_errors_invalidPolling() - Static method in class com.embotics.vlm.plugin.Messages
Key VCommanderBuilder.errors.invalidPolling: Polling interval must be shorter than the timeout period..
VCommanderBuilder_errors_missingPolling() - Static method in class com.embotics.vlm.plugin.Messages
Key VCommanderBuilder.errors.missingPolling: {@code Enter a number to specify a polling interval value.
VCommanderBuilder_errors_missingTimeout() - Static method in class com.embotics.vlm.plugin.Messages
Key VCommanderBuilder.errors.missingTimeout: Enter a positive number to specify a timeout period in minutes for the service request..
VCommanderBuilderDescriptor() - Constructor for class com.embotics.vlm.plugin.VCommanderBuilder.VCommanderBuilderDescriptor
 
VCommanderClient - Class in com.embotics.vlm.rest.v30.client
vCommander REST API Java client - connecting to REST API V3 Only methods relevant for the plugin are implemented Authentication is based on basic-auth
VCommanderClient(String, String, String, String) - Constructor for class com.embotics.vlm.rest.v30.client.VCommanderClient
 
VCommanderClient() - Constructor for class com.embotics.vlm.rest.v30.client.VCommanderClient
Used for Unit Testing
VCommanderConfig - Class in com.embotics.vlm.plugin
Global configuration for the VCommander plug-in, Shown on the Jenkins Configure System page.
VCommanderConfig() - Constructor for class com.embotics.vlm.plugin.VCommanderConfig
Constructor, initializes the fields from saved json data
VCommanderConfig_connection_failed(Object) - Static method in class com.embotics.vlm.plugin.Messages
Key VCommanderConfig.connection.failed: Error: {0}.
VCommanderConfig_connection_failedConnection() - Static method in class com.embotics.vlm.plugin.Messages
Key VCommanderConfig.connection.failedConnection: {@code Cannot connect to Commander.
VCommanderConfig_connection_failedNoCredential() - Static method in class com.embotics.vlm.plugin.Messages
Key VCommanderConfig.connection.failedNoCredential: {@code Cannot connect to Commander.
VCommanderConfig_connection_success() - Static method in class com.embotics.vlm.plugin.Messages
Key VCommanderConfig.connection.success: Success.
VCommanderConfig_errors_deletedCredential() - Static method in class com.embotics.vlm.plugin.Messages
Key VCommanderConfig.errors.deletedCredential: Specified credentials do not exists..
VCommanderConfig_errors_invalidCredentialDomain() - Static method in class com.embotics.vlm.plugin.Messages
Key VCommanderConfig.errors.invalidCredentialDomain: Specified credentials are not valid for the selected domain..
VCommanderConfig_errors_invalidCredentialType() - Static method in class com.embotics.vlm.plugin.Messages
Key VCommanderConfig.errors.invalidCredentialType: Specified credentials do not use a valid username/password type..
VCommanderConfig_errors_missingAddress() - Static method in class com.embotics.vlm.plugin.Messages
Key VCommanderConfig.errors.missingAddress: Provide the Commander service URL..
VCommanderConfig_errors_missingCredential() - Static method in class com.embotics.vlm.plugin.Messages
Key VCommanderConfig.errors.missingCredential: Specify the credentials to use..
VCommanderEnvironmentContributingAction - Class in com.embotics.vlm.plugin
Extension for Jenkins to inject Environment variables at runtime, which are visible for other build steps
VCommanderEnvironmentContributingAction() - Constructor for class com.embotics.vlm.plugin.VCommanderEnvironmentContributingAction
 
VCommanderEnvironmentContributor - Class in com.embotics.vlm.plugin
Jenkins will call this contributor when it's time to save environmental variables.
VCommanderEnvironmentContributor() - Constructor for class com.embotics.vlm.plugin.VCommanderEnvironmentContributor
 
VCommanderException - Exception in com.embotics.vlm.rest.v30.client.model
Exceptions class, thrown by the vCommander plugin
VCommanderException(String) - Constructor for exception com.embotics.vlm.rest.v30.client.model.VCommanderException
 
VCommanderException(String, Object...) - Constructor for exception com.embotics.vlm.rest.v30.client.model.VCommanderException
 
VCommanderException(Throwable, String) - Constructor for exception com.embotics.vlm.rest.v30.client.model.VCommanderException
 
VCommanderException(Throwable, String, Object...) - Constructor for exception com.embotics.vlm.rest.v30.client.model.VCommanderException
 
VCommanderRequestNewServiceAction - Class in com.embotics.vlm.plugin.actions
A vCommander Action, which submits a new service request
VCommanderRequestNewServiceAction(String, Boolean, Long, Long) - Constructor for class com.embotics.vlm.plugin.actions.VCommanderRequestNewServiceAction
 
VCommanderRequestNewServiceAction.DescriptorImpl - Class in com.embotics.vlm.plugin.actions
 
VCommanderRequestNewServiceAction_displayName() - Static method in class com.embotics.vlm.plugin.Messages
Key VCommanderRequestNewServiceAction.displayName: Request New Service.
VCommanderRequestNewServiceAction_errors_payloadFormat(Object) - Static method in class com.embotics.vlm.plugin.Messages
Key VCommanderRequestNewServiceAction.errors.payloadFormat: {@code Input must have valid JSON format.
VCommanderRunWorkflowAction - Class in com.embotics.vlm.plugin.actions
A vCommander Action, which triggers a command workflow
VCommanderRunWorkflowAction(String, String, String, Boolean, Long, Long) - Constructor for class com.embotics.vlm.plugin.actions.VCommanderRunWorkflowAction
 
VCommanderRunWorkflowAction.DescriptorImpl - Class in com.embotics.vlm.plugin.actions
 
VCommanderRunWorkflowAction_displayName() - Static method in class com.embotics.vlm.plugin.Messages
Key VCommanderRunWorkflowAction.displayName: Run Command Workflow.
VCommanderRunWorkflowAction_errors_targetNameInvalid(Object) - Static method in class com.embotics.vlm.plugin.Messages
Key VCommanderRunWorkflowAction.errors.targetNameInvalid: The target name must be empty when using target type: "{0}"..
VCommanderRunWorkflowAction_errors_targetTypeDoNotMatch(Object, Object) - Static method in class com.embotics.vlm.plugin.Messages
Key VCommanderRunWorkflowAction.errors.targetTypeDoNotMatch: The specified target type: "{0}" is not valid for the selected workflow.
VCommanderRunWorkflowAction_errors_targetTypeInvalid(Object) - Static method in class com.embotics.vlm.plugin.Messages
Key VCommanderRunWorkflowAction.errors.targetTypeInvalid: The specified target type: "{0}" is not valid..
VCommanderRunWorkflowAction_targetType_ALL() - Static method in class com.embotics.vlm.plugin.Messages
Key VCommanderRunWorkflowAction.targetType.ALL: any valid type.
VCommanderWaitForRequestNewServiceAction - Class in com.embotics.vlm.plugin.actions
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
VCommanderWaitForRequestNewServiceAction(String, Long, Long) - Constructor for class com.embotics.vlm.plugin.actions.VCommanderWaitForRequestNewServiceAction
 
VCommanderWaitForRequestNewServiceAction.DescriptorImpl - Class in com.embotics.vlm.plugin.actions
 
VCommanderWaitForRequestNewServiceAction_DisplayName() - Static method in class com.embotics.vlm.plugin.Messages
Key VCommanderWaitForRequestNewServiceAction.DisplayName: Wait For Service Request Completion.
VCommanderWaitForRequestNewServiceAction_errors_requestId() - Static method in class com.embotics.vlm.plugin.Messages
Key VCommanderWaitForRequestNewServiceAction.errors.requestId: {@code Request ID is missing.
VCommanderWaitForRunWorkflowAction - Class in com.embotics.vlm.plugin.actions
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
VCommanderWaitForRunWorkflowAction(String, Long, Long) - Constructor for class com.embotics.vlm.plugin.actions.VCommanderWaitForRunWorkflowAction
 
VCommanderWaitForRunWorkflowAction.DescriptorImpl - Class in com.embotics.vlm.plugin.actions
 
VCommanderWaitForRunWorkflowAction_DisplayName() - Static method in class com.embotics.vlm.plugin.Messages
Key VCommanderWaitForRunWorkflowAction.DisplayName: Wait For Command Workflow Completion.
VCommanderWaitForRunWorkflowAction_errors_taskId() - Static method in class com.embotics.vlm.plugin.Messages
Key VCommanderWaitForRunWorkflowAction.errors.taskId: {@code Task ID is missing.

W

waitForServiceRequestToBeCompleted(Long, long, long, PrintStream) - Method in class com.embotics.vlm.rest.v30.client.ServiceRequestsClient
Waits until the service request is successfully deployed.
waitForServiceRequestToBeCompleted(Long, long, long, PrintStream) - Method in class com.embotics.vlm.rest.v30.client.VCommanderClient
waitForWorkflowToBeCompleted(String, long, long, PrintStream) - Method in class com.embotics.vlm.rest.v30.client.VCommanderClient
waitForWorkflowToBeCompleted(String, long, long, PrintStream) - Method in class com.embotics.vlm.rest.v30.client.WorkflowsClient
Waits until the workflow is completed or failed.
WORKFLOW_TYPE_FOR_ANY_INVENTORY_TYPE - Static variable in enum com.embotics.vlm.rest.v30.client.model.WorkflowTargetType
 
WorkflowsClient - Class in com.embotics.vlm.rest.v30.client
vCommander REST API Java client - for workflows
WorkflowsClient(WebResource) - Constructor for class com.embotics.vlm.rest.v30.client.WorkflowsClient
 
WorkflowTargetType - Enum in com.embotics.vlm.rest.v30.client.model
A list of workflow target types It is used by the run command workflow functionality

_

_VCommanderBuilder_displayName() - Static method in class com.embotics.vlm.plugin.Messages
Key VCommanderBuilder.displayName: Commander Services.
_VCommanderBuilder_errors_invalidPolling() - Static method in class com.embotics.vlm.plugin.Messages
Key VCommanderBuilder.errors.invalidPolling: Polling interval must be shorter than the timeout period..
_VCommanderBuilder_errors_missingPolling() - Static method in class com.embotics.vlm.plugin.Messages
Key VCommanderBuilder.errors.missingPolling: {@code Enter a number to specify a polling interval value.
_VCommanderBuilder_errors_missingTimeout() - Static method in class com.embotics.vlm.plugin.Messages
Key VCommanderBuilder.errors.missingTimeout: Enter a positive number to specify a timeout period in minutes for the service request..
_VCommanderConfig_connection_failed(Object) - Static method in class com.embotics.vlm.plugin.Messages
Key VCommanderConfig.connection.failed: Error: {0}.
_VCommanderConfig_connection_failedConnection() - Static method in class com.embotics.vlm.plugin.Messages
Key VCommanderConfig.connection.failedConnection: {@code Cannot connect to Commander.
_VCommanderConfig_connection_failedNoCredential() - Static method in class com.embotics.vlm.plugin.Messages
Key VCommanderConfig.connection.failedNoCredential: {@code Cannot connect to Commander.
_VCommanderConfig_connection_success() - Static method in class com.embotics.vlm.plugin.Messages
Key VCommanderConfig.connection.success: Success.
_VCommanderConfig_errors_deletedCredential() - Static method in class com.embotics.vlm.plugin.Messages
Key VCommanderConfig.errors.deletedCredential: Specified credentials do not exists..
_VCommanderConfig_errors_invalidCredentialDomain() - Static method in class com.embotics.vlm.plugin.Messages
Key VCommanderConfig.errors.invalidCredentialDomain: Specified credentials are not valid for the selected domain..
_VCommanderConfig_errors_invalidCredentialType() - Static method in class com.embotics.vlm.plugin.Messages
Key VCommanderConfig.errors.invalidCredentialType: Specified credentials do not use a valid username/password type..
_VCommanderConfig_errors_missingAddress() - Static method in class com.embotics.vlm.plugin.Messages
Key VCommanderConfig.errors.missingAddress: Provide the Commander service URL..
_VCommanderConfig_errors_missingCredential() - Static method in class com.embotics.vlm.plugin.Messages
Key VCommanderConfig.errors.missingCredential: Specify the credentials to use..
_VCommanderRequestNewServiceAction_displayName() - Static method in class com.embotics.vlm.plugin.Messages
Key VCommanderRequestNewServiceAction.displayName: Request New Service.
_VCommanderRequestNewServiceAction_errors_payloadFormat(Object) - Static method in class com.embotics.vlm.plugin.Messages
Key VCommanderRequestNewServiceAction.errors.payloadFormat: {@code Input must have valid JSON format.
_VCommanderRunWorkflowAction_displayName() - Static method in class com.embotics.vlm.plugin.Messages
Key VCommanderRunWorkflowAction.displayName: Run Command Workflow.
_VCommanderRunWorkflowAction_errors_targetNameInvalid(Object) - Static method in class com.embotics.vlm.plugin.Messages
Key VCommanderRunWorkflowAction.errors.targetNameInvalid: The target name must be empty when using target type: "{0}"..
_VCommanderRunWorkflowAction_errors_targetTypeDoNotMatch(Object, Object) - Static method in class com.embotics.vlm.plugin.Messages
Key VCommanderRunWorkflowAction.errors.targetTypeDoNotMatch: The specified target type: "{0}" is not valid for the selected workflow.
_VCommanderRunWorkflowAction_errors_targetTypeInvalid(Object) - Static method in class com.embotics.vlm.plugin.Messages
Key VCommanderRunWorkflowAction.errors.targetTypeInvalid: The specified target type: "{0}" is not valid..
_VCommanderRunWorkflowAction_targetType_ALL() - Static method in class com.embotics.vlm.plugin.Messages
Key VCommanderRunWorkflowAction.targetType.ALL: any valid type.
_VCommanderWaitForRequestNewServiceAction_DisplayName() - Static method in class com.embotics.vlm.plugin.Messages
Key VCommanderWaitForRequestNewServiceAction.DisplayName: Wait For Service Request Completion.
_VCommanderWaitForRequestNewServiceAction_errors_requestId() - Static method in class com.embotics.vlm.plugin.Messages
Key VCommanderWaitForRequestNewServiceAction.errors.requestId: {@code Request ID is missing.
_VCommanderWaitForRunWorkflowAction_DisplayName() - Static method in class com.embotics.vlm.plugin.Messages
Key VCommanderWaitForRunWorkflowAction.DisplayName: Wait For Command Workflow Completion.
_VCommanderWaitForRunWorkflowAction_errors_taskId() - Static method in class com.embotics.vlm.plugin.Messages
Key VCommanderWaitForRunWorkflowAction.errors.taskId: {@code Task ID is missing.
A B C D E G I M N P R S T V W _ 
Skip navigation links

Copyright © 2016–2021. All rights reserved.