tasks/ext/git/GitGcTask.php

Show: inherited
Table of Contents

\GitGcTask

Package: phing\tasks\ext\git

Wrapper around git-gc

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

Properties

Propertyprivateboolean  $isAggressive= 'false'

--aggressive key to git-gc

Default valuefalseDetails
Type
boolean
Propertyprivateboolean  $isAuto= 'false'

--auto key to git-gc

Default valuefalseDetails
Type
boolean
Propertyprivateboolean  $noPrune= 'false'

--no-prune key to git-gc

Default valuefalseDetails
Type
boolean
Propertyprivatestring  $prune= ''2.weeks.ago''

--prune=<date>option of git-gc

Default value'2.weeks.ago'Details
Type
string

Methods

methodpublicgetAggressive( ) : void

methodpublicgetAuto( ) : void

methodpublicgetDescription( ) : void

methodprotectedgetGitClient( ) : void

methodpublicgetGitPath( ) : void

methodpublicgetLocation( ) : void

methodpublicgetNoPrune( ) : void

methodpublicgetOwningTarget( ) : void

methodpublicgetProject( ) : void

methodpublicgetPrune( ) : void

methodprotectedgetRegisterSlot( ) : void

methodpublicgetRepository( ) : void

methodpublicgetRuntimeConfigurableWrapper( ) : void

methodpublicgetTaskName( ) : void

methodpublicgetTaskType( ) : void

methodpublicinit( ) : void

methodpublicisAggressive( ) : void

Details
See
\getAggressive()  
methodpublicisAuto( ) : void

Details
See
\getAuto()  
methodpublicisNoPrune( ) : void

Details
See
\NoPrune()  
methodpubliclog( ) : void

methodpublicmain( ) : void

The main entry point for the task

methodpublicmaybeConfigure( ) : void

methodpublicperform( ) : void

methodpublicsetAggressive(  $flag ) : void

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

Parameters
Name Type Description
$flag
methodpublicsetDescription( ) : void

methodpublicsetGitPath( ) : void

methodpublicsetLocation( ) : void

methodpublicsetNoPrune(  $flag ) : void

Parameters
Name Type Description
$flag
methodpublicsetOwningTarget( ) : void

methodpublicsetProject( ) : void

methodpublicsetPrune(  $date ) : void

Parameters
Name Type Description
$date
methodpublicsetRepository( ) : void

methodpublicsetRuntimeConfigurableWrapper( ) : void

methodpublicsetTaskName( ) : void

methodpublicsetTaskType( ) : void

Documentation was generated by DocBlox 0.17.1.