Overview

Namespaces

  • Jity
    • DeployBundle
      • Command
        • Helper
      • Compiler
      • DependencyInjection
        • Compiler
        • Configuration
          • Deploy
        • Handler
          • Packaging
      • Phing
        • Task
          • Installation
          • Packaging
            • Fetcher
      • Step
        • Helper
        • Installation
        • Packaging
          • Fetcher
  • PHP

Classes

  • AbstractFetcher
  • GitFetcher
  • LocalFetcher
  • SvnFetcher
  • Overview
  • Namespace
  • Class
  • Tree

Class GitFetcher

GitFetcher

Jity\DeployBundle\Step\AbstractStep implements Symfony\Component\DependencyInjection\ContainerAwareInterface
Extended by Jity\DeployBundle\Step\Packaging\Fetcher\AbstractFetcher
Extended by Jity\DeployBundle\Step\Packaging\Fetcher\GitFetcher
Namespace: Jity\DeployBundle\Step\Packaging\Fetcher
Author: Hermann Mayer <hermann.mayer92@gmail.com>
Uses: Jity\DeployBundle\Step\AbstractStep
DI\Service
DI\Tag("jity.deploy.packaging.fetcher")
Located at Jity/DeployBundle/Step/Packaging/Fetcher/GitFetcher.php
Methods summary
public
# configure( )

__construct

__construct

public Symfony\Component\Config\Definition\Builder\TreeBuilder
# getConfiguration( )

getConfiguration

getConfiguration

Define the configration for the step.

Returns

Symfony\Component\Config\Definition\Builder\TreeBuilder
public
# execute( )

execute

execute

Execute statements for the step.

Methods inherited from Jity\DeployBundle\Step\Packaging\Fetcher\AbstractFetcher
getHookPaths(), validate()
Methods inherited from Jity\DeployBundle\Step\AbstractStep
__construct(), cleanup(), executePostProcess(), executePreProcess(), getConfig(), getContainer(), getDeployEnvironment(), getDescription(), getFilesystem(), getInput(), getName(), getOutput(), getOutputPrefix(), getProcessHelper(), getRuntimeInputs(), hasCleanup(), hasPostProcess(), hasPreProcess(), isEmptyDirectory(), setCleanup(), setContainer(), setDescription(), setInput(), setName(), setOutput(), setOutputPrefix(), setPostProcess(), setPreProcess(), setRuntimeInputs()
Constants inherited from Jity\DeployBundle\Step\AbstractStep
INDENT
Properties inherited from Jity\DeployBundle\Step\AbstractStep
$cleanup, $container, $description, $filesystem, $helper, $input, $name, $output, $outputPrefix, $postProcess, $preProcess, $runtimeInputs
API documentation generated by ApiGen 2.8.0