Runner.

BuildRoute(string, string, DirectoryPath, TalendCommandLineSettings) Method

Summary

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

Syntax

public void BuildRoute(string projectName, string routeName, DirectoryPath artifactDestination, TalendCommandLineSettings settings)

Parameters

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

Return Value

Type Description
void