- generateArtifactZipFile(List<PackageObject>) - Method in class flexagon.fd.core.plugin.AbstractPartialDeployPluginProvider
-
Subclass can implement how to create artifact zip file.
- generateZIPArtifact(List<PackageObject>) - Method in class flexagon.fd.core.plugin.FlexBuildArtifacts
-
Utility for Partial Deployments.
- getAllInstanceProperties() - Method in class flexagon.fd.core.utils.ContextObjectPropertyUtil
-
Returns the list of all FlexDeploy instance-scoped properties from the workflow execution
context.
- getAllInstanceProperties() - Method in class flexagon.fd.core.utils.ContextPropertyUtil
-
- getAllProperties() - Method in class flexagon.fd.core.utils.ContextObjectPropertyUtil
-
Returns the list of FlexDeploy properties defined within the FlexDeploy context.
- getAllProperties() - Method in class flexagon.fd.core.utils.ContextPropertyUtil
-
- getArtifactsDirectory() - Method in class flexagon.fd.core.plugin.BasePluginExecutionContext
-
- 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.
- getAttribute(String) - Method in class flexagon.fd.core.partial.pojo.ProjectObject
-
- getAttributeAsBoolean(String) - Method in class flexagon.fd.core.partial.pojo.ProjectObject
-
- getAttributeAsDouble(String) - Method in class flexagon.fd.core.partial.pojo.ProjectObject
-
- getAttributeAsInteger(String) - Method in class flexagon.fd.core.partial.pojo.ProjectObject
-
- getAttributeAsString(String) - Method in class flexagon.fd.core.partial.pojo.ProjectObject
-
- getAttributes() - Method in class flexagon.fd.core.partial.pojo.ProjectObject
-
- getAvgResponseTime() - Method in class flexagon.fd.core.testing.jaxb.TestCase
-
Gets the value of the avgResponseTime property.
- getBackupsDirectory() - Method in class flexagon.fd.core.workflow.WorkflowExecutionContext
-
Returns the backups directory of the target endpoint, which is used to store backup artifacts
produced or consumed by plugin operations.
- getBaseDirectory() - Method in class flexagon.fd.core.endpoint.EndPointInput
-
- 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 target property as a Boolean for the given property name within the
current target group.
- getBooleanCurrentInstancePropertyValue(String) - Method in class flexagon.fd.core.plugin.BasePluginExecutionContext
-
- getBooleanCurrentInstancePropertyValueOrDefault(String, Boolean) - Method in class flexagon.fd.core.plugin.AbstractPluginProvider
-
Returns the value of a target property as a Boolean for the given property name within the
current target group.
- getBooleanCurrentInstancePropertyValueOrDefault(String, Boolean) - Method in class flexagon.fd.core.plugin.BasePluginExecutionContext
-
- getBooleanInput(String) - Method in class flexagon.fd.core.plugin.AbstractPluginProvider
-
Returns the value of the given input as a Boolean.
- getBooleanInput(String) - Method in class flexagon.fd.core.plugin.BasePluginExecutionContext
-
inputs are always expected to be filled in, so default anyway here.
- getBooleanInputOrDefault(String, Boolean) - 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.BasePluginExecutionContext
-
if input not provided, which most likely won't happen then use default.
- getBooleanInstancePropertyValue(String, String) - Method in class flexagon.fd.core.plugin.AbstractPluginProvider
-
Returns the value of a target property as a Boolean for the given target group code and
property name.
- getBooleanInstancePropertyValue(String, String) - Method in class flexagon.fd.core.plugin.BasePluginExecutionContext
-
- getBooleanInstancePropertyValueOrDefault(String, String, Boolean) - Method in class flexagon.fd.core.plugin.AbstractPluginProvider
-
Returns the value of a target property as a Boolean for the given target group code and
property name.
- getBooleanInstancePropertyValueOrDefault(String, String, Boolean) - Method in class flexagon.fd.core.plugin.BasePluginExecutionContext
-
- getBooleanProjectPropertyValue(String) - Method in class flexagon.fd.core.plugin.AbstractPluginProvider
-
Returns the value of a project property as a Boolean for the given name.
- getBooleanProjectPropertyValue(String) - Method in class flexagon.fd.core.plugin.BasePluginExecutionContext
-
- 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.
- getBooleanProjectPropertyValueOrDefault(String, Boolean) - Method in class flexagon.fd.core.plugin.BasePluginExecutionContext
-
- getBuildDate() - Method in class flexagon.fd.core.plugin.PluginExecutionInput
-
- getBuildObject() - Method in class flexagon.fd.core.partial.jaxb.build.BuildManifest
-
Gets the value of the buildObject property.
- getCode() - Method in class flexagon.fd.core.Environment
-
Returns this environment's code name
- getCode() - Method in class flexagon.fd.core.Instance
-
Returns this target group's code name
- getColor() - Method in enum flexagon.fd.core.testing.TestRunStatus
-
- getCommitDate() - Method in class flexagon.fd.core.ScmCommit
-
- getCommitId() - Method in class flexagon.fd.core.ScmCommit
-
- getCommitMessage() - Method in class flexagon.fd.core.ScmCommit
-
- getCommits() - Method in class flexagon.fd.core.workflow.WorkflowExecutionContext
-
Returns commits included in current execution.
- getCommitterEmail() - Method in class flexagon.fd.core.ScmCommit
-
- getCommitUser() - Method in class flexagon.fd.core.ScmCommit
-
- getConnectionType() - Method in class flexagon.fd.core.endpoint.EndPointInput
-
- getConsumesArtifacts() - Method in class flexagon.fd.core.plugin.PluginContext
-
- getContext() - Method in class flexagon.fd.core.plugin.FlexBuildArtifacts
-
- getCriticalCount() - Method in class flexagon.fd.core.scanning.jaxb.ScanResult
-
Gets the value of the criticalCount property.
- getCurrentInstance() - Method in class flexagon.fd.core.plugin.BasePluginExecutionContext
-
- 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.
- getCurrentInstanceProperties(boolean) - Method in class flexagon.fd.core.utils.ContextPropertyUtil
-
- getCurrentInstanceProperties(boolean, boolean) - Method in class flexagon.fd.core.utils.ContextPropertyUtil
-
- getCurrentInstancePropertyValue(String) - Method in class flexagon.fd.core.plugin.BasePluginExecutionContext
-
current target property value
- getCurrentInstancePropertyValueOrDefault(String, Object) - Method in class flexagon.fd.core.plugin.BasePluginExecutionContext
-
current target property value or default if null
- getDataType() - Method in class flexagon.fd.core.PropertyDefinition
-
- getDataType() - Method in class flexagon.fd.core.PropertyValue
-
The data type of this property value
- getDebugValue() - Method in class flexagon.fd.core.PropertyValue
-
- getDefaultValue() - Method in enum flexagon.fd.core.enums.DataTypeEnum
-
Can be useful where we need to default for specific data type.
- getDeployObject() - Method in class flexagon.fd.core.partial.jaxb.deploy.DeployResults
-
Gets the value of the deployObject property.
- getDeployObjects() - Method in class flexagon.fd.core.partial.pojo.DeployResult
-
- getDeployResultsMap() - Method in class flexagon.fd.core.plugin.PluginObjectResults
-
- getDescription() - Method in class flexagon.fd.core.endpoint.EndPointInput
-
- getDescription() - Method in enum flexagon.fd.core.enums.containers.ImageScanEnum
-
- getDescription() - Method in enum flexagon.fd.core.enums.ProjectClassificationEnum
-
- getDescription() - Method in class flexagon.fd.core.ITSIssue
-
- getDescription() - Method in class flexagon.fd.core.testing.jaxb.TestResult
-
Gets the value of the description property.
- getDestructive() - Method in class flexagon.fd.core.partial.pojo.PackageObject
-
- getDisableHostnameVerification() - Method in class flexagon.fd.core.endpoint.EndPointInput
-
- getDisplayName() - Method in enum flexagon.fd.core.enums.containers.ImageScanEnum
-
- getDisplayName() - Method in enum flexagon.fd.core.enums.ProjectClassificationEnum
-
- getDisplayName() - Method in enum flexagon.fd.core.Project.ProjectWFTypeEnum
-
- getDisplayName() - Method in class flexagon.fd.core.PropertyDefinition
-
- getDocumentBuilderFactory() - Static method in class flexagon.fd.core.utils.FlexXMLFactory
-
- getDoubleCurrentInstancePropertyValue(String) - Method in class flexagon.fd.core.plugin.AbstractPluginProvider
-
Returns the value of a target property as a Double for the given property name within the
current target group.
- getDoubleCurrentInstancePropertyValue(String) - Method in class flexagon.fd.core.plugin.BasePluginExecutionContext
-
- getDoubleCurrentInstancePropertyValueOrDefault(String, Double) - Method in class flexagon.fd.core.plugin.AbstractPluginProvider
-
Returns the value of a target property as a Double for the given property name within the
current target group.
- getDoubleCurrentInstancePropertyValueOrDefault(String, Double) - Method in class flexagon.fd.core.plugin.BasePluginExecutionContext
-
- getDoubleInput(String) - Method in class flexagon.fd.core.plugin.AbstractPluginProvider
-
Returns the value of the given input as a Double.
- getDoubleInput(String) - Method in class flexagon.fd.core.plugin.BasePluginExecutionContext
-
- getDoubleInputOrDefault(String, Double) - 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.BasePluginExecutionContext
-
- getDoubleInstancePropertyValue(String, String) - Method in class flexagon.fd.core.plugin.AbstractPluginProvider
-
Returns the value of a target property as a Double for the given target group code and property
name.
- getDoubleInstancePropertyValue(String, String) - Method in class flexagon.fd.core.plugin.BasePluginExecutionContext
-
- getDoubleInstancePropertyValueOrDefault(String, String, Double) - Method in class flexagon.fd.core.plugin.AbstractPluginProvider
-
Returns the value of a target property as a Double for the given target group code and property
name.
- getDoubleInstancePropertyValueOrDefault(String, String, Double) - Method in class flexagon.fd.core.plugin.BasePluginExecutionContext
-
- getDoubleProjectPropertyValue(String) - Method in class flexagon.fd.core.plugin.AbstractPluginProvider
-
Returns the value of a project property as a Double for the given name.
- getDoubleProjectPropertyValue(String) - Method in class flexagon.fd.core.plugin.BasePluginExecutionContext
-
- 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.
- getDoubleProjectPropertyValueOrDefault(String, Double) - Method in class flexagon.fd.core.plugin.BasePluginExecutionContext
-
- getDuration() - Method in class flexagon.fd.core.testing.jaxb.TestCase
-
Gets the value of the duration property.
- getEndPoint() - Method in class flexagon.fd.core.plugin.PluginExecutionInput
-
- getEndPointExecutionContext() - Method in class flexagon.fd.core.plugin.PluginContext
-
- getEndPointExecutionType() - Method in class flexagon.fd.core.plugin.EndPointExecutionContext
-
- getEndPointId() - Method in class flexagon.fd.core.endpoint.EndPointInput
-
- getEndPointId() - Method in class flexagon.fd.core.plugin.PluginLogKey
-
- getEndpointKeyNames() - Static method in class flexagon.fd.core.ExecutionContextConstants
-
- getEndpointResourceTypes() - Method in class flexagon.fd.core.plugin.PluginExecutionInput
-
- getEndPointSelectionContext() - Method in class flexagon.fd.core.plugin.PluginContext
-
- getEndPointSelectionType() - Method in class flexagon.fd.core.plugin.EndPointSelectionContext
-
- getEndpointSourceScript() - Method in class flexagon.fd.core.endpoint.EndPointInput
-
- getEndTime() - Method in class flexagon.fd.core.partial.jaxb.deploy.DeployObject
-
Gets the value of the endTime property.
- getEndTime() - Method in class flexagon.fd.core.partial.jaxb.deploy.DeployResults
-
Gets the value of the endTime property.
- getEndTime() - Method in class flexagon.fd.core.partial.pojo.DeployObjectResult
-
- getEndTime() - Method in class flexagon.fd.core.partial.pojo.DeployResult
-
- getEndTime() - Method in class flexagon.fd.core.scanning.jaxb.ScanResult
-
Gets the value of the endTime property.
- getEndTime() - Method in class flexagon.fd.core.testing.jaxb.TestResult
-
Gets the value of the endTime property.
- 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.
- getExecutionContextKeyNames(boolean) - Static method in class flexagon.fd.core.ExecutionContextConstants
-
- getExecutionCount() - Method in class flexagon.fd.core.testing.jaxb.TestCase
-
Gets the value of the executionCount property.
- getExtScanDetailId() - Method in class flexagon.fd.core.scanning.jaxb.ScanDetail
-
Gets the value of the extScanDetailId property.
- getFile(String, String) - Method in class flexagon.fd.core.plugin.FlexBuildArtifacts
-
- getFromPackageObjectId() - Method in class flexagon.fd.core.partial.pojo.PackageObject
-
- getFullName() - Method in class flexagon.fd.core.plugin.FlexFilePath
-
- getFullVersion() - Method in class flexagon.fd.core.plugin.PluginExecutionInput
-
- getHighCount() - Method in class flexagon.fd.core.scanning.jaxb.ScanResult
-
Gets the value of the highCount property.
- getHostAddress() - Method in class flexagon.fd.core.endpoint.EndPointInput
-
- getHumanReadableName(Project.ProjectWFTypeEnum) - Static method in enum flexagon.fd.core.Project.ProjectWFTypeEnum
-
- getIcon() - Method in enum flexagon.fd.core.testing.TestRunStatus
-
- getImageName() - Method in class flexagon.fd.core.plugin.PluginExecutionInput
-
- 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.
- getInputs() - Method in class flexagon.fd.core.utils.ContextPropertyUtil
-
- getInstallPluginsDirectory(String, String) - Method in class flexagon.fd.core.workflow.MockWorkflowExecutionContext
-
- 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(String) - Static method in enum flexagon.fd.core.enums.DataTypeEnum
-
- getInstance(Boolean, String, Boolean) - Static method in enum flexagon.fd.core.enums.ProjectClassificationEnum
-
- getInstance() - Static method in class flexagon.fd.core.utils.SerializationUtil
-
- 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
- getInstanceId() - Method in class flexagon.fd.core.ITSIssue
-
- getInstanceId() - Method in class flexagon.fd.core.ScmCommit
-
- getInstanceProperties(String, boolean) - Method in class flexagon.fd.core.utils.ContextObjectPropertyUtil
-
- getInstanceProperties(String, boolean) - Method in class flexagon.fd.core.utils.ContextPropertyUtil
-
- getInstanceProperties(String, boolean, boolean) - Method in class flexagon.fd.core.utils.ContextPropertyUtil
-
- getInstancePropertyMap() - Method in class flexagon.fd.core.Properties
-
Returns a Map of Target scoped properties (for all instances).
- getInstancePropertyValue(String, String) - Method in class flexagon.fd.core.plugin.BasePluginExecutionContext
-
instance property value
- getInstancePropertyValueOrDefault(String, String, Object) - Method in class flexagon.fd.core.plugin.BasePluginExecutionContext
-
instance property value or default if null
- getIntegerCurrentInstancePropertyValue(String) - Method in class flexagon.fd.core.plugin.AbstractPluginProvider
-
Returns the value of a target property as an Integer for the given property name within the
current target group.
- getIntegerCurrentInstancePropertyValue(String) - Method in class flexagon.fd.core.plugin.BasePluginExecutionContext
-
- getIntegerCurrentInstancePropertyValueOrDefault(String, Integer) - Method in class flexagon.fd.core.plugin.AbstractPluginProvider
-
Returns the value of a target property as an Integer for the given property name within the
current target group.
- getIntegerCurrentInstancePropertyValueOrDefault(String, Integer) - Method in class flexagon.fd.core.plugin.BasePluginExecutionContext
-
- getIntegerInput(String) - Method in class flexagon.fd.core.plugin.AbstractPluginProvider
-
Returns the value of the given input as an Integer.
- getIntegerInput(String) - Method in class flexagon.fd.core.plugin.BasePluginExecutionContext
-
- getIntegerInputOrDefault(String, Integer) - 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.BasePluginExecutionContext
-
- getIntegerInstancePropertyValue(String, String) - Method in class flexagon.fd.core.plugin.AbstractPluginProvider
-
Returns the value of a target property as an Integer for the given target group code and
property name.
- getIntegerInstancePropertyValue(String, String) - Method in class flexagon.fd.core.plugin.BasePluginExecutionContext
-
- getIntegerInstancePropertyValueOrDefault(String, String, Integer) - Method in class flexagon.fd.core.plugin.AbstractPluginProvider
-
Returns the value of a target property as an Integer for the given target group code and
property name.
- getIntegerInstancePropertyValueOrDefault(String, String, Integer) - Method in class flexagon.fd.core.plugin.BasePluginExecutionContext
-
- getIntegerProjectPropertyValue(String) - Method in class flexagon.fd.core.plugin.AbstractPluginProvider
-
Returns the value of a project property as an Integer for the given name.
- getIntegerProjectPropertyValue(String) - Method in class flexagon.fd.core.plugin.BasePluginExecutionContext
-
- 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.
- getIntegerProjectPropertyValueOrDefault(String, Integer) - Method in class flexagon.fd.core.plugin.BasePluginExecutionContext
-
- getInternalDirectory() - Method in class flexagon.fd.core.plugin.BasePluginExecutionContext
-
- getInternalDirectory() - Method in class flexagon.fd.core.plugin.ExternalPluginServer
-
- getInternalDirectory() - Method in class flexagon.fd.core.plugin.ExternalPluginServerWorker
-
- 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.
- getIssueId() - Method in class flexagon.fd.core.ITSIssue
-
- getIssueNumber() - Method in class flexagon.fd.core.ITSIssue
-
- getIssues() - Method in class flexagon.fd.core.workflow.WorkflowExecutionContext
-
Returns all Issues included in the current execution.
- getJavaHome() - Method in class flexagon.fd.core.endpoint.EndPointInput
-
- getKey() - Method in class flexagon.fd.core.utils.PropertyObjectValue
-
Returns the String key
- getLastEndPoint() - Method in class flexagon.fd.core.workflow.WorkflowExecutionContext
-
INTERNAL USE ONLY
- getLongCurrentInstancePropertyValue(String) - Method in class flexagon.fd.core.plugin.AbstractPluginProvider
-
Returns the value of a target property as a Long for the given property name within the current
target group.
- getLongCurrentInstancePropertyValue(String) - Method in class flexagon.fd.core.plugin.BasePluginExecutionContext
-
- getLongCurrentInstancePropertyValueOrDefault(String, Long) - Method in class flexagon.fd.core.plugin.AbstractPluginProvider
-
Returns the value of a target property as a Long for the given property name within the current
target group.
- getLongCurrentInstancePropertyValueOrDefault(String, Long) - Method in class flexagon.fd.core.plugin.BasePluginExecutionContext
-
- getLongInput(String) - Method in class flexagon.fd.core.plugin.AbstractPluginProvider
-
Returns the value of the given input as a Long.
- getLongInput(String) - Method in class flexagon.fd.core.plugin.BasePluginExecutionContext
-
- getLongInputOrDefault(String, Long) - 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.BasePluginExecutionContext
-
- getLongInstancePropertyValue(String, String) - Method in class flexagon.fd.core.plugin.AbstractPluginProvider
-
Returns the value of a target property as a Long for the given target group code and property
name.
- getLongInstancePropertyValue(String, String) - Method in class flexagon.fd.core.plugin.BasePluginExecutionContext
-
- getLongInstancePropertyValueOrDefault(String, String, Long) - Method in class flexagon.fd.core.plugin.AbstractPluginProvider
-
Returns the value of a target property as a Long for the given target group code and property
name.
- getLongInstancePropertyValueOrDefault(String, String, Long) - Method in class flexagon.fd.core.plugin.BasePluginExecutionContext
-
- getLongProjectPropertyValue(String) - Method in class flexagon.fd.core.plugin.AbstractPluginProvider
-
Returns the value of a project property as a Long for the given name.
- getLongProjectPropertyValue(String) - Method in class flexagon.fd.core.plugin.BasePluginExecutionContext
-
- 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.
- getLongProjectPropertyValueOrDefault(String, Long) - Method in class flexagon.fd.core.plugin.BasePluginExecutionContext
-
- getLowCount() - Method in class flexagon.fd.core.scanning.jaxb.ScanResult
-
Gets the value of the lowCount property.
- getMainInstance() - Method in class flexagon.fd.core.workflow.WorkflowExecutionContext
-
INTERNAL USE ONLY
- getMaxConcurrent() - Method in class flexagon.fd.core.endpoint.EndPointInput
-
- getMaxResponseTime() - Method in class flexagon.fd.core.testing.jaxb.TestCase
-
Gets the value of the maxResponseTime property.
- getMediumCount() - Method in class flexagon.fd.core.scanning.jaxb.ScanResult
-
Gets the value of the mediumCount property.
- getMessage() - Method in class flexagon.fd.core.scanning.jaxb.ScanDetail
-
Gets the value of the message property.
- getMessage() - Method in class flexagon.fd.core.testing.jaxb.TestCase
-
Gets the value of the message property.
- getMetaDataProperties() - Method in class flexagon.fd.core.utils.ContextObjectPropertyUtil
-
Returns a list of FlexDeploy defined properties containing information related to the workflow
execution context.
- getMetaDataProperties() - Method in class flexagon.fd.core.utils.ContextPropertyUtil
-
- getMinResponseTime() - Method in class flexagon.fd.core.testing.jaxb.TestCase
-
Gets the value of the minResponseTime property.
- getName() - Method in class flexagon.fd.core.endpoint.EndPointInput
-
- getName() - Method in class flexagon.fd.core.Environment
-
Returns this environment's display name
- getName() - Method in class flexagon.fd.core.Instance
-
Returns this target group's display name
- getName() - Method in class flexagon.fd.core.Project
-
Returns the project name
- getName() - Method in class flexagon.fd.core.testing.jaxb.TestCase
-
Gets the value of the name property.
- getObjectHash() - Method in class flexagon.fd.core.partial.jaxb.build.BuildObject
-
Gets the value of the objectHash property.
- getObjectHash() - Method in class flexagon.fd.core.partial.jaxb.build.Object
-
Gets the value of the objectHash property.
- getObjectHash() - Method in class flexagon.fd.core.partial.pojo.PackageObject
-
- getObjectPath() - Method in class flexagon.fd.core.partial.jaxb.build.BuildObject
-
Gets the value of the objectPath property.
- getObjectPath() - Method in class flexagon.fd.core.partial.jaxb.build.Object
-
Gets the value of the objectPath property.
- getObjectPath() - Method in class flexagon.fd.core.partial.jaxb.deploy.DeployObject
-
Gets the value of the objectPath property.
- getObjectPath() - Method in class flexagon.fd.core.partial.pojo.ProjectObject
-
- 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.
- getObjectTypeCode() - Method in class flexagon.fd.core.partial.jaxb.build.BuildObject
-
Gets the value of the objectTypeCode property.
- getObjectTypeCode() - Method in class flexagon.fd.core.partial.jaxb.build.Object
-
Gets the value of the objectTypeCode property.
- getObjectTypeCode() - Method in class flexagon.fd.core.partial.jaxb.deploy.DeployObject
-
Gets the value of the objectTypeCode property.
- getObjectTypeCode() - Method in class flexagon.fd.core.partial.pojo.ProjectObject
-
- getOperatingSystemType() - Method in class flexagon.fd.core.endpoint.EndPointInput
-
- getOrginatingWorkflowExecutionId() - Method in class flexagon.fd.core.workflow.WorkflowExecutionContext
-
Returns the workflow execution id of the current execution.
- getOutput() - Method in class flexagon.fd.core.testing.jaxb.TestCase
-
Gets the value of the output property.
- getOutputMap() - Method in class flexagon.fd.core.workflow.WorkflowExecutionContext
-
Returns the map of Outputs.
- getOutputs() - Method in class flexagon.fd.core.plugin.PluginResult
-
- getPackageObjectId() - Method in class flexagon.fd.core.partial.jaxb.build.BuildObject
-
Gets the value of the packageObjectId property.
- getPackageObjectId() - Method in class flexagon.fd.core.partial.jaxb.build.Object
-
Gets the value of the packageObjectId property.
- getPackageObjectId() - Method in class flexagon.fd.core.partial.jaxb.deploy.DeployObject
-
Gets the value of the packageObjectId property.
- getPackageObjectId() - Method in class flexagon.fd.core.partial.pojo.DeployObjectResult
-
- getPackageObjectId() - Method in class flexagon.fd.core.partial.pojo.PackageObject
-
- getPackageObjects() - Method in class flexagon.fd.core.workflow.WorkflowExecutionContext
-
INTERNAL USE ONLY
- getPassPhrase() - Method in class flexagon.fd.core.endpoint.EndPointInput
-
- getPassphraseCredentialId() - Method in class flexagon.fd.core.endpoint.EndPointInput
-
- getPassword() - Method in class flexagon.fd.core.endpoint.EndPointInput
-
- getPasswordCredentialId() - Method in class flexagon.fd.core.endpoint.EndPointInput
-
- getPluginConcurrentThreads() - Method in class flexagon.fd.core.plugin.PluginExecutionInput
-
- getPluginContext() - Method in class flexagon.fd.core.plugin.PluginExecutionInput
-
- getPluginExecutionid() - Method in class flexagon.fd.core.plugin.PluginLogKey
-
- getPluginExecutionId() - Method in class flexagon.fd.core.workflow.WorkflowExecutionContext
-
Returns the plugin execution id
- getPluginName() - Method in class flexagon.fd.core.plugin.PluginExecutionInput
-
- getPluginOperation() - Method in class flexagon.fd.core.plugin.PluginExecutionInput
-
- getPluginProvider() - Method in class flexagon.fd.core.plugin.PluginProxy
-
- getPluginProxy() - Method in class flexagon.fd.core.plugin.ExternalPluginServerWorker
-
- getPluginTarget() - Method in class flexagon.fd.core.plugin.ExternalPluginServer
-
- getPluginTarget() - Method in class flexagon.fd.core.plugin.ExternalPluginServerWorker
-
- getPluginTarget() - Method in class flexagon.fd.core.plugin.PluginExecutionInput
-
- getPluginType() - Method in class flexagon.fd.core.plugin.PluginExecutionInput
-
- getPluginVersion() - Method in class flexagon.fd.core.plugin.PluginExecutionInput
-
- getPort() - Method in class flexagon.fd.core.endpoint.EndPointInput
-
- 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 Target property value for the given instance which is suitable for
printing, in that encrypted values are masked.
- getPrivateKey() - Method in class flexagon.fd.core.endpoint.EndPointInput
-
- getPrivilegeEscalation() - Method in class flexagon.fd.core.endpoint.EndPointInput
-
- getPrivilegeEscalationSyntax() - Method in class flexagon.fd.core.endpoint.EndPointInput
-
- getProducesArtifacts() - Method in class flexagon.fd.core.plugin.PluginContext
-
- 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
- getProjectObject() - Method in class flexagon.fd.core.partial.pojo.PackageObject
-
- getProjectObjectId() - Method in class flexagon.fd.core.partial.jaxb.deploy.DeployObject
-
Gets the value of the projectObjectId property.
- getProjectObjectId() - Method in class flexagon.fd.core.partial.pojo.DeployObjectResult
-
- getProjectObjectId() - Method in class flexagon.fd.core.partial.pojo.ProjectObject
-
- getProjectProperties() - Method in class flexagon.fd.core.utils.ContextObjectPropertyUtil
-
Returns the list of project-scoped properties from within the workflow execution context.
- getProjectProperties() - Method in class flexagon.fd.core.utils.ContextPropertyUtil
-
- getProjectProperties(boolean) - Method in class flexagon.fd.core.utils.ContextPropertyUtil
-
Returns the list of project-scoped properties from within the workflow execution context.
- getProjectPropertyValue(String) - Method in class flexagon.fd.core.plugin.BasePluginExecutionContext
-
project or project version property value.
- getProjectPropertyValueOrDefault(String, Object) - Method in class flexagon.fd.core.plugin.BasePluginExecutionContext
-
project or project version property value or default if null
- 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").
- getProjectVersionId() - Method in class flexagon.fd.core.partial.pojo.PackageObject
-
- getProperties() - Method in class flexagon.fd.core.workflow.WorkflowExecutionContext
-
Returns the properties for the current workflow execution
- getPropertyDefinitions() - Method in class flexagon.fd.core.workflow.WorkflowExecutionContext
-
- getPropertyKeyDefinitionId() - Method in class flexagon.fd.core.PropertyDefinition
-
- getPropertyKeyName() - Method in class flexagon.fd.core.PropertyDefinition
-
- getPropertyMap() - Method in class flexagon.fd.core.Properties
-
Returns a Map of project-scoped properties for the current execution
- getPropertyScope() - Method in class flexagon.fd.core.PropertyDefinition
-
- 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 Target 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 Target 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 Target 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.plugin.BasePluginExecutionContext
-
- getReportsDirectory() - Method in class flexagon.fd.core.workflow.WorkflowExecutionContext
-
Returns the reports directory of the target endpoint.
- getResource() - Method in class flexagon.fd.core.plugin.EndPointSelectionContext
-
- getRevision() - Method in class flexagon.fd.core.ScmCommit
-
- getRunAsUserName() - Method in class flexagon.fd.core.endpoint.EndPointInput
-
- getSafePartialPathForFileSystem() - Method in class flexagon.fd.core.partial.pojo.ProjectObject
-
This method is used in context to Source or Temp directory to find
physical path to the file.
- getScanComponent() - Method in class flexagon.fd.core.scanning.jaxb.ScanDetail
-
Gets the value of the scanComponent property.
- getScanDetail() - Method in class flexagon.fd.core.scanning.jaxb.ScanDetails
-
Gets the value of the scanDetail property.
- getScanDetails() - Method in class flexagon.fd.core.scanning.jaxb.ScanResult
-
Gets the value of the scanDetails property.
- getScanId() - Method in class flexagon.fd.core.scanning.jaxb.ScanResult
-
Gets the value of the scanId property.
- getScanResultsDirectory() - Method in class flexagon.fd.core.plugin.BasePluginExecutionContext
-
- getScanResultsDirectory() - Method in class flexagon.fd.core.workflow.WorkflowExecutionContext
-
Returns the scan results directory of the target endpoint, which is used to store test results
produced by scan plugin operations.
- getScanRule() - Method in class flexagon.fd.core.scanning.jaxb.ScanDetail
-
Gets the value of the scanRule property.
- getScanRuleSet() - Method in class flexagon.fd.core.scanning.jaxb.ScanDetail
-
Gets the value of the scanRuleSet property.
- getScanRuleUrl() - Method in class flexagon.fd.core.scanning.jaxb.ScanDetail
-
Gets the value of the scanRuleUrl property.
- getScanStatus() - Method in class flexagon.fd.core.scanning.jaxb.ScanResult
-
Gets the value of the scanStatus property.
- getScanUrl() - Method in class flexagon.fd.core.scanning.jaxb.ScanResult
-
Gets the value of the scanUrl property.
- getSchemaFactory() - Static method in class flexagon.fd.core.utils.FlexXMLFactory
-
- getSCMRevision() - Method in class flexagon.fd.core.partial.pojo.PackageObject
-
- getSCMType() - Method in class flexagon.fd.core.Project
-
Returns the SCM type for this project
- getSequenceNumber() - Method in class flexagon.fd.core.partial.pojo.PackageObject
-
- getSequenceNumber() - Method in class flexagon.fd.core.partial.pojo.ProjectObject
-
- getSeverity() - Method in class flexagon.fd.core.scanning.jaxb.ScanDetail
-
Gets the value of the severity property.
- getSourceDirectories() - Method in class flexagon.fd.core.plugin.FlexBuildArtifacts
-
- getStartTime() - Method in class flexagon.fd.core.partial.jaxb.deploy.DeployObject
-
Gets the value of the startTime property.
- getStartTime() - Method in class flexagon.fd.core.partial.jaxb.deploy.DeployResults
-
Gets the value of the startTime property.
- getStartTime() - Method in class flexagon.fd.core.partial.pojo.DeployObjectResult
-
- getStartTime() - Method in class flexagon.fd.core.partial.pojo.DeployResult
-
- getStartTime() - Method in class flexagon.fd.core.scanning.jaxb.ScanResult
-
Gets the value of the startTime property.
- getStartTime() - Method in class flexagon.fd.core.testing.jaxb.TestResult
-
Gets the value of the startTime property.
- getStatus() - Method in class flexagon.fd.core.partial.jaxb.deploy.DeployObject
-
Gets the value of the status property.
- getStatus() - Method in class flexagon.fd.core.partial.pojo.DeployObjectResult
-
- getStatus() - Method in class flexagon.fd.core.testing.jaxb.TestCase
-
Gets the value of the status property.
- getStopOnError() - Method in class flexagon.fd.core.plugin.AbstractPartialDeployPluginProvider
-
Subclass can implement if they want to stop on error or not.
- getStringCurrentInstancePropertyValue(String) - Method in class flexagon.fd.core.plugin.AbstractPluginProvider
-
Returns the value of a target property as a String for the given property name within the
current target group.
- getStringCurrentInstancePropertyValue(String) - Method in class flexagon.fd.core.plugin.BasePluginExecutionContext
-
- getStringCurrentInstancePropertyValueOrDefault(String, String) - Method in class flexagon.fd.core.plugin.AbstractPluginProvider
-
Returns the value of a target property as a String for the given property name within the
current target group.
- getStringCurrentInstancePropertyValueOrDefault(String, String) - Method in class flexagon.fd.core.plugin.BasePluginExecutionContext
-
- getStringInput(String) - Method in class flexagon.fd.core.plugin.AbstractPluginProvider
-
Returns the value of the given input as a String.
- getStringInput(String) - Method in class flexagon.fd.core.plugin.BasePluginExecutionContext
-
- getStringInputOrDefault(String, 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.BasePluginExecutionContext
-
- getStringInstancePropertyValue(String, String) - Method in class flexagon.fd.core.plugin.AbstractPluginProvider
-
Returns the value of a target property as an Object for the given target group code and
property name.
- getStringInstancePropertyValue(String, String) - Method in class flexagon.fd.core.plugin.BasePluginExecutionContext
-
- getStringInstancePropertyValueOrDefault(String, String, String) - Method in class flexagon.fd.core.plugin.AbstractPluginProvider
-
Returns the value of a target property as a String for the given target group code and property
name.
- getStringInstancePropertyValueOrDefault(String, String, String) - Method in class flexagon.fd.core.plugin.BasePluginExecutionContext
-
- getStringProjectPropertyValue(String) - Method in class flexagon.fd.core.plugin.AbstractPluginProvider
-
Returns the value of a project property as a String for the given name.
- getStringProjectPropertyValue(String) - Method in class flexagon.fd.core.plugin.BasePluginExecutionContext
-
- 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.
- getStringProjectPropertyValueOrDefault(String, String) - Method in class flexagon.fd.core.plugin.BasePluginExecutionContext
-
- getSubcomponentName() - Method in class flexagon.fd.core.partial.jaxb.build.BuildObject
-
Gets the value of the subcomponentName property.
- getSubcomponentName() - Method in class flexagon.fd.core.partial.jaxb.deploy.DeployObject
-
Gets the value of the subcomponentName property.
- getSubcomponentName() - Method in class flexagon.fd.core.partial.pojo.ProjectObject
-
- getSubcomponentType() - Method in class flexagon.fd.core.partial.jaxb.build.BuildObject
-
Gets the value of the subcomponentType property.
- getSubcomponentType() - Method in class flexagon.fd.core.partial.jaxb.deploy.DeployObject
-
Gets the value of the subcomponentType property.
- getSubcomponentType() - Method in class flexagon.fd.core.partial.pojo.ProjectObject
-
- getSubDataType() - Method in class flexagon.fd.core.PropertyDefinition
-
- getSubType() - Method in class flexagon.fd.core.scanning.jaxb.ScanResult
-
Gets the value of the subType property.
- getSysEnvProperties() - Method in class flexagon.fd.core.utils.ContextPropertyUtil
-
- getTarget() - Method in class flexagon.fd.core.plugin.PluginProxy
-
- getTargetDirectory() - Method in class flexagon.fd.core.plugin.FlexBuildArtifacts
-
- getTargetGroupId() - Method in class flexagon.fd.core.Instance
-
Returns this target group's internal id
- getTempDirectory() - Method in class flexagon.fd.core.plugin.BasePluginExecutionContext
-
- 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.
- getTestCases() - Method in class flexagon.fd.core.testing.jaxb.TestResult
-
Gets the value of the testCases property.
- getTestResults() - Method in class flexagon.fd.core.testing.jaxb.TestSuiteResults
-
Gets the value of the testResults property.
- getTestResultsDirectory() - Method in class flexagon.fd.core.plugin.BasePluginExecutionContext
-
- 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.
- getTestSuiteName() - Method in class flexagon.fd.core.testing.jaxb.TestResult
-
Gets the value of the testSuiteName property.
- getThrottlePercentage() - Method in class flexagon.fd.core.plugin.EndPointExecutionContext
-
- getToolName() - Method in class flexagon.fd.core.testing.jaxb.TestResult
-
Gets the value of the toolName property.
- getTransferDirectory() - Method in class flexagon.fd.core.plugin.BasePluginExecutionContext
-
- 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.
- getTransferProtocol() - Method in class flexagon.fd.core.endpoint.EndPointInput
-
- getTransformerFactory() - Static method in class flexagon.fd.core.utils.FlexXMLFactory
-
- getType() - Method in class flexagon.fd.core.scanning.jaxb.ScanResult
-
Gets the value of the type property.
- getTypeSequenceNumber() - Method in class flexagon.fd.core.partial.pojo.ProjectObject
-
- getUpdatedPropertyMap() - Method in class flexagon.fd.core.Properties
-
INTERNAL USE ONLY
- getUserName() - Method in class flexagon.fd.core.endpoint.EndPointInput
-
- 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
- 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.plugin.BasePluginExecutionContext
-
- getWorkflowExecutionContext() - Method in class flexagon.fd.core.plugin.PluginExecutionInput
-
- getWorkflowExecutionContext() - Method in class flexagon.fd.core.plugin.PluginProxy
-
- getWorkflowExecutionContext() - Method in class flexagon.fd.core.utils.ContextObjectPropertyUtil
-
Returns the workflow execution context for this utility instance.
- getWorkflowExecutionContext() - Method in class flexagon.fd.core.utils.ContextPropertyUtil
-
Returns the workflow execution context for this utility instance.
- getWorkflowExecutionId() - Method in class flexagon.fd.core.plugin.BasePluginExecutionContext
-
- getWorkflowExecutionId() - Method in class flexagon.fd.core.workflow.WorkflowExecutionContext
-
Returns the id of the current workflow execution
- getWorkflowExecutionState() - Method in class flexagon.fd.core.workflow.WorkflowExecutionContext
-
INTERNAL USE ONLY - this method will return null on Plugins
- getWorkflowRequestId() - Method in class flexagon.fd.core.workflow.WorkflowExecutionContext
-
Returns the workflow request id of the current execution.
- getWorkflowType() - Method in class flexagon.fd.core.workflow.WorkflowExecutionContext
-
Returns the workflow type name
- getWorkingDirectory() - Method in class flexagon.fd.core.plugin.BasePluginExecutionContext
-
- getWorkingDirectory() - Method in class flexagon.fd.core.workflow.WorkflowExecutionContext
-
Returns the working directory of the target endpoint.
- getZipFileName() - Method in class flexagon.fd.core.plugin.FlexBuildArtifacts
-
- 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
-
- GROOVY_KEY_PREFIX_EVENT_FILTER - Static variable in class flexagon.fd.core.FlexDeployConstants
-
- GROOVY_KEY_PREFIX_EVENT_SCRIPT - Static variable in class flexagon.fd.core.FlexDeployConstants
-
- GROOVY_KEY_PREFIX_WEBHOOK_FUNCTION - Static variable in class flexagon.fd.core.FlexDeployConstants
-
- GROOVY_KEY_PREFIX_WEBHOOK_PROVIDER - Static variable in class flexagon.fd.core.FlexDeployConstants
-
- saveReplacementsArtifacts() - Method in class flexagon.fd.core.plugin.PluginProxy
-
Saves fdreplacements folder of source checkout folder(s) to artifacts directory.
- saveTestArtifacts() - Method in class flexagon.fd.core.plugin.PluginProxy
-
Saves fdtests folder of source checkout folder(s) to artifacts directory.
- SCAN_DETAIL_CRITICAL_SEVERITY - Static variable in class flexagon.fd.core.FlexDeployConstants
-
- SCAN_DETAIL_HIGH_SEVERITY - Static variable in class flexagon.fd.core.FlexDeployConstants
-
- SCAN_DETAIL_LOW_SEVERITY - Static variable in class flexagon.fd.core.FlexDeployConstants
-
- SCAN_DETAIL_MEDIUM_SEVERITY - Static variable in class flexagon.fd.core.FlexDeployConstants
-
- SCAN_RESULTS_SUBDIRECTORY - Static variable in class flexagon.fd.core.FlexDeployConstants
-
- SCAN_STATUS_FAILED - Static variable in class flexagon.fd.core.FlexDeployConstants
-
- SCAN_STATUS_RUNNING - Static variable in class flexagon.fd.core.FlexDeployConstants
-
- SCAN_STATUS_SUCCESS - Static variable in class flexagon.fd.core.FlexDeployConstants
-
- scanComponent - Variable in class flexagon.fd.core.scanning.jaxb.ScanDetail
-
- ScanDetail - Class in flexagon.fd.core.scanning.jaxb
-
Java class for ScanDetail complex type.
- ScanDetail() - Constructor for class flexagon.fd.core.scanning.jaxb.ScanDetail
-
- scanDetail - Variable in class flexagon.fd.core.scanning.jaxb.ScanDetails
-
- ScanDetails - Class in flexagon.fd.core.scanning.jaxb
-
Java class for ScanDetails complex type.
- ScanDetails() - Constructor for class flexagon.fd.core.scanning.jaxb.ScanDetails
-
- scanDetails - Variable in class flexagon.fd.core.scanning.jaxb.ScanResult
-
- scanId - Variable in class flexagon.fd.core.scanning.jaxb.ScanResult
-
- ScanResult - Class in flexagon.fd.core.scanning.jaxb
-
Java class for anonymous complex type.
- ScanResult() - Constructor for class flexagon.fd.core.scanning.jaxb.ScanResult
-
- scanRule - Variable in class flexagon.fd.core.scanning.jaxb.ScanDetail
-
- scanRuleSet - Variable in class flexagon.fd.core.scanning.jaxb.ScanDetail
-
- scanRuleUrl - Variable in class flexagon.fd.core.scanning.jaxb.ScanDetail
-
- scanStatus - Variable in class flexagon.fd.core.scanning.jaxb.ScanResult
-
- scanUrl - Variable in class flexagon.fd.core.scanning.jaxb.ScanResult
-
- SCM_CHANGES - Static variable in class flexagon.fd.core.ExecutionContextConstants
-
- ScmCommit - Class in flexagon.fd.core
-
- ScmCommit() - Constructor for class flexagon.fd.core.ScmCommit
-
- SCMTypeEnum - Enum in flexagon.fd.core.enums
-
An enumerated type defining the supported Source Control Management (SCM) Systems.
- SECONDARYREVISION_SUFFIX - Static variable in class flexagon.fd.core.ExecutionContextConstants
-
- SERIALIZATION_FILE_EXTENSION - Static variable in class flexagon.fd.core.utils.SerializationUtil
-
- SerializationUtil - Class in flexagon.fd.core.utils
-
- serialize(Serializable, String, String) - Method in class flexagon.fd.core.utils.SerializationUtil
-
- serializeEncrypted(Serializable, String, String) - Method in class flexagon.fd.core.utils.SerializationUtil
-
- setAbortSignal(boolean) - Method in class flexagon.fd.core.plugin.SignalCache
-
- setActive(boolean) - Method in class flexagon.fd.core.PropertyDefinition
-
- setAttributes(Map<String, Serializable>) - Method in class flexagon.fd.core.partial.pojo.ProjectObject
-
- setAvgResponseTime(Long) - Method in class flexagon.fd.core.testing.jaxb.TestCase
-
Sets the value of the avgResponseTime property.
- setBaseDirectory(String) - Method in class flexagon.fd.core.endpoint.EndPointInput
-
- setBaseInstallDirectory(String) - Method in class flexagon.fd.core.workflow.WorkflowExecutionContext
-
INTERNAL USE ONLY
- setBuildDate(String) - Method in class flexagon.fd.core.plugin.PluginExecutionInput
-
- setChanged(boolean) - Method in class flexagon.fd.core.partial.pojo.PackageObject
-
- setCommitDate(Timestamp) - Method in class flexagon.fd.core.ScmCommit
-
- setCommitId(Long) - Method in class flexagon.fd.core.ScmCommit
-
- setCommitMessage(String) - Method in class flexagon.fd.core.ScmCommit
-
- setCommits(List<ScmCommit>) - Method in class flexagon.fd.core.workflow.WorkflowExecutionContext
-
INTERNAL USE ONLY
- setCommitterEmail(String) - Method in class flexagon.fd.core.ScmCommit
-
- setCommitUser(String) - Method in class flexagon.fd.core.ScmCommit
-
- setConnectionType(ConnectionType) - Method in class flexagon.fd.core.endpoint.EndPointInput
-
- setConsumesArtifacts(Boolean) - Method in class flexagon.fd.core.plugin.PluginContext
-
- setConsumesArtifacts(boolean) - Method in class flexagon.fd.core.workflow.WorkflowExecutionContext
-
- setContainerProject(boolean) - Method in class flexagon.fd.core.Project
-
- setCriticalCount(Integer) - Method in class flexagon.fd.core.scanning.jaxb.ScanResult
-
Sets the value of the criticalCount property.
- setCustom(boolean) - Method in class flexagon.fd.core.PropertyDefinition
-
- setDataType(String) - Method in class flexagon.fd.core.PropertyDefinition
-
- setDataType(DataTypeEnum) - Method in class flexagon.fd.core.PropertyValue
-
INTERNAL USE ONLY
- setDeployObjects(List<DeployObjectResult>) - Method in class flexagon.fd.core.partial.pojo.DeployResult
-
- setDescription(String) - Method in class flexagon.fd.core.endpoint.EndPointInput
-
- setDescription(String) - Method in class flexagon.fd.core.testing.jaxb.TestResult
-
Sets the value of the description property.
- setDestructive(Boolean) - Method in class flexagon.fd.core.partial.pojo.PackageObject
-
- setDisableHostnameVerification(Boolean) - Method in class flexagon.fd.core.endpoint.EndPointInput
-
- setDisplayName(String) - Method in class flexagon.fd.core.PropertyDefinition
-
- setDuration(Long) - Method in class flexagon.fd.core.testing.jaxb.TestCase
-
Sets the value of the duration property.
- setEncrypted(boolean) - Method in class flexagon.fd.core.PropertyDefinition
-
- setEndPoint(EndPointInput) - Method in class flexagon.fd.core.plugin.PluginExecutionInput
-
- setEndPointExecutionContext(EndPointExecutionContext) - Method in class flexagon.fd.core.plugin.PluginContext
-
- setEndPointExecutionType(EndPointExecutionEnum) - Method in class flexagon.fd.core.plugin.EndPointExecutionContext
-
- setEndPointId(Long) - Method in class flexagon.fd.core.endpoint.EndPointInput
-
- setEndpointResourceTypes(String) - Method in class flexagon.fd.core.plugin.PluginExecutionInput
-
- setEndPointSelectionContext(EndPointSelectionContext) - Method in class flexagon.fd.core.plugin.PluginContext
-
- setEndPointSeletionType(EndPointSelectionEnum) - Method in class flexagon.fd.core.plugin.EndPointSelectionContext
-
- setEndpointSourceScript(String) - Method in class flexagon.fd.core.endpoint.EndPointInput
-
- setEndTime(Calendar) - Method in class flexagon.fd.core.partial.jaxb.deploy.DeployObject
-
Sets the value of the endTime property.
- setEndTime(Calendar) - Method in class flexagon.fd.core.partial.jaxb.deploy.DeployResults
-
Sets the value of the endTime property.
- setEndTime(Calendar) - Method in class flexagon.fd.core.partial.pojo.DeployObjectResult
-
- setEndTime(Calendar) - Method in class flexagon.fd.core.partial.pojo.DeployResult
-
- setEndTime(Calendar) - Method in class flexagon.fd.core.scanning.jaxb.ScanResult
-
Sets the value of the endTime property.
- setEndTime(Calendar) - Method in class flexagon.fd.core.testing.jaxb.TestResult
-
Sets the value of the endTime property.
- setEnvironment(Environment) - Method in class flexagon.fd.core.workflow.WorkflowExecutionContext
-
INTERNAL USE ONLY
- setEnvironmentCode(String) - Method in class flexagon.fd.core.workflow.MockWorkflowExecutionContext
-
- setExecutionCount(int) - Method in class flexagon.fd.core.testing.jaxb.TestCase
-
Sets the value of the executionCount property.
- setExtScanDetailId(String) - Method in class flexagon.fd.core.scanning.jaxb.ScanDetail
-
Sets the value of the extScanDetailId property.
- setForceDeploy(boolean) - Method in class flexagon.fd.core.workflow.WorkflowExecutionContext
-
INTERNAL USE ONLY
- setFromPackageObjectId(Long) - Method in class flexagon.fd.core.partial.pojo.PackageObject
-
- setFullVersion(String) - Method in class flexagon.fd.core.plugin.PluginExecutionInput
-
- setHighCount(Integer) - Method in class flexagon.fd.core.scanning.jaxb.ScanResult
-
Sets the value of the highCount property.
- setHostAddress(String) - Method in class flexagon.fd.core.endpoint.EndPointInput
-
- setImageName(String) - Method in class flexagon.fd.core.plugin.PluginExecutionInput
-
- setInitialized(Long) - Method in class flexagon.fd.core.workflow.WorkflowExecutionState
-
- setInstance(Instance) - Method in class flexagon.fd.core.workflow.WorkflowExecutionContext
-
INTERNAL USE ONLY
- setInstanceCode(String) - Method in class flexagon.fd.core.workflow.MockWorkflowExecutionContext
-
- setInstanceId(Long) - Method in class flexagon.fd.core.ScmCommit
-
- setInstanceProperties(Map<String, Map<String, PropertyValue>>) - Method in class flexagon.fd.core.Properties
-
INTERNAL USE ONLY
- setInternalDirectory(String) - Method in class flexagon.fd.core.plugin.ExternalPluginServer
-
- setInternalDirectory(String) - Method in class flexagon.fd.core.plugin.ExternalPluginServerWorker
-
- setIsEncrypted(Boolean) - Method in class flexagon.fd.core.PropertyValue
-
INTERNAL USE ONLY
- setIsExpression(Boolean) - Method in class flexagon.fd.core.PropertyValue
-
- setIssues(List<ITSIssue>) - Method in class flexagon.fd.core.workflow.WorkflowExecutionContext
-
INTERNAL USE ONLY
- setIsWindows(boolean) - Method in class flexagon.fd.core.workflow.MockWorkflowExecutionContext
-
- setJavaHome(String) - Method in class flexagon.fd.core.endpoint.EndPointInput
-
- setLastEndPoint(Long) - Method in class flexagon.fd.core.workflow.WorkflowExecutionContext
-
INTERNAL USE ONLY
- setLowCount(Integer) - Method in class flexagon.fd.core.scanning.jaxb.ScanResult
-
Sets the value of the lowCount property.
- setMainInstance(Instance) - Method in class flexagon.fd.core.workflow.WorkflowExecutionContext
-
INTERNAL USE ONLY
- setMaxConcurrent(Integer) - Method in class flexagon.fd.core.endpoint.EndPointInput
-
- setMaxResponseTime(Long) - Method in class flexagon.fd.core.testing.jaxb.TestCase
-
Sets the value of the maxResponseTime property.
- setMediumCount(Integer) - Method in class flexagon.fd.core.scanning.jaxb.ScanResult
-
Sets the value of the mediumCount property.
- setMessage(String) - Method in class flexagon.fd.core.scanning.jaxb.ScanDetail
-
Sets the value of the message property.
- setMessage(String) - Method in class flexagon.fd.core.testing.jaxb.TestCase
-
Sets the value of the message property.
- setMinResponseTime(Long) - Method in class flexagon.fd.core.testing.jaxb.TestCase
-
Sets the value of the minResponseTime property.
- setName(String) - Method in class flexagon.fd.core.endpoint.EndPointInput
-
- setName(String) - Method in class flexagon.fd.core.Project
-
INTERNAL USE ONLY
- setName(String) - Method in class flexagon.fd.core.testing.jaxb.TestCase
-
Sets the value of the name property.
- setObjectHash(String) - Method in class flexagon.fd.core.partial.jaxb.build.BuildObject
-
Sets the value of the objectHash property.
- setObjectHash(String) - Method in class flexagon.fd.core.partial.jaxb.build.Object
-
Sets the value of the objectHash property.
- setObjectHash(String) - Method in class flexagon.fd.core.partial.pojo.PackageObject
-
- setObjectPath(String) - Method in class flexagon.fd.core.partial.jaxb.build.BuildObject
-
Sets the value of the objectPath property.
- setObjectPath(String) - Method in class flexagon.fd.core.partial.jaxb.build.Object
-
Sets the value of the objectPath property.
- setObjectPath(String) - Method in class flexagon.fd.core.partial.jaxb.deploy.DeployObject
-
Sets the value of the objectPath property.
- setObjectPath(String) - Method in class flexagon.fd.core.partial.pojo.ProjectObject
-
- setObjectTypeCode(String) - Method in class flexagon.fd.core.partial.jaxb.build.BuildObject
-
Sets the value of the objectTypeCode property.
- setObjectTypeCode(String) - Method in class flexagon.fd.core.partial.jaxb.build.Object
-
Sets the value of the objectTypeCode property.
- setObjectTypeCode(String) - Method in class flexagon.fd.core.partial.jaxb.deploy.DeployObject
-
Sets the value of the objectTypeCode property.
- setObjectTypeCode(String) - Method in class flexagon.fd.core.partial.pojo.ProjectObject
-
- setOperatingSystemType(OperatingSystemType) - Method in class flexagon.fd.core.endpoint.EndPointInput
-
- setOrginatingWorkflowExecutionId(Long) - Method in class flexagon.fd.core.workflow.MockWorkflowExecutionContext
-
- setOrginatingWorkflowExecutionId(Long) - Method in class flexagon.fd.core.workflow.WorkflowExecutionContext
-
INTERNAL USE ONLY
- setOutput(String, Object, DataTypeEnum) - Method in class flexagon.fd.core.plugin.AbstractPluginProvider
-
Sets an output into WorkflowExecutionContext, which will be returned within a PluginResult from
the execute() method.
- setOutput(String) - Method in class flexagon.fd.core.testing.jaxb.TestCase
-
Sets the value of the output property.
- setOutput(String, Object, DataTypeEnum) - Method in class flexagon.fd.core.workflow.WorkflowExecutionContext
-
INTERNAL USE ONLY
- setOutputs(String, Object, DataTypeEnum) - Method in class flexagon.fd.core.plugin.BasePluginExecutionContext
-
- setOutputs(Map<String, PropertyValue>) - Method in class flexagon.fd.core.plugin.PluginResult
-
- setPackageObjectId(long) - Method in class flexagon.fd.core.partial.jaxb.build.BuildObject
-
Sets the value of the packageObjectId property.
- setPackageObjectId(long) - Method in class flexagon.fd.core.partial.jaxb.build.Object
-
Sets the value of the packageObjectId property.
- setPackageObjectId(long) - Method in class flexagon.fd.core.partial.jaxb.deploy.DeployObject
-
Sets the value of the packageObjectId property.
- setPackageObjectId(Long) - Method in class flexagon.fd.core.partial.pojo.DeployObjectResult
-
- setPackageObjectId(Long) - Method in class flexagon.fd.core.partial.pojo.PackageObject
-
- setPackageObjects(List<PackageObject>) - Method in class flexagon.fd.core.workflow.WorkflowExecutionContext
-
INTERNAL USE ONLY
- setPartialDeployment(boolean) - Method in class flexagon.fd.core.Project
-
INTERNAL USE ONLY
- setPassPhrase(String) - Method in class flexagon.fd.core.endpoint.EndPointInput
-
- setPassphraseCredentialId(Long) - Method in class flexagon.fd.core.endpoint.EndPointInput
-
- setPassword(String) - Method in class flexagon.fd.core.endpoint.EndPointInput
-
- setPasswordCredentialId(Long) - Method in class flexagon.fd.core.endpoint.EndPointInput
-
- setPluginConcurrentThreads(int) - Method in class flexagon.fd.core.plugin.PluginExecutionInput
-
- setPluginContext(PluginContext) - Method in class flexagon.fd.core.plugin.PluginExecutionInput
-
- setPluginExecutionId(Long) - Method in class flexagon.fd.core.workflow.WorkflowExecutionContext
-
INTERNAL USE ONLY
- setPluginInstalled(Long, String, String) - Method in class flexagon.fd.core.workflow.WorkflowExecutionState
-
- setPluginName(String) - Method in class flexagon.fd.core.plugin.PluginExecutionInput
-
- setPluginOperation(String) - Method in class flexagon.fd.core.plugin.PluginExecutionInput
-
- setPluginTarget(String) - Method in class flexagon.fd.core.plugin.ExternalPluginServer
-
- setPluginTarget(String) - Method in class flexagon.fd.core.plugin.ExternalPluginServerWorker
-
- setPluginTarget(String) - Method in class flexagon.fd.core.plugin.PluginExecutionInput
-
- setPluginType(String) - Method in class flexagon.fd.core.plugin.PluginExecutionInput
-
- setPluginVersion(String) - Method in class flexagon.fd.core.plugin.PluginExecutionInput
-
- setPort(Integer) - Method in class flexagon.fd.core.endpoint.EndPointInput
-
- setPostRefresh(boolean) - Method in class flexagon.fd.core.workflow.WorkflowExecutionContext
-
- setPrivateKey(String) - Method in class flexagon.fd.core.endpoint.EndPointInput
-
- setPrivilegeEscalation(PrivilegeEscalationType) - Method in class flexagon.fd.core.endpoint.EndPointInput
-
- setPrivilegeEscalationSyntax(String) - Method in class flexagon.fd.core.endpoint.EndPointInput
-
- setProducesArtifacts(Boolean) - Method in class flexagon.fd.core.plugin.PluginContext
-
- setProducesArtifacts(boolean) - Method in class flexagon.fd.core.workflow.WorkflowExecutionContext
-
- setProject(Project) - Method in class flexagon.fd.core.workflow.WorkflowExecutionContext
-
INTERNAL USE ONLY
- setProjectId(Long) - Method in class flexagon.fd.core.Project
-
INTERNAL USE ONLY
- setProjectId(Long) - Method in class flexagon.fd.core.workflow.MockWorkflowExecutionContext
-
- setProjectObject(ProjectObject) - Method in class flexagon.fd.core.partial.pojo.PackageObject
-
- setProjectObjectId(long) - Method in class flexagon.fd.core.partial.jaxb.deploy.DeployObject
-
Sets the value of the projectObjectId property.
- setProjectObjectId(Long) - Method in class flexagon.fd.core.partial.pojo.DeployObjectResult
-
- setProjectObjectId(Long) - Method in class flexagon.fd.core.partial.pojo.ProjectObject
-
- setProjectType(String) - Method in class flexagon.fd.core.Project
-
INTERNAL USE ONLY
- setProjectVersionId(Long) - Method in class flexagon.fd.core.partial.pojo.PackageObject
-
- setProperties(Map<String, PropertyValue>) - Method in class flexagon.fd.core.Properties
-
INTERNAL USE ONLY
- setProperties(Properties) - Method in class flexagon.fd.core.workflow.WorkflowExecutionContext
-
INTERNAL USE ONLY
- setPropertyDefinitions(Map<String, PropertyDefinition>) - Method in class flexagon.fd.core.workflow.WorkflowExecutionContext
-
INTERNAL USE ONLY
- setPropertyKeyDefinitionId(Long) - Method in class flexagon.fd.core.PropertyDefinition
-
- setPropertyKeyName(String) - Method in class flexagon.fd.core.PropertyDefinition
-
- setPropertyScope(String) - Method in class flexagon.fd.core.PropertyDefinition
-
- setRequired(boolean) - Method in class flexagon.fd.core.PropertyDefinition
-
- setResource(String) - Method in class flexagon.fd.core.plugin.EndPointSelectionContext
-
- setRevision(String) - Method in class flexagon.fd.core.ScmCommit
-
- setRunAsUserName(String) - Method in class flexagon.fd.core.endpoint.EndPointInput
-
- setScanComponent(String) - Method in class flexagon.fd.core.scanning.jaxb.ScanDetail
-
Sets the value of the scanComponent property.
- setScanDetails(ScanDetails) - Method in class flexagon.fd.core.scanning.jaxb.ScanResult
-
Sets the value of the scanDetails property.
- setScanId(String) - Method in class flexagon.fd.core.scanning.jaxb.ScanResult
-
Sets the value of the scanId property.
- setScanRule(String) - Method in class flexagon.fd.core.scanning.jaxb.ScanDetail
-
Sets the value of the scanRule property.
- setScanRuleSet(String) - Method in class flexagon.fd.core.scanning.jaxb.ScanDetail
-
Sets the value of the scanRuleSet property.
- setScanRuleUrl(String) - Method in class flexagon.fd.core.scanning.jaxb.ScanDetail
-
Sets the value of the scanRuleUrl property.
- setScanStatus(String) - Method in class flexagon.fd.core.scanning.jaxb.ScanResult
-
Sets the value of the scanStatus property.
- setScanUrl(String) - Method in class flexagon.fd.core.scanning.jaxb.ScanResult
-
Sets the value of the scanUrl property.
- setSCMRevision(String) - Method in class flexagon.fd.core.partial.pojo.PackageObject
-
- setSCMType(String) - Method in class flexagon.fd.core.Project
-
INTERNAL USE ONLY
- setSequenceNumber(Integer) - Method in class flexagon.fd.core.partial.pojo.PackageObject
-
- setSequenceNumber(Integer) - Method in class flexagon.fd.core.partial.pojo.ProjectObject
-
- setSeverity(String) - Method in class flexagon.fd.core.scanning.jaxb.ScanDetail
-
Sets the value of the severity property.
- setStartTime(Calendar) - Method in class flexagon.fd.core.partial.jaxb.deploy.DeployObject
-
Sets the value of the startTime property.
- setStartTime(Calendar) - Method in class flexagon.fd.core.partial.jaxb.deploy.DeployResults
-
Sets the value of the startTime property.
- setStartTime(Calendar) - Method in class flexagon.fd.core.partial.pojo.DeployObjectResult
-
- setStartTime(Calendar) - Method in class flexagon.fd.core.partial.pojo.DeployResult
-
- setStartTime(Calendar) - Method in class flexagon.fd.core.scanning.jaxb.ScanResult
-
Sets the value of the startTime property.
- setStartTime(Calendar) - Method in class flexagon.fd.core.testing.jaxb.TestResult
-
Sets the value of the startTime property.
- setStartTimeForPackageObject(PackageObject) - Method in class flexagon.fd.core.plugin.PluginObjectResults
-
Sets the starttime for a package object.
- setStartTimeForProjectObject(ProjectObject) - Method in class flexagon.fd.core.plugin.PluginObjectResults
-
Updates the starttime for a project object.
- setStatus(StatusType) - Method in class flexagon.fd.core.partial.jaxb.deploy.DeployObject
-
Sets the value of the status property.
- setStatus(DeployStatusEnum) - Method in class flexagon.fd.core.partial.pojo.DeployObjectResult
-
- setStatus(StatusType) - Method in class flexagon.fd.core.testing.jaxb.TestCase
-
Sets the value of the status property.
- setStopOnError(boolean) - Method in class flexagon.fd.core.plugin.EndPointExecutionContext
-
- setSubcomponentName(String) - Method in class flexagon.fd.core.partial.jaxb.build.BuildObject
-
Sets the value of the subcomponentName property.
- setSubcomponentName(String) - Method in class flexagon.fd.core.partial.jaxb.deploy.DeployObject
-
Sets the value of the subcomponentName property.
- setSubcomponentName(String) - Method in class flexagon.fd.core.partial.pojo.ProjectObject
-
- setSubcomponentType(String) - Method in class flexagon.fd.core.partial.jaxb.build.BuildObject
-
Sets the value of the subcomponentType property.
- setSubcomponentType(String) - Method in class flexagon.fd.core.partial.jaxb.deploy.DeployObject
-
Sets the value of the subcomponentType property.
- setSubcomponentType(String) - Method in class flexagon.fd.core.partial.pojo.ProjectObject
-
- setSubDataType(String) - Method in class flexagon.fd.core.PropertyDefinition
-
- setSubType(String) - Method in class flexagon.fd.core.scanning.jaxb.ScanResult
-
Sets the value of the subType property.
- setTarget(Class) - Method in class flexagon.fd.core.plugin.PluginProxy
-
- setTestSuiteName(String) - Method in class flexagon.fd.core.testing.jaxb.TestResult
-
Sets the value of the testSuiteName property.
- setThrottlePercentage(int) - Method in class flexagon.fd.core.plugin.EndPointExecutionContext
-
- setToolName(String) - Method in class flexagon.fd.core.testing.jaxb.TestResult
-
Sets the value of the toolName property.
- setTransferProtocol(TransferProtocol) - Method in class flexagon.fd.core.endpoint.EndPointInput
-
- setType(String) - Method in class flexagon.fd.core.scanning.jaxb.ScanResult
-
Sets the value of the type property.
- setTypeSequenceNumber(Integer) - Method in class flexagon.fd.core.partial.pojo.ProjectObject
-
- setUserName(String) - Method in class flexagon.fd.core.endpoint.EndPointInput
-
- setValue(Object) - Method in class flexagon.fd.core.PropertyValue
-
INTERNAL USE ONLY
- setValueFromStr(String) - Method in class flexagon.fd.core.PropertyValue
-
- setWorkflowExecutionContext(WorkflowExecutionContext) - Method in class flexagon.fd.core.plugin.AbstractPluginProvider
-
FOR INTERNAL USE AND TEST SETUP ONLY
- setWorkflowExecutionContext(WorkflowExecutionContext) - Method in class flexagon.fd.core.plugin.PluginExecutionInput
-
- setWorkflowExecutionContext(WorkflowExecutionContext) - Method in interface flexagon.fd.core.plugin.PluginProvider
-
This method is called to set the ExecutionContext for the plugin operation execution.
- setWorkflowExecutionContext(WorkflowExecutionContext) - Method in class flexagon.fd.core.plugin.PluginProxy
-
- setWorkflowExecutionId(Long) - Method in class flexagon.fd.core.workflow.MockWorkflowExecutionContext
-
- setWorkflowExecutionId(Long) - Method in class flexagon.fd.core.workflow.WorkflowExecutionContext
-
INTERNAL USE ONLY
- setWorkflowRequestId(Long) - Method in class flexagon.fd.core.workflow.WorkflowExecutionContext
-
INTERNAL USE ONLY
- setWorkflowType(String) - Method in class flexagon.fd.core.workflow.WorkflowExecutionContext
-
Sets the workflow type name
- severity - Variable in class flexagon.fd.core.scanning.jaxb.ScanDetail
-
- SignalCache - Class in flexagon.fd.core.plugin
-
- SIGNALS_SUBDIRECTORY - Static variable in class flexagon.fd.core.FlexDeployConstants
-
- singleton() - Static method in class flexagon.fd.core.partial.util.BuildManifestXMLUtil
-
- singleton() - Static method in class flexagon.fd.core.partial.util.DeployResultsXMLUtil
-
- singleton() - Static method in class flexagon.fd.core.plugin.SignalCache
-
- singleton() - Static method in class flexagon.fd.core.utils.ZipUtility
-
- SQL_EXTS - Static variable in class flexagon.fd.core.FlexDeployConstants
-
- SQL_LDR_EXTS - Static variable in class flexagon.fd.core.FlexDeployConstants
-
- SSO_CONFIG_FILE_ENV_KEY - Static variable in class flexagon.fd.core.FlexDeployConstants
-
- SSO_REALM_CLASS - Static variable in class flexagon.fd.core.FlexDeployConstants
-
- startTime - Variable in class flexagon.fd.core.partial.jaxb.deploy.DeployObject
-
- startTime - Variable in class flexagon.fd.core.partial.jaxb.deploy.DeployResults
-
- startTime - Variable in class flexagon.fd.core.scanning.jaxb.ScanResult
-
- startTime - Variable in class flexagon.fd.core.testing.jaxb.TestResult
-
- status - Variable in class flexagon.fd.core.partial.jaxb.deploy.DeployObject
-
- status - Variable in class flexagon.fd.core.testing.jaxb.TestCase
-
- StatusType - Enum in flexagon.fd.core.partial.jaxb.deploy
-
Java class for StatusType.
- StatusType - Enum in flexagon.fd.core.testing.jaxb
-
Java class for StatusType.
- StringPropertyReplacement - Class in flexagon.fd.core.utils
-
Concrete implementation for property replacement on a String.
- StringPropertyReplacement(PropertyReplacementContext) - Constructor for class flexagon.fd.core.utils.StringPropertyReplacement
-
Constructs this utility for use with the given property replacement context.
- subcomponentName - Variable in class flexagon.fd.core.partial.jaxb.build.BuildObject
-
- subcomponentName - Variable in class flexagon.fd.core.partial.jaxb.deploy.DeployObject
-
- subcomponentType - Variable in class flexagon.fd.core.partial.jaxb.build.BuildObject
-
- subcomponentType - Variable in class flexagon.fd.core.partial.jaxb.deploy.DeployObject
-
- subType - Variable in class flexagon.fd.core.scanning.jaxb.ScanResult
-
- SURROUND_BRANCH - Static variable in class flexagon.fd.core.ExecutionContextConstants
-
- SURROUND_CHECKOUT_FOLDER - Static variable in class flexagon.fd.core.ExecutionContextConstants
-
- SURROUND_FOLDER - Static variable in class flexagon.fd.core.ExecutionContextConstants
-
- SURROUND_INSTANCE - Static variable in class flexagon.fd.core.ExecutionContextConstants
-
- SURROUND_LABEL - Static variable in class flexagon.fd.core.ExecutionContextConstants
-
- SURROUND_REVISION - Static variable in class flexagon.fd.core.ExecutionContextConstants
-
- SVN_CHECKOUT_FOLDER - Static variable in class flexagon.fd.core.ExecutionContextConstants
-
- SVN_INSTANCE - Static variable in class flexagon.fd.core.ExecutionContextConstants
-
- SVN_PATH - Static variable in class flexagon.fd.core.ExecutionContextConstants
-
- SVN_REVISION - Static variable in class flexagon.fd.core.ExecutionContextConstants
-
- SVN_TAG_PATH - Static variable in class flexagon.fd.core.ExecutionContextConstants
-
- validate() - Method in class flexagon.fd.core.plugin.AbstractPluginProvider
-
Must be implemented by the concrete subclass to perform any validation (prior to execution).
- validate() - Method in interface flexagon.fd.core.plugin.PluginProvider
-
This method is invoked to validate the preconditions of the plugin operation have been
satisfied.
- validateContext(Collection<String>, Collection<String>) - Method in class flexagon.fd.core.plugin.AbstractPluginProvider
-
Validates that the given properties and inputs have non-null values within the
WorkflowExecution context for the current execution instance.
- validateContext(Collection<String>, Collection<String>, String) - Method in class flexagon.fd.core.plugin.AbstractPluginProvider
-
Validates that the given properties and inputs have non-null values within the
WorkflowExecution context for the given execution instance.
- validateContext(List<String>, List<String>) - Method in class flexagon.fd.core.plugin.BasePluginExecutionContext
-
- validateContext(List<String>, List<String>, String) - Method in class flexagon.fd.core.plugin.BasePluginExecutionContext
-
- validateRequiredInputs(Collection<String>) - Method in class flexagon.fd.core.plugin.AbstractPluginProvider
-
Validates that the given inputs have non-null values within the WorkflowExecution context for
the current execution instance.
- validateRequiredInputs(List<String>) - Method in class flexagon.fd.core.plugin.BasePluginExecutionContext
-
- validateRequiredPropertiesForCurrentInstance(Collection<String>) - Method in class flexagon.fd.core.plugin.AbstractPluginProvider
-
Validates that the given properties have non-null values within the WorkflowExecution context
for the current execution instance.
- validateRequiredPropertiesForCurrentInstance(List<String>) - Method in class flexagon.fd.core.plugin.BasePluginExecutionContext
-
- validateRequiredPropertiesForInstance(Collection<String>, String) - Method in class flexagon.fd.core.plugin.AbstractPluginProvider
-
Validates that the given properties have non-null values within the WorkflowExecution context
for the given execution instance.
- validateRequiredPropertiesForInstance(List<String>, String) - Method in class flexagon.fd.core.plugin.BasePluginExecutionContext
-
- value() - Method in enum flexagon.fd.core.partial.jaxb.deploy.StatusType
-
- value() - Method in enum flexagon.fd.core.testing.jaxb.StatusType
-
- valueOf(String) - Static method in enum flexagon.fd.core.endpoint.ConnectionType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum flexagon.fd.core.endpoint.OperatingSystemType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum flexagon.fd.core.endpoint.PrivilegeEscalationType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum flexagon.fd.core.endpoint.TransferProtocol
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum flexagon.fd.core.enums.containers.ImageScanEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum flexagon.fd.core.enums.DataTypeEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum flexagon.fd.core.enums.EndPointExecutionEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum flexagon.fd.core.enums.EndPointSelectionEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum flexagon.fd.core.enums.ProjectClassificationEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum flexagon.fd.core.enums.SCMTypeEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum flexagon.fd.core.partial.jaxb.deploy.StatusType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum flexagon.fd.core.partial.pojo.AttributeDataTypeEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum flexagon.fd.core.partial.pojo.DeployStatusEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum flexagon.fd.core.plugin.PluginExecutionStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum flexagon.fd.core.Project.ProjectWFTypeEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum flexagon.fd.core.testing.jaxb.StatusType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum flexagon.fd.core.testing.TestResultStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum flexagon.fd.core.testing.TestRunStatus
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum flexagon.fd.core.endpoint.ConnectionType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum flexagon.fd.core.endpoint.OperatingSystemType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum flexagon.fd.core.endpoint.PrivilegeEscalationType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum flexagon.fd.core.endpoint.TransferProtocol
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum flexagon.fd.core.enums.containers.ImageScanEnum
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum flexagon.fd.core.enums.DataTypeEnum
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum flexagon.fd.core.enums.EndPointExecutionEnum
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum flexagon.fd.core.enums.EndPointSelectionEnum
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum flexagon.fd.core.enums.ProjectClassificationEnum
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum flexagon.fd.core.enums.SCMTypeEnum
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum flexagon.fd.core.partial.jaxb.deploy.StatusType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum flexagon.fd.core.partial.pojo.AttributeDataTypeEnum
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum flexagon.fd.core.partial.pojo.DeployStatusEnum
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum flexagon.fd.core.plugin.PluginExecutionStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum flexagon.fd.core.Project.ProjectWFTypeEnum
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum flexagon.fd.core.testing.jaxb.StatusType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum flexagon.fd.core.testing.TestResultStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum flexagon.fd.core.testing.TestRunStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.