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 outputs to specified directory.
Syntax
public static void BuildRoute(this ICakeContext context, string projectName, string routeName, DirectoryPath artifactDestination, TalendCommandLineSettings settings)
Attributes
| Type |
Description |
| CakeMethodAliasAttribute |
|
| CakeAliasCategoryAttribute |
|
Parameters
| Name |
Type |
Description |
| context |
ICakeContext |
|
| projectName |
string |
|
| routeName |
string |
|
| artifactDestination |
DirectoryPath |
|
| settings |
TalendCommandLineSettings |
|
Return Value