Runner.

BuildJob(string, string, DirectoryPath, TalendCommandLineSettings) Method

Summary

Builds a Talend job and drops it into directory using the specified settings.
Assembly
Cake.Talend.dll
Namespace
Cake.Talend.CommandLine
Containing Type
Runner

Syntax

public void BuildJob(string projectName, string jobName, DirectoryPath artifactDestination, TalendCommandLineSettings settings)

Parameters

Name Type Description
projectName string The Talend project name.
jobName string The Talend job name.
artifactDestination DirectoryPath The location to place build job zip.
settings TalendCommandLineSettings The settings.

Return Value

Type Description
void