Rollbacks the database changes.
Use \Project#createTask to register a new Task.
author |
Stephan Hochdoerfer S.Hochdoerfer@bitExpert.de |
---|---|
version |
$Id: ec5584e6f1cb98e44ff54c47042be7a2166c266f $ |
since | 2.4.10 |
package |
phing.tasks.ext.liquibase |
checkParams() : void
createParameter() : \LiquibaseParameter
createProperty() : \LiquibaseProperty
execute( $lbcommand, $lbparams = '') : string
string
the output of the executed command
getDescription() : string
string
The text description of the task
getLocation() : \Location
getOwningTarget() : \Target
getProject() : \Project
getRegisterSlot(string $slotName)
string
getRuntimeConfigurableWrapper() : \RuntimeConfigurable
getTaskName() : string
string
Name of this task
getTaskType() : string
string
The type of this task (XML Tag)
init()
Should throw a BuildException if something goes wrong with the build
This is abstract here, but may not be overloaded by subclasses.
throws | |
---|---|
log(string $msg, integer $level = \Project::MSG_INFO)
string
The message to be logged.
integer
The message's priority at this message should have
main()
Should throw a BuildException if someting goes wrong with the build
This is abstract here. Must be overloaded by real tasks.
maybeConfigure()
perform()
setChangeLogFile( $changelogFile)
setCheckreturn(boolean $checkreturn)
boolean
setclasspathref( $classpathref)
setDescription(string $desc)
string
The text describing the task
setDisplay(boolean $display)
boolean
setJar( $jar)
setLocation(\Location $location)
setOutputProperty(string $prop) : void
string
property name
setOwningTarget(\Target $target)
setPassthru( $passthru)
setPassword( $password)
setProject(\Project $project)
setRollbackTag( $rollbackTag)
setRuntimeConfigurableWrapper(\RuntimeConfigurable $wrapper)
setTaskName(string $name) : string
string
string
A string representing the name of this task for log
setTaskType( $name)
setUrl( $url)
jdbc:postgresql://psqlhost/mydatabase
setUsername( $username)
rollbackTag :
properties :
parameters :
jar :
changeLogFile :
username :
password :
url :
classpathref :
display : boolean
True by default to preserve old behaviour
var |
---|
boolean
checkreturn : boolean
var |
---|
boolean
passthru :
outputProperty : string
var |
---|
string
description : string
var |
---|
string
taskType : string
var |
---|
string
taskName : string
var |
---|
string
project : \Project