Click or drag to resize
FileSystemStoreJobFactory Class
Factory for file system repository store jobs.
Inheritance Hierarchy
SystemObject
  CMS.ContinuousIntegration.InternalFileSystemJobFactoryFileSystemStoreJobFactory, FileSystemStoreJob
    CMS.ContinuousIntegration.InternalFileSystemStoreJobFactory

Namespace: CMS.ContinuousIntegration.Internal
Assembly: CMS.ContinuousIntegration (in CMS.ContinuousIntegration.dll) Version: 10.0.0
Syntax
C#
public sealed class FileSystemStoreJobFactory : FileSystemJobFactory<FileSystemStoreJobFactory, FileSystemStoreJob>

The FileSystemStoreJobFactory type exposes the following members.

Constructors
  NameDescription
Public methodFileSystemStoreJobFactory
Initializes store job factory with default job set to FileSystemStoreJob.
Top
See Also