Method | Description | |
---|---|---|
getComponentFactory ( ) : Components_Component_Factory | Returns a component instance factory. | |
getModules ( ) | Return the list of modules. | |
getOutput ( ) : Components_Output | Returns the output handler. | |
getParser ( ) | Return the CLI parser. | |
getReleaseTasks ( ) : Components_Release_Tasks | Returns the release tasks handler. | |
getRemote ( ) : Horde_Pear_Remote | Returns the handler for remote PEAR servers. | |
getRunnerChange ( ) : Components_Runner_Change | Returns the change log handler for a package. | |
getRunnerCiPrebuild ( ) : Components_Runner_CiPrebuild | Returns the continuous integration pre-build handler. | |
getRunnerCiSetup ( ) : Components_Runner_CiSetup | Returns the continuous integration setup handler. | |
getRunnerComposer ( ) : Components_Runner_Composer | Returns the composer handler for a package. | |
getRunnerDistribute ( ) : Components_Runner_Distribute | Returns the distribution handler for a package. | |
getRunnerFetchdocs ( ) : Components_Runner_Fetchdocs | Returns the documentation fetch handler for a package. | |
getRunnerInstaller ( ) : Components_Runner_Installer | Returns the installer for a package. | |
getRunnerQc ( ) : Components_Runner_Qc | Returns the qc handler for a package. | |
getRunnerRelease ( ) : Components_Runner_Release | Returns the release handler for a package. | |
getRunnerSnapshot ( ) : Components_Runner_Snapshot | Returns the snapshot packaging handler for a package. | |
getRunnerUpdate ( ) : Components_Runner_Update | Returns the package XML handler for a package. | |
getRunnerWebdocs ( ) : Components_Runner_Webdocs | Returns the website documentation handler for a package. | |
initConfig ( Components_Config $config ) : null | Initial configuration setup. | |
setModules ( Horde_Cli_Modular $modules ) : null | Set the list of modules. | |
setParser ( Horde_Argv_Parser $parser ) : null | Set the CLI parser. |
public getComponentFactory ( ) : Components_Component_Factory | ||
return | Components_Component_Factory | The component factory. |
public getOutput ( ) : Components_Output | ||
return | Components_Output | The output handler. |
public getReleaseTasks ( ) : Components_Release_Tasks | ||
return | Components_Release_Tasks | The release tasks handler. |
public getRemote ( ) : Horde_Pear_Remote | ||
return | Horde_Pear_Remote | The handler. |
public getRunnerChange ( ) : Components_Runner_Change | ||
return | Components_Runner_Change | The change log handler. |
public getRunnerCiPrebuild ( ) : Components_Runner_CiPrebuild | ||
return | Components_Runner_CiPrebuild | The CI pre-build handler. |
public getRunnerCiSetup ( ) : Components_Runner_CiSetup | ||
return | Components_Runner_CiSetup | The CI setup handler. |
public getRunnerComposer ( ) : Components_Runner_Composer | ||
return | Components_Runner_Composer | The composer handler. |
public getRunnerDistribute ( ) : Components_Runner_Distribute | ||
return | Components_Runner_Distribute | The distribution handler. |
public getRunnerFetchdocs ( ) : Components_Runner_Fetchdocs | ||
return | Components_Runner_Fetchdocs | The fetch handler. |
public getRunnerInstaller ( ) : Components_Runner_Installer | ||
return | Components_Runner_Installer | The installer. |
public getRunnerQc ( ) : Components_Runner_Qc | ||
return | Components_Runner_Qc | The qc handler. |
public getRunnerRelease ( ) : Components_Runner_Release | ||
return | Components_Runner_Release | The release handler. |
public getRunnerSnapshot ( ) : Components_Runner_Snapshot | ||
return | Components_Runner_Snapshot | The snapshot handler. |
public getRunnerUpdate ( ) : Components_Runner_Update | ||
return | Components_Runner_Update | The package XML handler. |
public getRunnerWebdocs ( ) : Components_Runner_Webdocs | ||
return | Components_Runner_Webdocs | The documentation handler. |
public initConfig ( Components_Config $config ) : null | ||
$config | Components_Config | The configuration. |
return | null |
public setModules ( Horde_Cli_Modular $modules ) : null | ||
$modules | Horde_Cli_Modular | The list of modules. |
return | null |