Task to create a changelog file.
Use \Project#createTask to register a new Task.
author |
Stephan Hochdoerfer S.Hochdoerfer@bitExpert.de |
---|---|
version |
$Id: 5d14d92ab948ab412f1b18b54189278f939a34d5 $ |
since | 2.4.10 |
package |
phing.tasks.ext.liquibase |
checkChangeLogFile()
checkParams() : void
throws | |
---|---|
createParameter() : \LiquibaseParameter
createProperty() : \LiquibaseProperty
execute( $lbcommand, string $lbparams = '') : string
throws |
---|
string
the command to execute
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) : \RegisterSlot
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) : void
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()
throws | |
---|---|
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)
setPassword( $password)
setProject(\Project $project) : void
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)
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