- 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
- 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.
- _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.