RepositoryEnum Class

Summary

The two main repositories.
Assembly
Cake.Talend.dll
Namespace
Cake.Talend
Base Types
  • Enum
graph BT Type-->Base0["Enum"] Type["RepositoryEnum"] class Type type-node

Syntax

public sealed class RepositoryEnum : Enum

Fields

Name Constant Value Summary
Releases 1
static
Snapshots 0
static
value__

Extension Methods

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