public abstract class ExecDatabaseScripts extends ExecDatabaseScripts
| Constructor and Description |
|---|
ExecDatabaseScripts() |
| Modifier and Type | Method and Description |
|---|---|
void |
apply() |
void |
applyCommand(java.util.List<java.lang.String> command,
java.util.function.BiFunction<org.gradle.process.ExecResult,java.lang.String,java.lang.Void> check) |
org.gradle.api.Task |
configure(groovy.lang.Closure closure) |
SshSpec |
getSsh() |
void |
setSsh(SshSpec ssh) |
applyScript, applyScripts, createCommand, createCommand, createShCCommand, createShCSqlFileCommand, createShFileCommand, createSqlFileCommand, getDatabase, getPhase, getScriptsDir, getShCPrefix, getTargetPath, getTargetPath, setDatabase, setPhase, setScriptsDircompareTo, dependsOn, doFirst, doFirst, doFirst, doLast, doLast, doLast, finalizedBy, getActions, getAnt, getDependsOn, getDescription, getDestroyables, getDidWork, getEnabled, getExtensions, getFinalizedBy, getGroup, getInputs, getLocalState, getLogger, getLogging, getMustRunAfter, getName, getOutputs, getPath, getProject, getShouldRunAfter, getState, getTaskDependencies, getTemporaryDir, getTimeout, hasProperty, mustRunAfter, onlyIf, onlyIf, property, setActions, setDependsOn, setDescription, setDidWork, setEnabled, setFinalizedBy, setGroup, setMustRunAfter, setOnlyIf, setOnlyIf, setProperty, setShouldRunAfter, shouldRunAfter, usesServiceappendParallelSafeAction, doNotTrackState, getAsDynamicObject, getConvention, getIdentityPath, getImpliesSubProjects, getLifecycleDependencies, getOnlyIf, getReasonNotToTrackState, getReasonTaskIsIncompatibleWithConfigurationCache, getRequiredServices, getServices, getSharedResources, getStandardOutputCapture, getTaskActions, getTaskIdentity, getTemporaryDirFactory, hasTaskActions, injectIntoNewInstance, isCompatibleWithConfigurationCache, isEnabled, isHasCustomActions, notCompatibleWithConfigurationCache, prependParallelSafeAction, setImpliesSubProjectsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdependsOn, doFirst, doFirst, doFirst, doLast, doLast, doLast, doNotTrackState, finalizedBy, getActions, getAnt, getConvention, getDependsOn, getDescription, getDestroyables, getDidWork, getEnabled, getFinalizedBy, getGroup, getInputs, getLocalState, getLogger, getLogging, getMustRunAfter, getName, getOutputs, getPath, getProject, getShouldRunAfter, getState, getTaskDependencies, getTemporaryDir, getTimeout, hasProperty, mustRunAfter, notCompatibleWithConfigurationCache, onlyIf, onlyIf, property, setActions, setDependsOn, setDescription, setDidWork, setEnabled, setFinalizedBy, setGroup, setMustRunAfter, setOnlyIf, setOnlyIf, setProperty, setShouldRunAfter, shouldRunAfter, usesService@Internal public SshSpec getSsh()
public void setSsh(SshSpec ssh)
public org.gradle.api.Task configure(groovy.lang.Closure closure)
configure in interface org.gradle.api.Taskconfigure in interface org.gradle.util.Configurable<org.gradle.api.Task>configure in class ExecDatabaseScriptspublic void apply()
apply in class ExecDatabaseScriptspublic void applyCommand(java.util.List<java.lang.String> command,
java.util.function.BiFunction<org.gradle.process.ExecResult,java.lang.String,java.lang.Void> check)
applyCommand in class ExecDatabaseScripts