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

Inheritance: extends AppserverIo\Configuration\Interfaces\NodeInterface
Show file Open project: appserver-io/appserver

Public Methods

Method 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 method

Returns the node containing executable information.
public getExecute ( ) : ExecuteNode
return ExecuteNode The node containing executable information

getName() public method

Returns the job name.
public getName ( ) : string
return string The job name

getSchedule() public method

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