PHP Class FetchJob

Afficher le fichier Open project: silverstripe/deploynaut Class Usage Examples

Méthodes publiques

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

Protected Properties

Свойство Type Description
$log DeploynautLogFile
$project DNProject
$user string

Méthodes publiques

Méthode Description
perform ( )
setUp ( )

Méthodes protégées

Méthode Description
cloneRepo ( )
fetchRepo ( )
runCommand ( string $command, string | null $workingDir = null ) Run a shell command.
updateStatus ( string $status )

Method Details

cloneRepo() protected méthode

protected cloneRepo ( )

fetchRepo() protected méthode

protected fetchRepo ( )

perform() public méthode

public perform ( )

runCommand() protected méthode

Run a shell command.
protected runCommand ( string $command, string | null $workingDir = null )
$command string The command to run
$workingDir string | null The working dir to run command in

setUp() public méthode

public setUp ( )

updateStatus() protected méthode

protected updateStatus ( string $status )
$status string

Property Details

$args public_oe property

public $args

$log protected_oe property

protected DeploynautLogFile $log
Résultat DeploynautLogFile

$project protected_oe property

protected DNProject $project
Résultat DNProject

$user protected_oe property

protected string $user
Résultat string