PHP Class Liip\RMT\VCS\Git

Inheritance: extends BaseVCS
Afficher le fichier Open project: liip/rmt Class Usage Examples

Protected Properties

Свойство Type Description
$dryRun

Méthodes publiques

Méthode Description
createTag ( $tagName )
getAllModificationsSince ( $tag, $color = true, $noMergeCommits = false )
getCurrentBranch ( )
getLocalModifications ( )
getModifiedFilesSince ( $tag )
getTags ( )
publishChanges ( $remote = null )
publishTag ( $tagName, $remote = null )
saveWorkingCopy ( $commitMsg = '' )

Méthodes protégées

Méthode Description
executeGitCommand ( $cmd )

Method Details

createTag() public méthode

public createTag ( $tagName )

executeGitCommand() protected méthode

protected executeGitCommand ( $cmd )

getAllModificationsSince() public méthode

public getAllModificationsSince ( $tag, $color = true, $noMergeCommits = false )

getCurrentBranch() public méthode

public getCurrentBranch ( )

getLocalModifications() public méthode

getModifiedFilesSince() public méthode

public getModifiedFilesSince ( $tag )

getTags() public méthode

public getTags ( )

publishChanges() public méthode

public publishChanges ( $remote = null )

publishTag() public méthode

public publishTag ( $tagName, $remote = null )

saveWorkingCopy() public méthode

public saveWorkingCopy ( $commitMsg = '' )

Property Details

$dryRun protected_oe property

protected $dryRun