PHP Class Liip\RMT\Action\VcsPublishAction

Inheritance: extends BaseAction
Show file Open project: liip/rmt

Public Methods

Method Description
__construct ( $options = [] )
execute ( )
getInformationRequests ( )

Protected Methods

Method Description
getRemote ( ) : string | null Return the remote name where to publish or null if not defined

Method Details

__construct() public method

public __construct ( $options = [] )

execute() public method

public execute ( )

getInformationRequests() public method

getRemote() protected method

Return the remote name where to publish or null if not defined
protected getRemote ( ) : string | null
return string | null