tasks/ext/git/GitFetchTask.php

Show: inherited
Table of Contents

\GitFetchTask

Package: phing\tasks\ext\git

Wrapper aroung git-fetch

Parent(s)
\GitBaseTask < \Task < \ProjectComponent
See
\VersionControl_Git  
Author
Victor Farazdagi  
Since
2.4.3  
Version
$Id: GitFetchTask.php 1051 2011-03-02 19:40:51Z victor $  

Properties

Propertyprivateboolean  $allRemotes= 'false'

Fetch all remotes --all key to git-fetch

Default valuefalseDetails
Type
boolean
Propertyprivateboolean  $force= 'false'

--force, -f key to git-fetch

Default valuefalseDetails
Type
boolean
Propertyprivatestring  $group= ''

<group> argument to git-fetch

Details
Type
string
Propertyprivateboolean  $keepFiles= 'false'

Keep downloaded pack --keep key to git-fetch

Default valuefalseDetails
Type
boolean
Propertyprivateboolean  $noTags= 'false'

Disable/enable automatic tag following --no-tags key to git-fetch

Default valuefalseDetails
Type
boolean
Propertyprivateboolean  $prune= 'false'

After fetching, remove any remote tracking branches which no longer exist on the remote.

--prune key to git fetch

Default valuefalseDetails
Type
boolean
Propertyprivateboolean  $quiet= 'false'

--quiet, -q key to git-fetch

Default valuefalseDetails
Type
boolean
Propertyprivatestring  $refspec= ''

<refspec> argument to git-fetch

Details
Type
string
Propertyprivatestring  $source= ''origin''

<repository> argument to git-fetch

Default value'origin'Details
Type
string
Propertyprivateboolean  $tags= 'false'

Fetch all tags (even not reachable from branch heads) --tags key to git-fetch

Default valuefalseDetails
Type
boolean

Methods

methodpublicgetAll( ) : void

methodpublicgetDescription( ) : void

methodpublicgetForce( ) : void

methodprotectedgetGitClient( ) : void

methodpublicgetGitPath( ) : void

methodpublicgetGroup( ) : void

methodpublicgetKeep( ) : void

methodpublicgetLocation( ) : void

methodpublicgetNoTags( ) : void

methodpublicgetOwningTarget( ) : void

methodpublicgetProject( ) : void

methodpublicgetPrune( ) : void

methodpublicgetQuiet( ) : void

methodpublicgetRefspec( ) : void

methodprotectedgetRegisterSlot( ) : void

methodpublicgetRepository( ) : void

methodpublicgetRuntimeConfigurableWrapper( ) : void

methodpublicgetSource( ) : void

methodpublicgetTags( ) : void

methodpublicgetTaskName( ) : void

methodpublicgetTaskType( ) : void

methodpublicinit( ) : void

methodpublicisAllRemotes( ) : void

methodpublicisForce( ) : void

methodpublicisKeepFiles( ) : void

methodpublicisNoTags( ) : void

methodpublicisPrune( ) : void

methodpublicisQuiet( ) : void

methodpublicisTags( ) : void

methodpubliclog( ) : void

methodpublicmain( ) : void

The main entry point for the task

methodpublicmaybeConfigure( ) : void

methodpublicperform( ) : void

methodpublicsetAll(  $flag ) : void

Parameters
Name Type Description
$flag
methodpublicsetDescription( ) : void

methodpublicsetForce(  $flag ) : void

Parameters
Name Type Description
$flag
methodpublicsetGitPath( ) : void

methodpublicsetGroup(  $group ) : void

Parameters
Name Type Description
$group
methodpublicsetKeep(  $flag ) : void

Parameters
Name Type Description
$flag
methodpublicsetLocation( ) : void

methodpublicsetNoTags(  $flag ) : void

Parameters
Name Type Description
$flag
methodpublicsetOwningTarget( ) : void

methodpublicsetProject( ) : void

methodpublicsetPrune(  $flag ) : void

Parameters
Name Type Description
$flag
methodpublicsetQuiet(  $flag ) : void

Parameters
Name Type Description
$flag
methodpublicsetRefspec(  $spec ) : void

Parameters
Name Type Description
$spec
methodpublicsetRepository( ) : void

methodpublicsetRuntimeConfigurableWrapper( ) : void

methodpublicsetSource(  $source ) : void

Parameters
Name Type Description
$source
methodpublicsetTags(  $flag ) : void

Parameters
Name Type Description
$flag
methodpublicsetTaskName( ) : void

methodpublicsetTaskType( ) : void

Documentation was generated by DocBlox 0.17.1.