- getAllInstanceProperties() - Method in class flexagon.fd.core.utils.ContextObjectPropertyUtil
-
Returns the list of all FlexDeploy instance-scoped properties from the workflow execution context.
- getAllProperties() - Method in class flexagon.fd.core.utils.ContextObjectPropertyUtil
-
Returns the list of FlexDeploy properties defined within the FlexDeploy context.
- getArtifactsDirectory() - Method in class flexagon.fd.core.workflow.WorkflowExecutionContext
-
Returns the artifacts directory of the target endpoint, which is used to store artifacts produced or consumed by plugin operations.
- getBaseInstallDirectory() - Method in class flexagon.fd.core.workflow.WorkflowExecutionContext
-
The base install directory is the directory defined by the "Base Working Directory" on the target endpoint.
- getBaseWorkingDirectory() - Method in class flexagon.fd.core.workflow.WorkflowExecutionContext
-
Returns the base working directory of the target endpoint.
- getBooleanCurrentInstancePropertyValue(String) - Method in class flexagon.fd.core.plugin.AbstractPluginProvider
-
Returns the value of a environment instance property as a Boolean for the given property name within the current instance.
- getBooleanCurrentInstancePropertyValueOrDefault(String, Boolean) - Method in class flexagon.fd.core.plugin.AbstractPluginProvider
-
Returns the value of a environment instance property as a Boolean for the given property name within the current instance.
- getBooleanInput(String) - Method in class flexagon.fd.core.plugin.AbstractPluginProvider
-
Returns the value of the given input as a Boolean.
- getBooleanInputOrDefault(String, Boolean) - Method in class flexagon.fd.core.plugin.AbstractPluginProvider
-
Returns the value of the given input as a Boolean.
- getBooleanInstancePropertyValue(String, String) - Method in class flexagon.fd.core.plugin.AbstractPluginProvider
-
Returns the value of a environment instance property as a Boolean for the given instance code and property name.
- getBooleanInstancePropertyValueOrDefault(String, String, Boolean) - Method in class flexagon.fd.core.plugin.AbstractPluginProvider
-
Returns the value of a environment instance property as a Boolean for the given instance code and property name.
- getBooleanProjectPropertyValue(String) - Method in class flexagon.fd.core.plugin.AbstractPluginProvider
-
Returns the value of a project property as a Boolean for the given name.
- getBooleanProjectPropertyValueOrDefault(String, Boolean) - Method in class flexagon.fd.core.plugin.AbstractPluginProvider
-
Returns the value of a project property as a Boolean for the given name.
- getCode() - Method in class flexagon.fd.core.Environment
-
Returns this environment's code name
- getCode() - Method in class flexagon.fd.core.Instance
-
Returns this instance's code name
- getCode() - Method in exception flexagon.ff.common.core.exceptions.FlexCheckedException
-
Returns the exception code.
- getCommands() - Method in class flexagon.ff.common.core.externalprocess.ExternalProcess
-
Returns the list of commands to execute for this external process.
- getCurrentInstanceProperties(boolean) - Method in class flexagon.fd.core.utils.ContextObjectPropertyUtil
-
Returns the list of properties defined within the current instance of the workflow execution context.
- getDataType() - Method in class flexagon.fd.core.PropertyValue
-
The data type of this property value
- getDoubleCurrentInstancePropertyValue(String) - Method in class flexagon.fd.core.plugin.AbstractPluginProvider
-
Returns the value of a environment instance property as a Double for the given property name within the current instance.
- getDoubleCurrentInstancePropertyValueOrDefault(String, Double) - Method in class flexagon.fd.core.plugin.AbstractPluginProvider
-
Returns the value of a environment instance property as a Double for the given property name within the current instance.
- getDoubleInput(String) - Method in class flexagon.fd.core.plugin.AbstractPluginProvider
-
Returns the value of the given input as a Double.
- getDoubleInputOrDefault(String, Double) - Method in class flexagon.fd.core.plugin.AbstractPluginProvider
-
Returns the value of the given input as a Double.
- getDoubleInstancePropertyValue(String, String) - Method in class flexagon.fd.core.plugin.AbstractPluginProvider
-
Returns the value of a environment instance property as a Double for the given instance code and property name.
- getDoubleInstancePropertyValueOrDefault(String, String, Double) - Method in class flexagon.fd.core.plugin.AbstractPluginProvider
-
Returns the value of a environment instance property as a Double for the given instance code and property name.
- getDoubleProjectPropertyValue(String) - Method in class flexagon.fd.core.plugin.AbstractPluginProvider
-
Returns the value of a project property as a Double for the given name.
- getDoubleProjectPropertyValueOrDefault(String, Double) - Method in class flexagon.fd.core.plugin.AbstractPluginProvider
-
Returns the value of a project property as a Double for the given name.
- getEndpointKeyNames() - Static method in class flexagon.fd.core.ExecutionContextConstants
-
- getEnvironment() - Method in class flexagon.fd.core.workflow.WorkflowExecutionContext
-
Returns the target environment which the current workflow is executing in
- getEnvironmentID() - Method in class flexagon.fd.core.Environment
-
Returns this environment's internal id
- getExecutionContextKeyNames() - Static method in class flexagon.fd.core.ExecutionContextConstants
-
Method returns all the Source related Execution Constants with the
default sequence number as 1.
- getHumanReadableName(Project.ProjectWFTypeEnum) - Static method in enum flexagon.fd.core.Project.ProjectWFTypeEnum
-
- getInput(String) - Method in class flexagon.fd.core.workflow.WorkflowExecutionContext
-
Returns the input with the given name as an Object.
- getInputMap() - Method in class flexagon.fd.core.workflow.WorkflowExecutionContext
-
Returns the inputs for the current workflow execution
- getInputs() - Method in class flexagon.fd.core.utils.ContextObjectPropertyUtil
-
Returns the list of inputs within the workflow execution context for the current plugin execution.
- getInstallPluginsDirectory() - Method in class flexagon.fd.core.workflow.WorkflowExecutionContext
-
Returns the plugin installation directory on the target endpoint.
- getInstallPluginsDirectory(String, String) - Method in class flexagon.fd.core.workflow.WorkflowExecutionContext
-
Returns the plugin installation sub-directory for the given plugin name and plugin version.
- getInstance() - Method in class flexagon.fd.core.workflow.WorkflowExecutionContext
-
Returns the target instance which the current workflow is executing on
- getInstanceID() - Method in class flexagon.fd.core.Instance
-
Returns this instance's internal id
- getInstancePropertyMap() - Method in class flexagon.fd.core.Properties
-
Returns a Map of environment instance scoped properties (for all instances).
- getIntegerCurrentInstancePropertyValue(String) - Method in class flexagon.fd.core.plugin.AbstractPluginProvider
-
Returns the value of a environment instance property as an Integer for the given property name within the current instance.
- getIntegerCurrentInstancePropertyValueOrDefault(String, Integer) - Method in class flexagon.fd.core.plugin.AbstractPluginProvider
-
Returns the value of a environment instance property as an Integer for the given property name within the current instance.
- getIntegerInput(String) - Method in class flexagon.fd.core.plugin.AbstractPluginProvider
-
Returns the value of the given input as an Integer.
- getIntegerInputOrDefault(String, Integer) - Method in class flexagon.fd.core.plugin.AbstractPluginProvider
-
Returns the value of the given input as an Integer.
- getIntegerInstancePropertyValue(String, String) - Method in class flexagon.fd.core.plugin.AbstractPluginProvider
-
Returns the value of a environment instance property as an Integer for the given instance code and property name.
- getIntegerInstancePropertyValueOrDefault(String, String, Integer) - Method in class flexagon.fd.core.plugin.AbstractPluginProvider
-
Returns the value of a environment instance property as an Integer for the given instance code and property name.
- getIntegerProjectPropertyValue(String) - Method in class flexagon.fd.core.plugin.AbstractPluginProvider
-
Returns the value of a project property as an Integer for the given name.
- getIntegerProjectPropertyValueOrDefault(String, Integer) - Method in class flexagon.fd.core.plugin.AbstractPluginProvider
-
Returns the value of a project property as an Integer for the given name.
- getInternalDirectory() - Method in class flexagon.fd.core.workflow.WorkflowExecutionContext
-
Returns the internal directory of the target endpoint, which is used to store temporary files generated by the plugin execution lifecycle and its plugins.
- getKey() - Method in class flexagon.fd.core.utils.PropertyObjectValue
-
Returns the String key
- getKey() - Method in class flexagon.ff.common.core.externalprocess.EnvironmentKeyValue
-
Returns the environment variable key
- getLastEndPoint() - Method in class flexagon.fd.core.workflow.WorkflowExecutionContext
-
INTERNAL USE ONLY
- getLogger(String) - Static method in class flexagon.ff.common.core.logging.FlexLogger
-
- getLongCurrentInstancePropertyValue(String) - Method in class flexagon.fd.core.plugin.AbstractPluginProvider
-
Returns the value of a environment instance property as a Long for the given property name within the current instance.
- getLongCurrentInstancePropertyValueOrDefault(String, Long) - Method in class flexagon.fd.core.plugin.AbstractPluginProvider
-
Returns the value of a environment instance property as a Long for the given property name within the current instance.
- getLongInput(String) - Method in class flexagon.fd.core.plugin.AbstractPluginProvider
-
Returns the value of the given input as a Long.
- getLongInputOrDefault(String, Long) - Method in class flexagon.fd.core.plugin.AbstractPluginProvider
-
Returns the value of the given input as a Long.
- getLongInstancePropertyValue(String, String) - Method in class flexagon.fd.core.plugin.AbstractPluginProvider
-
Returns the value of a environment instance property as a Long for the given instance code and property name.
- getLongInstancePropertyValueOrDefault(String, String, Long) - Method in class flexagon.fd.core.plugin.AbstractPluginProvider
-
Returns the value of a environment instance property as a Long for the given instance code and property name.
- getLongProjectPropertyValue(String) - Method in class flexagon.fd.core.plugin.AbstractPluginProvider
-
Returns the value of a project property as a Long for the given name.
- getLongProjectPropertyValueOrDefault(String, Long) - Method in class flexagon.fd.core.plugin.AbstractPluginProvider
-
Returns the value of a project property as a Long for the given name.
- getMessage() - Method in exception flexagon.ff.common.core.exceptions.FlexCheckedException
-
- getMetaDataProperties() - Method in class flexagon.fd.core.utils.ContextObjectPropertyUtil
-
Returns a list of FlexDeploy defined properties containing information related to the workflow execution context.
- getName() - Method in class flexagon.fd.core.Environment
-
Returns this environment's display name
- getName() - Method in class flexagon.fd.core.Instance
-
Returns this instance's display name
- getName() - Method in class flexagon.fd.core.Project
-
Returns the project name
- getObjectResultsDirectory() - Method in class flexagon.fd.core.workflow.WorkflowExecutionContext
-
Returns the object results directory of the target endpoint, which is used to store results produced by partial deployment plugin operations.
- getOrginatingWorkflowExecutionId() - Method in class flexagon.fd.core.workflow.WorkflowExecutionContext
-
Returns the workflow execution id of the current execution.
- getOutputMap() - Method in class flexagon.fd.core.workflow.WorkflowExecutionContext
-
Returns the map of Outputs.
- getOutputs() - Method in class flexagon.fd.core.plugin.PluginResult
-
- getPackageObjects() - Method in class flexagon.fd.core.workflow.WorkflowExecutionContext
-
INTERNAL USE ONLY
- getPlainMessage() - Method in exception flexagon.ff.common.core.exceptions.FlexCheckedException
-
Returns error message without exception code.
- getPluginExecutionId() - Method in class flexagon.fd.core.workflow.WorkflowExecutionContext
-
Returns the plugin execution id
- getPrintableCommands() - Method in class flexagon.ff.common.core.externalprocess.ExternalProcess
-
Returns the list of commands appropriate for printing.
- getPrintablePropertyValue(String) - Method in class flexagon.fd.core.workflow.WorkflowExecutionContext
-
Returns a project property value suitable for printing, in that encrypted values are masked.
- getPrintablePropertyValue(String, String) - Method in class flexagon.fd.core.workflow.WorkflowExecutionContext
-
Returns an environment instance property value for the given instance which is suitable for printing, in that encrypted values are masked.
- getProcess() - Method in class flexagon.ff.common.core.externalprocess.ExternalProcess
-
Returns the Process command which is encapsulated by this ExternalProcess command.
- getProcessError() - Method in class flexagon.ff.common.core.externalprocess.ExternalProcess
-
The trapped standard error logs as a List of Strings
- getProcessOutput() - Method in class flexagon.ff.common.core.externalprocess.ExternalProcess
-
The trapped standard out logs as a List of Strings
- getProject() - Method in class flexagon.fd.core.workflow.WorkflowExecutionContext
-
Returns the project which the current workflow execution is for
- getProjectId() - Method in class flexagon.fd.core.Project
-
Returns the project's internal primary key id
- getProjectProperties() - Method in class flexagon.fd.core.utils.ContextObjectPropertyUtil
-
Returns the list of project-scoped properties from within the workflow execution context.
- getProjectSourcesDirectory() - Method in class flexagon.fd.core.workflow.WorkflowExecutionContext
-
INTERNAL USE ONLY
- getProjectType() - Method in class flexagon.fd.core.Project
-
Returns the project type ("EBS" or "GENERAL").
- getProjectWorkflowType() - Method in class flexagon.fd.core.workflow.WorkflowExecutionContext
-
Returns the workflow type of the currently executing workflow
- getProperties() - Method in class flexagon.fd.core.workflow.WorkflowExecutionContext
-
Returns the properties for the current workflow execution
- getPropertyMap() - Method in class flexagon.fd.core.Properties
-
Returns a Map of project-scoped properties for the current execution
- getPropertyValue(String) - Method in class flexagon.fd.core.Properties
-
Returns a property value for the project-scoped property identified by the given property key.
- getPropertyValue(String, String) - Method in class flexagon.fd.core.Properties
-
Returns a property value for the environment instance scoped property identified by the given instance code and property key.
- getPropertyValue(String) - Method in class flexagon.fd.core.workflow.WorkflowExecutionContext
-
Returns a project property value.
- getPropertyValue(String, String) - Method in class flexagon.fd.core.workflow.WorkflowExecutionContext
-
Returns an environment property value for the given instance.
- getPropertyValueObject(String, String) - Method in class flexagon.fd.core.Properties
-
Returns a PropertyValue object for the environment instance scoped property identified by the given instance code and property key.
- getPropertyValueOrDefault(String, Object) - Method in class flexagon.fd.core.workflow.WorkflowExecutionContext
-
Returns a project property value.
- getPropertyValueOrDefault(String, String, Object) - Method in class flexagon.fd.core.workflow.WorkflowExecutionContext
-
Returns an environment instance property value.
- getReplacementKey() - Method in class flexagon.fd.core.utils.PropertyReplacementContext.KeyValue
-
Returns the replacement key
- getReplacementKeyValues() - Method in class flexagon.fd.core.utils.PropertyReplacementContext
-
Returns the available replacement key/values available within this context.
- getReportsDirectory() - Method in class flexagon.fd.core.workflow.WorkflowExecutionContext
-
Returns the reports directory of the target endpoint.
- getReturnCode() - Method in class flexagon.ff.common.core.externalprocess.ExternalProcess
-
Returns the return code from the external process execution.
- getSCMType() - Method in class flexagon.fd.core.Project
-
Returns the SCM type for this project
- getStringCurrentInstancePropertyValue(String) - Method in class flexagon.fd.core.plugin.AbstractPluginProvider
-
Returns the value of a environment instance property as an String for the given property name within the current instance.
- getStringCurrentInstancePropertyValueOrDefault(String, String) - Method in class flexagon.fd.core.plugin.AbstractPluginProvider
-
Returns the value of a environment instance property as an String for the given property name within the current instance.
- getStringInput(String) - Method in class flexagon.fd.core.plugin.AbstractPluginProvider
-
Returns the value of the given input as a String.
- getStringInputOrDefault(String, String) - Method in class flexagon.fd.core.plugin.AbstractPluginProvider
-
Returns the value of the given input as a String.
- getStringInstancePropertyValue(String, String) - Method in class flexagon.fd.core.plugin.AbstractPluginProvider
-
Returns the value of a environment instance property as an Object for the given instance code and property name.
- getStringInstancePropertyValueOrDefault(String, String, String) - Method in class flexagon.fd.core.plugin.AbstractPluginProvider
-
Returns the value of a environment instance property as a String for the given instance code and property name.
- getStringProjectPropertyValue(String) - Method in class flexagon.fd.core.plugin.AbstractPluginProvider
-
Returns the value of a project property as a String for the given name.
- getStringProjectPropertyValueOrDefault(String, String) - Method in class flexagon.fd.core.plugin.AbstractPluginProvider
-
Returns the value of a project property as a String for the given name.
- getTempDirectory() - Method in class flexagon.fd.core.workflow.WorkflowExecutionContext
-
Returns the temp directory of the target endpoint, which is used to store temporary files generated by the plugin executions.
- getTestResultsDirectory() - Method in class flexagon.fd.core.workflow.WorkflowExecutionContext
-
Returns the test results directory of the target endpoint, which is used to store test results produced by test plugin operations.
- getTimeout() - Method in class flexagon.ff.common.core.externalprocess.ExternalProcess
-
Returns the configured timeout in milliseconds.
- getTransferDirectory() - Method in class flexagon.fd.core.workflow.WorkflowExecutionContext
-
Returns the transfer directory of the target endpoint, which used for sharing files between plugin operations within a single workflow.
- getUpdatedPropertyMap() - Method in class flexagon.fd.core.Properties
-
INTERNAL USE ONLY
- getValue() - Method in class flexagon.fd.core.PropertyValue
-
Returns the embedded value from this PropertyValue.
- getValue() - Method in class flexagon.fd.core.utils.PropertyObjectValue
-
Returns the value as an Object
- getValue() - Method in class flexagon.fd.core.utils.PropertyReplacementContext.KeyValue
-
Returns the String value
- getValue() - Method in class flexagon.ff.common.core.externalprocess.EnvironmentKeyValue
-
Returns the environment variable value
- getWorkDir() - Method in class flexagon.ff.common.core.externalprocess.ExternalProcess
-
Returns the working directory for the external process execution.
- getWorkflowExecutionContext() - Method in class flexagon.fd.core.plugin.AbstractPluginProvider
-
Returns the WorkflowExecutionContext for the current plugin operation execution.
- getWorkflowExecutionContext() - Method in class flexagon.fd.core.utils.ContextObjectPropertyUtil
-
Returns the workflow execution context for this utility instance.
- getWorkflowExecutionId() - Method in class flexagon.fd.core.workflow.WorkflowExecutionContext
-
Returns the id of the current workflow execution
- getWorkflowRequestId() - Method in class flexagon.fd.core.workflow.WorkflowExecutionContext
-
Returns the workflow request id of the current execution.
- getWorkingDirectory() - Method in class flexagon.fd.core.workflow.WorkflowExecutionContext
-
Returns the working directory of the target endpoint.
- GIT_BRANCH - Static variable in class flexagon.fd.core.ExecutionContextConstants
-
- GIT_CHECKOUT_FOLDER - Static variable in class flexagon.fd.core.ExecutionContextConstants
-
- GIT_INSTANCE - Static variable in class flexagon.fd.core.ExecutionContextConstants
-
- GIT_REVISION - Static variable in class flexagon.fd.core.ExecutionContextConstants
-
- GIT_SPARSE_CHECKOUT_FOLDERS - Static variable in class flexagon.fd.core.ExecutionContextConstants
-
- GIT_TAG - Static variable in class flexagon.fd.core.ExecutionContextConstants
-