Click or drag to resize
FileSystemJobFactoryTJobFactory, TJobCreateJob Delegate
Factory method creating a new job from given configuration.

Namespace: CMS.ContinuousIntegration.Internal
Assembly: CMS.ContinuousIntegration (in CMS.ContinuousIntegration.dll) Version: 10.0.0
Syntax
C#
public delegate TJob CreateJob(
	FileSystemRepositoryConfiguration configuration
)

Parameters

configuration
Type: CMS.ContinuousIntegration.InternalFileSystemRepositoryConfiguration
Repository manager configuration for the job to be created.

Return Value

Type: TJob
New instance of job.
See Also