public class Db2Db
extends org.gradle.api.DefaultTask
| Modifier and Type | Field and Description |
|---|---|
java.lang.Integer |
batchSize |
java.lang.Integer |
fetchSize |
Connector |
sourceDb |
java.util.Map<java.lang.String,java.lang.String> |
sqlParameters |
Connector |
targetDb |
java.util.List<TransferSet> |
transferSets |
| Constructor and Description |
|---|
Db2Db() |
| Modifier and Type | Method and Description |
|---|---|
void |
executeTask() |
newInputDirectory, newInputFile, newOutputDirectory, newOutputFileappendParallelSafeAction, compareTo, configure, dependsOn, doFirst, doFirst, doFirst, doLast, doLast, doLast, finalizedBy, getActions, getAnt, getAsDynamicObject, getConvention, getDependsOn, getDescription, getDestroyables, getDidWork, getEnabled, getExtensions, getFinalizedBy, getGroup, getIdentityPath, getImpliesSubProjects, getInputs, getLocalState, getLogger, getLogging, getMustRunAfter, getName, getOnlyIf, getOutputs, getPath, getProject, getServices, getShouldRunAfter, getStandardOutputCapture, getState, getTaskActions, getTaskDependencies, getTaskIdentity, getTemporaryDir, getTemporaryDirFactory, getTimeout, hasProperty, hasTaskActions, injectIntoNewInstance, isEnabled, isHasCustomActions, mustRunAfter, onlyIf, onlyIf, prependParallelSafeAction, property, replaceLogger, setActions, setDependsOn, setDescription, setDidWork, setEnabled, setFinalizedBy, setGroup, setImpliesSubProjects, setMustRunAfter, setOnlyIf, setOnlyIf, setProperty, setShouldRunAfter, shouldRunAfter, toString@Input public Connector sourceDb
@Input public Connector targetDb
@Input public java.util.List<TransferSet> transferSets
@Input @Optional public java.lang.Integer batchSize
@Input @Optional public java.lang.Integer fetchSize
@Input @Optional public java.util.Map<java.lang.String,java.lang.String> sqlParameters