Click or drag to resize
FileSystemJobFactoryTJobFactory, TJob Class
Factory for file system repository jobs.
Inheritance Hierarchy
SystemObject
  CMS.ContinuousIntegration.InternalFileSystemJobFactoryTJobFactory, TJob
    CMS.ContinuousIntegration.InternalFileSystemDeleteJobFactory
    CMS.ContinuousIntegration.InternalFileSystemDeleteObjectsByTypeJobFactory
    CMS.ContinuousIntegration.InternalFileSystemStoreJobFactory
    CMS.ContinuousIntegration.InternalFileSystemUpsertObjectsByTypeJobFactory

Namespace: CMS.ContinuousIntegration.Internal
Assembly: CMS.ContinuousIntegration (in CMS.ContinuousIntegration.dll) Version: 13.0.131
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