Wrapper aroung git-merge
Use \Project#createTask to register a new Task.
author |
Victor Farazdagi simple.square@gmail.com |
---|---|
version |
$Id: 1333ed9ac0800f5fcbe3d13519aa52a633d4db3c $ |
package |
phing.tasks.ext.git |
see | |
since | 2.4.3 |
link |
http://www.kernel.org/pub/software/scm/git/docs/git-merge.html |
getCommit()
getDescription() : string
string
The text description of the task
getFastForwardCommit()
getGitClient( $reset = false, $repository = null)
getGitPath() : string
string
getLocation() : \Location
getMessage()
getNoCommit()
getOwningTarget() : \Target
getProject() : \Project
getQuiet()
getRegisterSlot(string $slotName)
string
getRemote()
getRepository() : string
string
getRuntimeConfigurableWrapper() : \RuntimeConfigurable
getStrategy()
getStrategyOption()
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 | |
---|---|
isCommit()
isFastForwardCommit()
isNoCommit()
isQuiet()
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()
setCommit( $flag)
setDescription(string $desc)
string
The text describing the task
setFastForwardCommit( $flag)
setGitPath(string $gitPath) : \GitBaseTask
setLocation(\Location $location)
setMessage( $message)
setNoCommit( $flag)
setOwningTarget(\Target $target)
setProject(\Project $project)
setQuiet( $flag)
setRemote( $remote)
setRepository(string $repository) : \GitBaseTask
setRuntimeConfigurableWrapper(\RuntimeConfigurable $wrapper)
setStrategy( $strategy)
setStrategyOption( $strategyOption)
setTaskName(string $name) : string
string
string
A string representing the name of this task for log
setTaskType( $name)
remote : string
var |
---|
string
strategy : string
var |
---|
string
strategyOption : string
var |
---|
string
commit : boolean
var |
---|
boolean
noCommit : boolean
var |
---|
boolean
fastForwardCommit : boolean
var |
---|
boolean
quiet : boolean
var |
---|
boolean
validStrategies : array
var |
---|
array
gitPath : string
var |
---|
string
gitClient : \VersionControl_Git
var |
---|
\VersionControl_Git
repository : string
var |
---|
string
description : string
var |
---|
string
taskType : string
var |
---|
string
taskName : string
var |
---|
string
project : \Project