PHP Class DeployJob

Afficher le fichier Open project: silverstripe/deploynaut

Méthodes publiques

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

Méthodes publiques

Méthode Description
alarmHandler ( ) Poll the sigFile looking for a signal to self-deliver.
onFailure ( Exception $exception )
perform ( )
setUp ( )

Méthodes protégées

Méthode Description
DNData ( ) : DNData
performBackup ( $backupDataTransfer, DeploynautLogFile $log )
updateStatus ( string $status )

Method Details

DNData() protected méthode

protected DNData ( ) : DNData
Résultat DNData

alarmHandler() public méthode

This is useful if we don't know the PID of the worker - we can easily deliver signals if we only know the ClassName and ID of the DataObject.
public alarmHandler ( )

onFailure() public méthode

public onFailure ( Exception $exception )
$exception Exception

perform() public méthode

public perform ( )

performBackup() protected méthode

protected performBackup ( $backupDataTransfer, DeploynautLogFile $log )
$log DeploynautLogFile

setUp() public méthode

public setUp ( )

updateStatus() protected méthode

protected updateStatus ( string $status )
$status string Transition

Property Details

$args public_oe property

public array $args
Résultat array