| FileSystemJobFactoryTJobFactory, TJob Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: CMS.ContinuousIntegration.Internal
 Syntax
Syntaxpublic abstract class FileSystemJobFactory<TJobFactory, TJob> where TJobFactory : new(), FileSystemJobFactory<TJobFactory, TJob>
The FileSystemJobFactoryTJobFactory, TJob type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | FileSystemJobFactoryTJobFactory, TJob | 
            Initializes a new job factory with default factory method.
             | 
 Methods
Methods| Name | Description | |
|---|---|---|
|   | RegisterJob | 
            Registers a new job for given object type by providing a factory method for the job.
             | 
 See Also
See Also