Method | Description | |
---|---|---|
__construct ( Symfony\Component\DependencyInjection\ContainerInterface $container ) | ||
getAsciiContentPath ( $resource ) : string | null | Get ascii content path from grumphp.yml file | |
getBinDir ( ) : string | ||
getGitDir ( ) : string | ||
getHooksDir ( ) : string | ||
getHooksPreset ( ) : string | ||
getProcessAsyncLimit ( ) : integer | ||
getProcessAsyncWaitTime ( ) : integer | ||
getProcessTimeout ( ) : float | null | ||
getRegisteredTasks ( ) : array | ||
getTaskConfiguration ( string $taskName ) : array | ||
getTaskMetadata ( $taskName ) : array | ||
ignoreUnstagedChanges ( ) : boolean | ||
isBlockingTask ( string $taskName ) : boolean | ||
stopOnFailure ( ) : boolean |
public __construct ( Symfony\Component\DependencyInjection\ContainerInterface $container ) | ||
$container | Symfony\Component\DependencyInjection\ContainerInterface |
public getAsciiContentPath ( $resource ) : string | null | ||
$resource | ||
return | string | null |
public getTaskConfiguration ( string $taskName ) : array | ||
$taskName | string | |
return | array |
public isBlockingTask ( string $taskName ) : boolean | ||
$taskName | string | |
return | boolean |