tasks/ext/git/GitTagTask.php

Show: inherited
Table of Contents

\GitTagTask

Package: phing\tasks\ext\git

Wrapper around git-tag

Parent(s)
\GitBaseTask < \Task < \ProjectComponent
See
\VersionControl_Git  
Author
Evan Kaufman  
Author
Victor Farazdagi  
Since
2.4.5  
Version
$Id: GitTagTask.php 1052 2011-03-02 20:33:54Z victor $  

Properties

Propertyprivateboolean  $annotate= 'false'

Make unsigned, annotated tag object. See -a of git-tag

Default valuefalseDetails
Type
boolean
Propertyprivatestring  $commit= ''

<commit> argument to git-tag

Details
Type
string
Propertyprivatestring  $contains= ''

Only list tags containing specified commit. See --contains of git-tag

Details
Type
string
Propertyprivateboolean  $delete= 'false'

Delete existing tags with given names. See -d of git-tag

Default valuefalseDetails
Type
boolean
Propertyprivatestring  $file= ''

Take tag message from given file. See -F of git-tag

Details
Type
string
Propertyprivatestring  $keySign= ''

Make GPG-signed tag, using given key. See -u of git-tag

Details
Type
string
Propertyprivateboolean  $list= 'false'

List tags with names matching given pattern. See -l of git-tag

Default valuefalseDetails
Type
boolean
Propertyprivatestring  $message= ''

Use given tag message. See -m of git-tag

Details
Type
string
Propertyprivatestring  $name= ''

<tagname> argument to git-tag

Details
Type
string
Propertyprivateint  $num= ''

<num> specifies how many lines from the annotation, if any, are printed when using -l. See -n of git-tag

Details
Type
int
Propertyprivatestring  $object= ''

<object> argument to git-tag

Details
Type
string
Propertyprivatestring  $outputProperty= ''

Property name to set with output value from git-tag

Details
Type
string
Propertyprivatestring  $pattern= ''

<pattern> argument to git-tag

Details
Type
string
Propertyprivateboolean  $replace= 'false'

Replace existing tag with given name. See -f of git-tag

Default valuefalseDetails
Type
boolean
Propertyprivateboolean  $sign= 'false'

Make GPG-signed tag. See -s of git-tag

Default valuefalseDetails
Type
boolean
Propertyprivateboolean  $verify= 'false'

Verify gpg signature of given tag names. See -v of git-tag

Default valuefalseDetails
Type
boolean

Methods

methodpublicgetAnnotate( ) : void

methodpublicgetCommit( ) : void

methodpublicgetContains( ) : void

methodpublicgetDelete( ) : void

methodpublicgetDescription( ) : void

methodpublicgetFile( ) : void

methodprotectedgetGitClient( ) : void

methodpublicgetGitPath( ) : void

methodpublicgetKeySign( ) : void

methodpublicgetList( ) : void

methodpublicgetLocation( ) : void

methodpublicgetMessage( ) : void

methodpublicgetName( ) : void

methodpublicgetNum( ) : void

methodpublicgetObject( ) : void

methodpublicgetOwningTarget( ) : void

methodpublicgetPattern( ) : void

methodpublicgetProject( ) : void

methodprotectedgetRegisterSlot( ) : void

methodpublicgetReplace( ) : void

methodpublicgetRepository( ) : void

methodpublicgetRuntimeConfigurableWrapper( ) : void

methodpublicgetSign( ) : void

methodpublicgetTaskName( ) : void

methodpublicgetTaskType( ) : void

methodpublicgetVerify( ) : void

methodpublicinit( ) : void

methodpublicisAnnotate( ) : void

methodpublicisDelete( ) : void

methodpublicisList( ) : void

methodpublicisReplace( ) : void

methodpublicisSign( ) : void

methodpublicisVerify( ) : void

methodpubliclog( ) : void

methodpublicmain( ) : void

The main entry point for the task

methodpublicmaybeConfigure( ) : void

methodpublicperform( ) : void

methodpublicsetAnnotate(  $flag ) : void

Parameters
Name Type Description
$flag
methodpublicsetCommit(  $commit ) : void

Parameters
Name Type Description
$commit
methodpublicsetContains(  $commit ) : void

Parameters
Name Type Description
$commit
methodpublicsetDelete(  $flag ) : void

Parameters
Name Type Description
$flag
methodpublicsetDescription( ) : void

methodpublicsetFile(  $file ) : void

Parameters
Name Type Description
$file
methodpublicsetForce(  $flag ) : void

Parameters
Name Type Description
$flag
methodpublicsetGitPath( ) : void

methodpublicsetKeySign(  $keyId ) : void

Parameters
Name Type Description
$keyId
methodpublicsetList(  $flag ) : void

Parameters
Name Type Description
$flag
methodpublicsetLocation( ) : void

methodpublicsetMessage(  $msg ) : void

Parameters
Name Type Description
$msg
methodpublicsetName(  $name ) : void

Parameters
Name Type Description
$name
methodpublicsetNum(  $num ) : void

Parameters
Name Type Description
$num
methodpublicsetObject(  $object ) : void

Parameters
Name Type Description
$object
methodpublicsetOutputProperty(  $prop ) : void

Parameters
Name Type Description
$prop
methodpublicsetOwningTarget( ) : void

methodpublicsetPattern(  $pattern ) : void

Parameters
Name Type Description
$pattern
methodpublicsetProject( ) : void

methodpublicsetReplace(  $flag ) : void

Parameters
Name Type Description
$flag
methodpublicsetRepository( ) : void

methodpublicsetRuntimeConfigurableWrapper( ) : void

methodpublicsetSign(  $flag ) : void

Parameters
Name Type Description
$flag
methodpublicsetTaskName( ) : void

methodpublicsetTaskType( ) : void

methodpublicsetVerify(  $flag ) : void

Parameters
Name Type Description
$flag
Documentation was generated by DocBlox 0.17.1.