Click or drag to resize
FileSystemJobFactoryTJobFactory, TJob Class
Factory for file system repository jobs.
Inheritance Hierarchy

Namespace: CMS.ContinuousIntegration.Internal
Assembly: CMS.ContinuousIntegration (in CMS.ContinuousIntegration.dll) Version: 10.0.0
Syntax
C#
public abstract class FileSystemJobFactory<TJobFactory, TJob>
where TJobFactory : new(), FileSystemJobFactory<TJobFactory, TJob>

Type Parameters

TJobFactory
Type of the factory inherited from this abstract class.
TJob
Type of job to be instantiated by the factory.

The FileSystemJobFactoryTJobFactory, TJob type exposes the following members.

Constructors
Methods
  NameDescription
Public methodStatic memberRegisterJob
Registers a new job for given object type by providing a factory method for the job.
Top
See Also