Click or drag to resize
CustomProcessorBase Constructor
Creates new instance of the CustomProcessorBase class.

Namespace: CMS.ContinuousIntegration.Internal
Assembly: CMS.ContinuousIntegration (in CMS.ContinuousIntegration.dll) Version: 10.0.0
Syntax
C#
protected CustomProcessorBase(
	AbstractFileSystemJob job
)

Parameters

job
Type: CMS.ContinuousIntegration.InternalAbstractFileSystemJob
Job the processor will be run from.
See Also