trait Tasks (View source)

Methods

taskSvnStack(string $username = '', string $password = '', string $pathToSvn = 'svn')

No description

taskGitStack(string $pathToGit = 'git')

No description

taskHgStack(string $pathToHg = 'hg')

No description

Details

protected SvnStack|CollectionBuilder taskSvnStack(string $username = '', string $password = '', string $pathToSvn = 'svn')

No description

Parameters

string $username
string $password
string $pathToSvn

Return Value

SvnStack|CollectionBuilder

protected GitStack|CollectionBuilder taskGitStack(string $pathToGit = 'git')

No description

Parameters

string $pathToGit

Return Value

GitStack|CollectionBuilder

protected HgStack|CollectionBuilder taskHgStack(string $pathToHg = 'hg')

No description

Parameters

string $pathToHg

Return Value

HgStack|CollectionBuilder