PHP 클래스 mageekguy\atoum\scripts\git\pusher

상속: extends mageekguy\atoum\script\configurable
파일 보기 프로젝트 열기: atoum/atoum 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$forceMode
$git
$remote
$tagBetaVersion
$tagFile
$tagMajorVersion
$tagMinorVersion
$taggerEngine
$workingDirectory

공개 메소드들

메소드 설명
__construct ( $name, mageekguy\atoum\adapter $adapter = null )
getForceMode ( )
getGit ( )
getRemote ( )
getTagFile ( )
getTaggerEngine ( )
getWorkingDirectory ( )
setForceMode ( $force = true )
setGit ( mageekguy\atoum\cli\commands\git $git = null )
setRemote ( $remote = null )
setTagFile ( $tagFile = null )
setTaggerEngine ( engine $engine = null )
setWorkingDirectory ( $workingDirectory = null )
tagBetaVersion ( )
tagMajorVersion ( )
tagMinorVersion ( )
tagPatchVersion ( )

보호된 메소드들

메소드 설명
doRun ( )
getNextVersion ( $tag )
setArgumentHandlers ( )

비공개 메소드들

메소드 설명
createGitTag ( $tag )
pushTagToRemote ( $tag )
pushToRemote ( $tag )
tagDevelopmentVersion ( $tag )
tagSrcWith ( $tag, $tagChangelog = false )
tagStableVersion ( $tag )

메소드 상세

__construct() 공개 메소드

public __construct ( $name, mageekguy\atoum\adapter $adapter = null )
$adapter mageekguy\atoum\adapter

doRun() 보호된 메소드

protected doRun ( )

getForceMode() 공개 메소드

public getForceMode ( )

getGit() 공개 메소드

public getGit ( )

getNextVersion() 보호된 메소드

protected getNextVersion ( $tag )

getRemote() 공개 메소드

public getRemote ( )

getTagFile() 공개 메소드

public getTagFile ( )

getTaggerEngine() 공개 메소드

public getTaggerEngine ( )

getWorkingDirectory() 공개 메소드

public getWorkingDirectory ( )

setArgumentHandlers() 보호된 메소드

protected setArgumentHandlers ( )

setForceMode() 공개 메소드

public setForceMode ( $force = true )

setGit() 공개 메소드

public setGit ( mageekguy\atoum\cli\commands\git $git = null )
$git mageekguy\atoum\cli\commands\git

setRemote() 공개 메소드

public setRemote ( $remote = null )

setTagFile() 공개 메소드

public setTagFile ( $tagFile = null )

setTaggerEngine() 공개 메소드

public setTaggerEngine ( engine $engine = null )
$engine mageekguy\atoum\scripts\tagger\engine

setWorkingDirectory() 공개 메소드

public setWorkingDirectory ( $workingDirectory = null )

tagBetaVersion() 공개 메소드

public tagBetaVersion ( )

tagMajorVersion() 공개 메소드

public tagMajorVersion ( )

tagMinorVersion() 공개 메소드

public tagMinorVersion ( )

tagPatchVersion() 공개 메소드

public tagPatchVersion ( )

프로퍼티 상세

$forceMode 보호되어 있는 프로퍼티

protected $forceMode

$git 보호되어 있는 프로퍼티

protected $git

$remote 보호되어 있는 프로퍼티

protected $remote

$tagBetaVersion 보호되어 있는 프로퍼티

protected $tagBetaVersion

$tagFile 보호되어 있는 프로퍼티

protected $tagFile

$tagMajorVersion 보호되어 있는 프로퍼티

protected $tagMajorVersion

$tagMinorVersion 보호되어 있는 프로퍼티

protected $tagMinorVersion

$taggerEngine 보호되어 있는 프로퍼티

protected $taggerEngine

$workingDirectory 보호되어 있는 프로퍼티

protected $workingDirectory