ITalendAdminApi Interface

Summary

The available methods to call on the Talend Admin API
Assembly
Cake.Talend.dll
Namespace
Cake.Talend
Implementing Types
graph BT Type["ITalendAdminApi"] class Type type-node Implementing0["TalendAdminApi"]-.->Type click Implementing0 "/api/Cake.Talend/TalendAdminApi"

Syntax

public interface ITalendAdminApi

Methods

Name Value Summary
DeployEsbTask(int) void
Deploys an ESB task.
GetEsbTaskIdByName(string) int
Gets the ID of a task from its name.
GetEsbTaskList() IEnumerable<EsbTask>
Lists all ESB tasks on this API.
GetServerList() IEnumerable<Server>
Get the list of servers currently available.
GetTaskIdByName(string) int
Gets the ID of a task from its name.
GetTaskList() IEnumerable<Task>
Lists all tasks on this API.
StartEsbTask(int) void
Starts an ESB task.
StopEsbTask(int) void
Stops an ESB task.
UndeployEsbTask(int) void
Undeploys an ESB task.
UpdateEsbTask(UpdateEsbTaskSettings) void
Updates an ESB task with the given information.

Extension Methods

Name Value Summary
Dump<ITalendAdminApi>() string
Get a basic string representation of specified object.
Requires the Cake.Incubator addin
IsIn<ITalendAdminApi>(ITalendAdminApi[]) bool
Checks if the source is contained in a list
Requires the Cake.Incubator addin
NotNull<ITalendAdminApi>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Ftp addin
NotNull<ITalendAdminApi>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Issues addin
ThrowIfNull<ITalendAdminApi>(string, string) T
Throws a System.ArgumentNullException with a specific message if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ThrowIfNull<ITalendAdminApi>(string) T
Throws a System.ArgumentNullException if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin