UpdateEsbTaskSettings Class

Summary

The settings to update an ESB task. Only fill in what is needed.
Assembly
Cake.Talend.dll
Namespace
Cake.Talend.Models
Base Types
  • Object
graph BT Type-->Base0["Object"] Type["UpdateEsbTaskSettings"] class Type type-node

Syntax

public class UpdateEsbTaskSettings

Constructors

Properties

Name Value Summary
ContextName string
The name of the runtime context to use.
Description string
The description to show in Admin
EsbTaskID Nullable<int>
The ID of this ESB Task to update. If cannot find, use the Task name to get ID.
EsbTaskName string
The name of this task
FeatureName string
The name of the feature
JobGroup string
The directory in Nexus.
Repository string
Snapshots or Releases.
VersionID string
The version ID to use

Extension Methods

Name Value Summary
Dump<UpdateEsbTaskSettings>() string
Get a basic string representation of specified object.
Requires the Cake.Incubator addin
IsIn<UpdateEsbTaskSettings>(UpdateEsbTaskSettings[]) bool
Checks if the source is contained in a list
Requires the Cake.Incubator addin
NotNull<UpdateEsbTaskSettings>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Ftp addin
NotNull<UpdateEsbTaskSettings>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Issues addin
ThrowIfNull<UpdateEsbTaskSettings>(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<UpdateEsbTaskSettings>(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