PHP Interface AppserverIo\Appserver\Core\Api\Node\JobNodeInterface

Inheritance: extends AppserverIo\Configuration\Interfaces\NodeInterface
Afficher le fichier Open project: appserver-io/appserver

Méthodes publiques

Méthode Description
getExecute ( ) : ExecuteNode Returns the node containing executable information.
getName ( ) : string Returns the job name.
getSchedule ( ) : AppserverIo\Appserver\Core\Api\Node\ScheduleNode Returns the node containing schedule the job schedule.

Method Details

getExecute() public méthode

Returns the node containing executable information.
public getExecute ( ) : ExecuteNode
Résultat ExecuteNode The node containing executable information

getName() public méthode

Returns the job name.
public getName ( ) : string
Résultat string The job name

getSchedule() public méthode

Returns the node containing schedule the job schedule.
public getSchedule ( ) : AppserverIo\Appserver\Core\Api\Node\ScheduleNode
Résultat AppserverIo\Appserver\Core\Api\Node\ScheduleNode The node containing the job schedule