public class DeployDatabaseScripts extends DeployDatabaseScripts
| Constructor and Description |
|---|
DeployDatabaseScripts() |
| Modifier and Type | Method and Description |
|---|---|
void |
apply() |
org.gradle.api.Task |
configure(groovy.lang.Closure closure) |
void |
createPhaseDirectoryOnTarget(java.io.File phaseDir,
java.lang.String phase) |
void |
createPhaseDirectoryOnTarget(java.lang.String path) |
void |
deployScriptToTarget(java.io.File phaseDir,
java.io.File script,
java.lang.String target) |
SshSpec |
getSsh() |
java.lang.String |
getTargetPrefix() |
void |
setSsh(SshSpec ssh) |
apply, getDatabase, getScripts, getTarget, setDatabasecompareTo, 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 DeployDatabaseScriptspublic void apply()
apply in class DeployDatabaseScripts@Internal public java.lang.String getTargetPrefix()
getTargetPrefix in class DeployDatabaseScriptspublic void createPhaseDirectoryOnTarget(java.io.File phaseDir,
java.lang.String phase)
createPhaseDirectoryOnTarget in class DeployDatabaseScriptspublic void createPhaseDirectoryOnTarget(java.lang.String path)
public void deployScriptToTarget(java.io.File phaseDir,
java.io.File script,
java.lang.String target)
deployScriptToTarget in class DeployDatabaseScripts