Class Name | com.midvision.rapiddeploy.plugins.products.dbmaestro.teamwork.tasks.TeamWorkPipelineBuildBetweenLabelsTask |
Category | DBmaestro TeamWork |
Name | Type | Default Value | Optional | Description |
---|---|---|---|---|
actionType | java.util.List | forward | false | Action type to perform. |
baselineLabelName | java.lang.String | true | The name of the baseline environment label used for the build. | |
dbType | java.util.List | Oracle | false | The default RDBMS DBmaestro TeamWork works with. |
environmentName | java.lang.String | false | Name of the source environment in the pipeline project. | |
failOnError | java.lang.Boolean | true | false | This task will not fail the job on error if set to false. |
labelName | java.lang.String | false | The name of the source environment label used for the build. | |
otherEnvironmentName | java.lang.String | true | Name of the target environment in the pipeline project. | |
outputParameter | java.lang.String | ${output} | false | The name of the output parameter, which can pass the return value from the task. The task output will be the java application output to STDOUT. Define a unique parameter name starting with '${', ending with '}' for the whole orchestration (latter tasks can override the parameter value if the same parameter name is specified). You can refer to this parameter in any task below in the tasklist, as an input parameter ${output}. |
outputResult | java.lang.String | ${outputResult} | false | The name of the output parameter, which holds the text string output from the task. The outputResult will be 'true' if the java application returns without error. The outputResult will be 'false' if an error occurs. Define a unique parameter name starting with '${', ending with '}' for the whole orchestration (later tasks can override the parameter value if the same parameter name is specified). You can refer to this parameter in any task below in the tasklist, as an input parameter ${outputResult}. |
pipelineName | java.lang.String | false | Name of the pipeline project. | |
skipOnFailure | java.lang.String | Previous Task Name | true | Skip current task based on the name of the previous task whether has failed or not. |
targetLabelName | java.lang.String | false | The name of the target environment label used for the build. | |
twAutomationJarPath | java.lang.String | false | Location of the executable JAR file of DBmaestro TeamWork Automation ('TWAutomation.jar'). | |
twServer | java.lang.String | false | Host server name of DBmaestro TeamWork server. |
Class Name | com.midvision.rapiddeploy.plugins.products.dbmaestro.teamwork.tasks.TeamWorkPipelineBuildByTasksTask |
Category | DBmaestro TeamWork |
Name | Type | Default Value | Optional | Description |
---|---|---|---|---|
actionType | java.util.List | forward | false | Action type to perform. |
dbType | java.util.List | Oracle | false | The default RDBMS DBmaestro TeamWork works with. |
environmentName | java.lang.String | false | Name of the source environment in the pipeline project. | |
failOnError | java.lang.Boolean | true | false | This task will not fail the job on error if set to false. |
otherEnvironmentName | java.lang.String | true | Name of the target environment in the pipeline project. | |
outputParameter | java.lang.String | ${output} | false | The name of the output parameter, which can pass the return value from the task. The task output will be the java application output to STDOUT. Define a unique parameter name starting with '${', ending with '}' for the whole orchestration (latter tasks can override the parameter value if the same parameter name is specified). You can refer to this parameter in any task below in the tasklist, as an input parameter ${output}. |
outputResult | java.lang.String | ${outputResult} | false | The name of the output parameter, which holds the text string output from the task. The outputResult will be 'true' if the java application returns without error. The outputResult will be 'false' if an error occurs. Define a unique parameter name starting with '${', ending with '}' for the whole orchestration (later tasks can override the parameter value if the same parameter name is specified). You can refer to this parameter in any task below in the tasklist, as an input parameter ${outputResult}. |
pipelineName | java.lang.String | false | Name of the pipeline project. | |
skipOnFailure | java.lang.String | Previous Task Name | true | Skip current task based on the name of the previous task whether has failed or not. |
sourceTasks | java.lang.String | false | A comma-separated list of the source environment tasks used for the build. | |
twAutomationJarPath | java.lang.String | false | Location of the executable JAR file of DBmaestro TeamWork Automation ('TWAutomation.jar'). | |
twServer | java.lang.String | false | Host server name of DBmaestro TeamWork server. |
Class Name | com.midvision.rapiddeploy.plugins.products.dbmaestro.teamwork.tasks.TeamWorkPipelineBuildLatestLabelTask |
Category | DBmaestro TeamWork |
Name | Type | Default Value | Optional | Description |
---|---|---|---|---|
actionType | java.util.List | forward | false | Action type to perform. |
dbType | java.util.List | Oracle | false | The default RDBMS DBmaestro TeamWork works with. |
environmentName | java.lang.String | false | Name of the source environment in the pipeline project. | |
failOnError | java.lang.Boolean | true | false | This task will not fail the job on error if set to false. |
newLabelName | java.lang.String | false | The name of the new label created during the build. | |
otherEnvironmentName | java.lang.String | true | Name of the target environment in the pipeline project. | |
outputParameter | java.lang.String | ${output} | false | The name of the output parameter, which can pass the return value from the task. The task output will be the java application output to STDOUT. Define a unique parameter name starting with '${', ending with '}' for the whole orchestration (latter tasks can override the parameter value if the same parameter name is specified). You can refer to this parameter in any task below in the tasklist, as an input parameter ${output}. |
outputResult | java.lang.String | ${outputResult} | false | The name of the output parameter, which holds the text string output from the task. The outputResult will be 'true' if the java application returns without error. The outputResult will be 'false' if an error occurs. Define a unique parameter name starting with '${', ending with '}' for the whole orchestration (later tasks can override the parameter value if the same parameter name is specified). You can refer to this parameter in any task below in the tasklist, as an input parameter ${outputResult}. |
pipelineName | java.lang.String | false | Name of the pipeline project. | |
skipOnFailure | java.lang.String | Previous Task Name | true | Skip current task based on the name of the previous task whether has failed or not. |
twAutomationJarPath | java.lang.String | false | Location of the executable JAR file of DBmaestro TeamWork Automation ('TWAutomation.jar'). | |
twServer | java.lang.String | false | Host server name of DBmaestro TeamWork server. |
Class Name | com.midvision.rapiddeploy.plugins.products.dbmaestro.teamwork.tasks.TeamWorkPipelineBuildSpecificLabelTask |
Category | DBmaestro TeamWork |
Name | Type | Default Value | Optional | Description |
---|---|---|---|---|
actionType | java.util.List | forward | false | Action type to perform. |
dbType | java.util.List | Oracle | false | The default RDBMS DBmaestro TeamWork works with. |
environmentName | java.lang.String | false | Name of the source environment in the pipeline project. | |
failOnError | java.lang.Boolean | true | false | This task will not fail the job on error if set to false. |
labelName | java.lang.String | false | The name of the label used for the build. | |
otherEnvironmentName | java.lang.String | true | Name of the target environment in the pipeline project. | |
outputParameter | java.lang.String | ${output} | false | The name of the output parameter, which can pass the return value from the task. The task output will be the java application output to STDOUT. Define a unique parameter name starting with '${', ending with '}' for the whole orchestration (latter tasks can override the parameter value if the same parameter name is specified). You can refer to this parameter in any task below in the tasklist, as an input parameter ${output}. |
outputResult | java.lang.String | ${outputResult} | false | The name of the output parameter, which holds the text string output from the task. The outputResult will be 'true' if the java application returns without error. The outputResult will be 'false' if an error occurs. Define a unique parameter name starting with '${', ending with '}' for the whole orchestration (later tasks can override the parameter value if the same parameter name is specified). You can refer to this parameter in any task below in the tasklist, as an input parameter ${outputResult}. |
pipelineName | java.lang.String | false | Name of the pipeline project. | |
skipOnFailure | java.lang.String | Previous Task Name | true | Skip current task based on the name of the previous task whether has failed or not. |
twAutomationJarPath | java.lang.String | false | Location of the executable JAR file of DBmaestro TeamWork Automation ('TWAutomation.jar'). | |
twServer | java.lang.String | false | Host server name of DBmaestro TeamWork server. |
Class Name | com.midvision.rapiddeploy.plugins.products.dbmaestro.teamwork.tasks.TeamWorkPipelineDeployTask |
Category | DBmaestro TeamWork |
Name | Type | Default Value | Optional | Description |
---|---|---|---|---|
actionType | java.util.List | forward | false | Action type to perform. |
dbType | java.util.List | Oracle | false | The default RDBMS DBmaestro TeamWork works with. |
environmentName | java.lang.String | false | Name of the source environment in the pipeline project. | |
failOnError | java.lang.Boolean | true | false | This task will not fail the job on error if set to false. |
newLabelName | java.lang.String | false | The name of the new label created during the deployment. | |
outputParameter | java.lang.String | ${output} | false | The name of the output parameter, which can pass the return value from the task. The task output will be the java application output to STDOUT. Define a unique parameter name starting with '${', ending with '}' for the whole orchestration (latter tasks can override the parameter value if the same parameter name is specified). You can refer to this parameter in any task below in the tasklist, as an input parameter ${output}. |
outputResult | java.lang.String | ${outputResult} | false | The name of the output parameter, which holds the text string output from the task. The outputResult will be 'true' if the java application returns without error. The outputResult will be 'false' if an error occurs. Define a unique parameter name starting with '${', ending with '}' for the whole orchestration (later tasks can override the parameter value if the same parameter name is specified). You can refer to this parameter in any task below in the tasklist, as an input parameter ${outputResult}. |
pipelineName | java.lang.String | false | Name of the pipeline project. | |
skipOnFailure | java.lang.String | Previous Task Name | true | Skip current task based on the name of the previous task whether has failed or not. |
twAutomationJarPath | java.lang.String | false | Location of the executable JAR file of DBmaestro TeamWork Automation ('TWAutomation.jar'). | |
twServer | java.lang.String | false | Host server name of DBmaestro TeamWork server. |
Class Name | com.midvision.rapiddeploy.plugins.products.dbmaestro.teamwork.tasks.TeamWorkPipelineValidateTask |
Category | DBmaestro TeamWork |
Name | Type | Default Value | Optional | Description |
---|---|---|---|---|
actionType | java.util.List | forward | false | Action type to perform. |
dbType | java.util.List | Oracle | false | The default RDBMS DBmaestro TeamWork works with. |
environmentName | java.lang.String | false | Name of the source environment in the pipeline project. | |
failOnError | java.lang.Boolean | true | false | This task will not fail the job on error if set to false. |
fileName | java.lang.String | true | The path to the "changed objects list" XML file used for the validation. | |
labelName | java.lang.String | true | The name of the source environment label used for the validation. | |
otherEnvironmentName | java.lang.String | true | Name of the target environment in the pipeline project. | |
outputParameter | java.lang.String | ${output} | false | The name of the output parameter, which can pass the return value from the task. The task output will be the java application output to STDOUT. Define a unique parameter name starting with '${', ending with '}' for the whole orchestration (latter tasks can override the parameter value if the same parameter name is specified). You can refer to this parameter in any task below in the tasklist, as an input parameter ${output}. |
outputResult | java.lang.String | ${outputResult} | false | The name of the output parameter, which holds the text string output from the task. The outputResult will be 'true' if the java application returns without error. The outputResult will be 'false' if an error occurs. Define a unique parameter name starting with '${', ending with '}' for the whole orchestration (later tasks can override the parameter value if the same parameter name is specified). You can refer to this parameter in any task below in the tasklist, as an input parameter ${outputResult}. |
pipelineName | java.lang.String | false | Name of the pipeline project. | |
skipOnFailure | java.lang.String | Previous Task Name | true | Skip current task based on the name of the previous task whether has failed or not. |
twAutomationJarPath | java.lang.String | false | Location of the executable JAR file of DBmaestro TeamWork Automation ('TWAutomation.jar'). | |
twServer | java.lang.String | false | Host server name of DBmaestro TeamWork server. |
Class Name | com.midvision.rapiddeploy.plugins.products.dbmaestro.teamwork.tasks.TeamWorkPipelineAddObjectsTask |
Category | DBmaestro TeamWork - Detailed tasks |
Name | Type | Default Value | Optional | Description |
---|---|---|---|---|
comment | java.lang.String | true | The comment to be added to the 'add objects' event. | |
dbType | java.util.List | Oracle | false | The default RDBMS DBmaestro TeamWork works with. |
environmentName | java.lang.String | false | Name of the environment in the pipeline project. | |
failOnError | java.lang.Boolean | true | false | This task will not fail the job on error if set to false. |
objectsFilePath | java.lang.String | true | File path to an XML file with the list of objects to be added to source control. | |
objectsTaskName | java.lang.String | true | Name of the task associated to the 'add objects' event. | |
outputParameter | java.lang.String | ${output} | false | The name of the output parameter, which can pass the return value from the task. The task output will be the java application output to STDOUT. Define a unique parameter name starting with '${', ending with '}' for the whole orchestration (latter tasks can override the parameter value if the same parameter name is specified). You can refer to this parameter in any task below in the tasklist, as an input parameter ${output}. |
outputResult | java.lang.String | ${outputResult} | false | The name of the output parameter, which holds the text string output from the task. The outputResult will be 'true' if the java application returns without error. The outputResult will be 'false' if an error occurs. Define a unique parameter name starting with '${', ending with '}' for the whole orchestration (later tasks can override the parameter value if the same parameter name is specified). You can refer to this parameter in any task below in the tasklist, as an input parameter ${outputResult}. |
pipelineName | java.lang.String | false | Name of the pipeline project. | |
skipOnFailure | java.lang.String | Previous Task Name | true | Skip current task based on the name of the previous task whether has failed or not. |
twAutomationJarPath | java.lang.String | false | Location of the executable JAR file of DBmaestro TeamWork Automation ('TWAutomation.jar'). | |
twServer | java.lang.String | false | Host server name of DBmaestro TeamWork server. |
Class Name | com.midvision.rapiddeploy.plugins.products.dbmaestro.teamwork.tasks.TeamWorkPipelineApplyLabelTask |
Category | DBmaestro TeamWork - Detailed tasks |
Name | Type | Default Value | Optional | Description |
---|---|---|---|---|
dbType | java.util.List | Oracle | false | The default RDBMS DBmaestro TeamWork works with. |
environmentName | java.lang.String | false | Name of the environment in the pipeline project. | |
failOnError | java.lang.Boolean | true | false | This task will not fail the job on error if set to false. |
labelDescription | java.lang.String | true | A description of the label to be created. | |
labelName | java.lang.String | false | The name of the label to be created. | |
outputParameter | java.lang.String | ${output} | false | The name of the output parameter, which can pass the return value from the task. The task output will be the java application output to STDOUT. Define a unique parameter name starting with '${', ending with '}' for the whole orchestration (latter tasks can override the parameter value if the same parameter name is specified). You can refer to this parameter in any task below in the tasklist, as an input parameter ${output}. |
outputResult | java.lang.String | ${outputResult} | false | The name of the output parameter, which holds the text string output from the task. The outputResult will be 'true' if the java application returns without error. The outputResult will be 'false' if an error occurs. Define a unique parameter name starting with '${', ending with '}' for the whole orchestration (later tasks can override the parameter value if the same parameter name is specified). You can refer to this parameter in any task below in the tasklist, as an input parameter ${outputResult}. |
pipelineName | java.lang.String | false | Name of the pipeline project. | |
skipOnFailure | java.lang.String | Previous Task Name | true | Skip current task based on the name of the previous task whether has failed or not. |
twAutomationJarPath | java.lang.String | false | Location of the executable JAR file of DBmaestro TeamWork Automation ('TWAutomation.jar'). | |
twServer | java.lang.String | false | Host server name of DBmaestro TeamWork server. |
Class Name | com.midvision.rapiddeploy.plugins.products.dbmaestro.teamwork.tasks.TeamWorkPipelineApplyLabelAndSetBaselineTask |
Category | DBmaestro TeamWork - Detailed tasks |
Name | Type | Default Value | Optional | Description |
---|---|---|---|---|
baselineEnvironmentName | java.lang.String | true | Name of the baseline environment to be modified. | |
dbType | java.util.List | Oracle | false | The default RDBMS DBmaestro TeamWork works with. |
environmentName | java.lang.String | false | Name of the source environment in the pipeline project. | |
failOnError | java.lang.Boolean | true | false | This task will not fail the job on error if set to false. |
labelDescription | java.lang.String | true | A description of the label to be created. | |
labelName | java.lang.String | false | The name of the label to be created. | |
outputParameter | java.lang.String | ${output} | false | The name of the output parameter, which can pass the return value from the task. The task output will be the java application output to STDOUT. Define a unique parameter name starting with '${', ending with '}' for the whole orchestration (latter tasks can override the parameter value if the same parameter name is specified). You can refer to this parameter in any task below in the tasklist, as an input parameter ${output}. |
outputResult | java.lang.String | ${outputResult} | false | The name of the output parameter, which holds the text string output from the task. The outputResult will be 'true' if the java application returns without error. The outputResult will be 'false' if an error occurs. Define a unique parameter name starting with '${', ending with '}' for the whole orchestration (later tasks can override the parameter value if the same parameter name is specified). You can refer to this parameter in any task below in the tasklist, as an input parameter ${outputResult}. |
pipelineName | java.lang.String | false | Name of the pipeline project. | |
skipOnFailure | java.lang.String | Previous Task Name | true | Skip current task based on the name of the previous task whether has failed or not. |
twAutomationJarPath | java.lang.String | false | Location of the executable JAR file of DBmaestro TeamWork Automation ('TWAutomation.jar'). | |
twServer | java.lang.String | false | Host server name of DBmaestro TeamWork server. |
Class Name | com.midvision.rapiddeploy.plugins.products.dbmaestro.teamwork.tasks.TeamWorkPipelineCheckInTask |
Category | DBmaestro TeamWork - Detailed tasks |
Name | Type | Default Value | Optional | Description |
---|---|---|---|---|
comment | java.lang.String | true | The comment to be added to the check-in. | |
dbType | java.util.List | Oracle | false | The default RDBMS DBmaestro TeamWork works with. |
environmentName | java.lang.String | false | Name of the environment in the pipeline project. | |
failOnError | java.lang.Boolean | true | false | This task will not fail the job on error if set to false. |
objectsFilePath | java.lang.String | true | File path to an XML file with the list of objects to be checked-in. | |
objectsTaskName | java.lang.String | true | Name of the task associated to the check-in. | |
outputParameter | java.lang.String | ${output} | false | The name of the output parameter, which can pass the return value from the task. The task output will be the java application output to STDOUT. Define a unique parameter name starting with '${', ending with '}' for the whole orchestration (latter tasks can override the parameter value if the same parameter name is specified). You can refer to this parameter in any task below in the tasklist, as an input parameter ${output}. |
outputResult | java.lang.String | ${outputResult} | false | The name of the output parameter, which holds the text string output from the task. The outputResult will be 'true' if the java application returns without error. The outputResult will be 'false' if an error occurs. Define a unique parameter name starting with '${', ending with '}' for the whole orchestration (later tasks can override the parameter value if the same parameter name is specified). You can refer to this parameter in any task below in the tasklist, as an input parameter ${outputResult}. |
pipelineName | java.lang.String | false | Name of the pipeline project. | |
skipOnFailure | java.lang.String | Previous Task Name | true | Skip current task based on the name of the previous task whether has failed or not. |
twAutomationJarPath | java.lang.String | false | Location of the executable JAR file of DBmaestro TeamWork Automation ('TWAutomation.jar'). | |
twServer | java.lang.String | false | Host server name of DBmaestro TeamWork server. |
Class Name | com.midvision.rapiddeploy.plugins.products.dbmaestro.teamwork.tasks.TeamWorkPipelineCheckOutTask |
Category | DBmaestro TeamWork - Detailed tasks |
Name | Type | Default Value | Optional | Description |
---|---|---|---|---|
dbType | java.util.List | Oracle | false | The default RDBMS DBmaestro TeamWork works with. |
environmentName | java.lang.String | false | Name of the environment in the pipeline project. | |
failOnError | java.lang.Boolean | true | false | This task will not fail the job on error if set to false. |
outputParameter | java.lang.String | ${output} | false | The name of the output parameter, which can pass the return value from the task. The task output will be the java application output to STDOUT. Define a unique parameter name starting with '${', ending with '}' for the whole orchestration (latter tasks can override the parameter value if the same parameter name is specified). You can refer to this parameter in any task below in the tasklist, as an input parameter ${output}. |
outputResult | java.lang.String | ${outputResult} | false | The name of the output parameter, which holds the text string output from the task. The outputResult will be 'true' if the java application returns without error. The outputResult will be 'false' if an error occurs. Define a unique parameter name starting with '${', ending with '}' for the whole orchestration (later tasks can override the parameter value if the same parameter name is specified). You can refer to this parameter in any task below in the tasklist, as an input parameter ${outputResult}. |
pipelineName | java.lang.String | false | Name of the pipeline project. | |
skipOnFailure | java.lang.String | Previous Task Name | true | Skip current task based on the name of the previous task whether has failed or not. |
twAutomationJarPath | java.lang.String | false | Location of the executable JAR file of DBmaestro TeamWork Automation ('TWAutomation.jar'). | |
twServer | java.lang.String | false | Host server name of DBmaestro TeamWork server. |
Class Name | com.midvision.rapiddeploy.plugins.products.dbmaestro.teamwork.tasks.TeamWorkPipelineEnterIntegrationTask |
Category | DBmaestro TeamWork - Detailed tasks |
Name | Type | Default Value | Optional | Description |
---|---|---|---|---|
dbType | java.util.List | Oracle | false | The default RDBMS DBmaestro TeamWork works with. |
environmentName | java.lang.String | false | Name of the environment in the pipeline project. | |
failOnError | java.lang.Boolean | true | false | This task will not fail the job on error if set to false. |
ignoreCheckedOutObjects | java.lang.Boolean | true | false | Determines if ignoring the checked-out objects or not. |
outputParameter | java.lang.String | ${output} | false | The name of the output parameter, which can pass the return value from the task. The task output will be the java application output to STDOUT. Define a unique parameter name starting with '${', ending with '}' for the whole orchestration (latter tasks can override the parameter value if the same parameter name is specified). You can refer to this parameter in any task below in the tasklist, as an input parameter ${output}. |
outputResult | java.lang.String | ${outputResult} | false | The name of the output parameter, which holds the text string output from the task. The outputResult will be 'true' if the java application returns without error. The outputResult will be 'false' if an error occurs. Define a unique parameter name starting with '${', ending with '}' for the whole orchestration (later tasks can override the parameter value if the same parameter name is specified). You can refer to this parameter in any task below in the tasklist, as an input parameter ${outputResult}. |
pipelineName | java.lang.String | false | Name of the pipeline project. | |
skipOnFailure | java.lang.String | Previous Task Name | true | Skip current task based on the name of the previous task whether has failed or not. |
twAutomationJarPath | java.lang.String | false | Location of the executable JAR file of DBmaestro TeamWork Automation ('TWAutomation.jar'). | |
twServer | java.lang.String | false | Host server name of DBmaestro TeamWork server. |
Class Name | com.midvision.rapiddeploy.plugins.products.dbmaestro.teamwork.tasks.TeamWorkPipelineExitIntegrationTask |
Category | DBmaestro TeamWork - Detailed tasks |
Name | Type | Default Value | Optional | Description |
---|---|---|---|---|
dbType | java.util.List | Oracle | false | The default RDBMS DBmaestro TeamWork works with. |
environmentName | java.lang.String | false | Name of the environment in the pipeline project. | |
failOnError | java.lang.Boolean | true | false | This task will not fail the job on error if set to false. |
outputParameter | java.lang.String | ${output} | false | The name of the output parameter, which can pass the return value from the task. The task output will be the java application output to STDOUT. Define a unique parameter name starting with '${', ending with '}' for the whole orchestration (latter tasks can override the parameter value if the same parameter name is specified). You can refer to this parameter in any task below in the tasklist, as an input parameter ${output}. |
outputResult | java.lang.String | ${outputResult} | false | The name of the output parameter, which holds the text string output from the task. The outputResult will be 'true' if the java application returns without error. The outputResult will be 'false' if an error occurs. Define a unique parameter name starting with '${', ending with '}' for the whole orchestration (later tasks can override the parameter value if the same parameter name is specified). You can refer to this parameter in any task below in the tasklist, as an input parameter ${outputResult}. |
pipelineName | java.lang.String | false | Name of the pipeline project. | |
skipOnFailure | java.lang.String | Previous Task Name | true | Skip current task based on the name of the previous task whether has failed or not. |
twAutomationJarPath | java.lang.String | false | Location of the executable JAR file of DBmaestro TeamWork Automation ('TWAutomation.jar'). | |
twServer | java.lang.String | false | Host server name of DBmaestro TeamWork server. |
Class Name | com.midvision.rapiddeploy.plugins.products.dbmaestro.teamwork.tasks.TeamWorkPipelineGenerateDeploymentScriptBetweenLabelsTask |
Category | DBmaestro TeamWork - Detailed tasks |
Name | Type | Default Value | Optional | Description |
---|---|---|---|---|
actionType | java.util.List | forward | false | Action type to perform. |
baselineLabelName | java.lang.String | true | The name of the baseline environment label used for the script generation. | |
dbType | java.util.List | Oracle | false | The default RDBMS DBmaestro TeamWork works with. |
environmentName | java.lang.String | false | Name of the source environment in the pipeline project. | |
failOnError | java.lang.Boolean | true | false | This task will not fail the job on error if set to false. |
labelName | java.lang.String | false | The name of the source environment label used for the script generation. | |
otherEnvironmentName | java.lang.String | true | Name of the target environment in the pipeline project. | |
outputParameter | java.lang.String | ${output} | false | The name of the output parameter, which can pass the return value from the task. The task output will be the java application output to STDOUT. Define a unique parameter name starting with '${', ending with '}' for the whole orchestration (latter tasks can override the parameter value if the same parameter name is specified). You can refer to this parameter in any task below in the tasklist, as an input parameter ${output}. |
outputResult | java.lang.String | ${outputResult} | false | The name of the output parameter, which holds the text string output from the task. The outputResult will be 'true' if the java application returns without error. The outputResult will be 'false' if an error occurs. Define a unique parameter name starting with '${', ending with '}' for the whole orchestration (later tasks can override the parameter value if the same parameter name is specified). You can refer to this parameter in any task below in the tasklist, as an input parameter ${outputResult}. |
pipelineName | java.lang.String | false | Name of the pipeline project. | |
skipOnFailure | java.lang.String | Previous Task Name | true | Skip current task based on the name of the previous task whether has failed or not. |
targetLabelName | java.lang.String | false | The name of the target environment label used for the script generation. | |
twAutomationJarPath | java.lang.String | false | Location of the executable JAR file of DBmaestro TeamWork Automation ('TWAutomation.jar'). | |
twServer | java.lang.String | false | Host server name of DBmaestro TeamWork server. |
Class Name | com.midvision.rapiddeploy.plugins.products.dbmaestro.teamwork.tasks.TeamWorkPipelineGenerateDeploymentScriptByTasksTask |
Category | DBmaestro TeamWork - Detailed tasks |
Name | Type | Default Value | Optional | Description |
---|---|---|---|---|
actionType | java.util.List | forward | false | Action type to perform. |
dbType | java.util.List | Oracle | false | The default RDBMS DBmaestro TeamWork works with. |
environmentName | java.lang.String | false | Name of the source environment in the pipeline project. | |
failOnError | java.lang.Boolean | true | false | This task will not fail the job on error if set to false. |
otherEnvironmentName | java.lang.String | true | Name of the target environment in the pipeline project. | |
outputParameter | java.lang.String | ${output} | false | The name of the output parameter, which can pass the return value from the task. The task output will be the java application output to STDOUT. Define a unique parameter name starting with '${', ending with '}' for the whole orchestration (latter tasks can override the parameter value if the same parameter name is specified). You can refer to this parameter in any task below in the tasklist, as an input parameter ${output}. |
outputResult | java.lang.String | ${outputResult} | false | The name of the output parameter, which holds the text string output from the task. The outputResult will be 'true' if the java application returns without error. The outputResult will be 'false' if an error occurs. Define a unique parameter name starting with '${', ending with '}' for the whole orchestration (later tasks can override the parameter value if the same parameter name is specified). You can refer to this parameter in any task below in the tasklist, as an input parameter ${outputResult}. |
pipelineName | java.lang.String | false | Name of the pipeline project. | |
skipOnFailure | java.lang.String | Previous Task Name | true | Skip current task based on the name of the previous task whether has failed or not. |
sourceTasks | java.lang.String | false | A comma-separated list of the source environment tasks used for the script generation. | |
twAutomationJarPath | java.lang.String | false | Location of the executable JAR file of DBmaestro TeamWork Automation ('TWAutomation.jar'). | |
twServer | java.lang.String | false | Host server name of DBmaestro TeamWork server. |
Class Name | com.midvision.rapiddeploy.plugins.products.dbmaestro.teamwork.tasks.TeamWorkPipelineGenerateDeploymentScriptTask |
Category | DBmaestro TeamWork - Detailed tasks |
Name | Type | Default Value | Optional | Description |
---|---|---|---|---|
actionType | java.util.List | forward | false | Action type to perform. |
dbType | java.util.List | Oracle | false | The default RDBMS DBmaestro TeamWork works with. |
environmentName | java.lang.String | false | Name of the source environment in the pipeline project. | |
failOnError | java.lang.Boolean | true | false | This task will not fail the job on error if set to false. |
otherEnvironmentName | java.lang.String | true | Name of the target environment in the pipeline project. | |
outputParameter | java.lang.String | ${output} | false | The name of the output parameter, which can pass the return value from the task. The task output will be the java application output to STDOUT. Define a unique parameter name starting with '${', ending with '}' for the whole orchestration (latter tasks can override the parameter value if the same parameter name is specified). You can refer to this parameter in any task below in the tasklist, as an input parameter ${output}. |
outputResult | java.lang.String | ${outputResult} | false | The name of the output parameter, which holds the text string output from the task. The outputResult will be 'true' if the java application returns without error. The outputResult will be 'false' if an error occurs. Define a unique parameter name starting with '${', ending with '}' for the whole orchestration (later tasks can override the parameter value if the same parameter name is specified). You can refer to this parameter in any task below in the tasklist, as an input parameter ${outputResult}. |
pipelineName | java.lang.String | false | Name of the pipeline project. | |
skipOnFailure | java.lang.String | Previous Task Name | true | Skip current task based on the name of the previous task whether has failed or not. |
twAutomationJarPath | java.lang.String | false | Location of the executable JAR file of DBmaestro TeamWork Automation ('TWAutomation.jar'). | |
twServer | java.lang.String | false | Host server name of DBmaestro TeamWork server. |
Class Name | com.midvision.rapiddeploy.plugins.products.dbmaestro.teamwork.tasks.TeamWorkPipelineGenerateDeploymentScriptByLabelTask |
Category | DBmaestro TeamWork - Detailed tasks |
Name | Type | Default Value | Optional | Description |
---|---|---|---|---|
actionType | java.util.List | forward | false | Action type to perform. |
dbType | java.util.List | Oracle | false | The default RDBMS DBmaestro TeamWork works with. |
environmentName | java.lang.String | false | Name of the source environment in the pipeline project. | |
failOnError | java.lang.Boolean | true | false | This task will not fail the job on error if set to false. |
labelName | java.lang.String | false | The name of the label used for the script generation. | |
otherEnvironmentName | java.lang.String | true | Name of the target environment in the pipeline project. | |
outputParameter | java.lang.String | ${output} | false | The name of the output parameter, which can pass the return value from the task. The task output will be the java application output to STDOUT. Define a unique parameter name starting with '${', ending with '}' for the whole orchestration (latter tasks can override the parameter value if the same parameter name is specified). You can refer to this parameter in any task below in the tasklist, as an input parameter ${output}. |
outputResult | java.lang.String | ${outputResult} | false | The name of the output parameter, which holds the text string output from the task. The outputResult will be 'true' if the java application returns without error. The outputResult will be 'false' if an error occurs. Define a unique parameter name starting with '${', ending with '}' for the whole orchestration (later tasks can override the parameter value if the same parameter name is specified). You can refer to this parameter in any task below in the tasklist, as an input parameter ${outputResult}. |
pipelineName | java.lang.String | false | Name of the pipeline project. | |
skipOnFailure | java.lang.String | Previous Task Name | true | Skip current task based on the name of the previous task whether has failed or not. |
twAutomationJarPath | java.lang.String | false | Location of the executable JAR file of DBmaestro TeamWork Automation ('TWAutomation.jar'). | |
twServer | java.lang.String | false | Host server name of DBmaestro TeamWork server. |
Class Name | com.midvision.rapiddeploy.plugins.products.dbmaestro.teamwork.tasks.TeamWorkPipelineSetBaselineTask |
Category | DBmaestro TeamWork - Detailed tasks |
Name | Type | Default Value | Optional | Description |
---|---|---|---|---|
baselineEnvironmentName | java.lang.String | false | Name of the baseline environment to be modified. | |
dbType | java.util.List | Oracle | false | The default RDBMS DBmaestro TeamWork works with. |
environmentName | java.lang.String | false | Name of the source environment in the pipeline project. | |
failOnError | java.lang.Boolean | true | false | This task will not fail the job on error if set to false. |
labelName | java.lang.String | false | The name of the label to be used. | |
outputParameter | java.lang.String | ${output} | false | The name of the output parameter, which can pass the return value from the task. The task output will be the java application output to STDOUT. Define a unique parameter name starting with '${', ending with '}' for the whole orchestration (latter tasks can override the parameter value if the same parameter name is specified). You can refer to this parameter in any task below in the tasklist, as an input parameter ${output}. |
outputResult | java.lang.String | ${outputResult} | false | The name of the output parameter, which holds the text string output from the task. The outputResult will be 'true' if the java application returns without error. The outputResult will be 'false' if an error occurs. Define a unique parameter name starting with '${', ending with '}' for the whole orchestration (later tasks can override the parameter value if the same parameter name is specified). You can refer to this parameter in any task below in the tasklist, as an input parameter ${outputResult}. |
pipelineName | java.lang.String | false | Name of the pipeline project. | |
skipOnFailure | java.lang.String | Previous Task Name | true | Skip current task based on the name of the previous task whether has failed or not. |
twAutomationJarPath | java.lang.String | false | Location of the executable JAR file of DBmaestro TeamWork Automation ('TWAutomation.jar'). | |
twServer | java.lang.String | false | Host server name of DBmaestro TeamWork server. |