Method StitchJob
StitchJob(JobManagerHelper, Job)
Stitches the specified Job.
public static void StitchJob(this JobManagerHelper helper, Job job)
Parameters
helper
JobManagerHelperThe JobManagerHelper instance.
job
JobThe 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
helper
JobManagerHelperThe JobManagerHelper instance.
job
JobThe Job to stitch.
existingSectionDefinitions
List<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
helper
JobManagerHelperThe JobManagerHelper instance.
job
JobThe Job to stitch.
existingSectionDefinitions
List<SectionDefinition>The existing section definitions.
existingJobDomains
List<JobDomain>The existing job domains.