Method StitchJob
StitchJob(JobManagerHelper, Job)
Stitches the specified Job.
public static void StitchJob(this JobManagerHelper helper, Job job)
Parameters
helperJobManagerHelperThe JobManagerHelper instance.
jobJobThe Job to stitch.
Remarks
StitchJob(JobManagerHelper, Job, List<SectionDefinition>)
Stitches the specified Job using the specified existing section definitions.
[Obsolete("Please use StitchJob with JobDomains")]
public static void StitchJob(this JobManagerHelper helper, Job job, List<SectionDefinition> existingSectionDefinitions)
Parameters
helperJobManagerHelperThe JobManagerHelper instance.
jobJobThe Job to stitch.
existingSectionDefinitionsList<SectionDefinition>The existing section definitions.
Remarks
StitchJob(JobManagerHelper, Job, List<SectionDefinition>, List<JobDomain>)
Stitches the specified Job using the specified existing section definitions and job domains.
public static void StitchJob(this JobManagerHelper helper, Job job, List<SectionDefinition> existingSectionDefinitions, List<JobDomain> existingJobDomains)
Parameters
helperJobManagerHelperThe JobManagerHelper instance.
jobJobThe Job to stitch.
existingSectionDefinitionsList<SectionDefinition>The existing section definitions.
existingJobDomainsList<JobDomain>The existing job domains.