This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Talend.
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 | Talend |
The settings. |
Return Value
Type | Description |
---|---|
void |