C# Class Rebel.Cms.Web.Tasks.ConfigurationTaskBuilder

Inheritance: AbstractWebTask
Mostra file Open project: RebelCMS/rebelcmsxu5

Public Methods

Method Description
ConfigurationTaskBuilder ( IRebelApplicationContext applicationContext ) : System

Initializes a new instance of the ConfigurationTaskBuilder class.

Execute ( TaskExecutionContext context ) : void

This gets all tasks found in configuration blocks and dynamically creates real task definitions from them and registers them with the task manager with the trigger name of the package they were found in

Method Details

ConfigurationTaskBuilder() public method

Initializes a new instance of the ConfigurationTaskBuilder class.
public ConfigurationTaskBuilder ( IRebelApplicationContext applicationContext ) : System
applicationContext IRebelApplicationContext The application context.
return System

Execute() public method

This gets all tasks found in configuration blocks and dynamically creates real task definitions from them and registers them with the task manager with the trigger name of the package they were found in
public Execute ( TaskExecutionContext context ) : void
context Rebel.Framework.Tasks.TaskExecutionContext
return void