PublishJobSettings Class

Summary

The necessary settings to publish a job.
Assembly
Cake.Talend.dll
Namespace
Cake.Talend.Models
Base Types
  • Object
graph BT Type-->Base0["Object"] Type["PublishJobSettings"] class Type type-node

Syntax

public class PublishJobSettings

Constructors

Name Summary
PublishJobSettings()

Properties

Name Value Summary
ArtifactRepositoryPassword string
Password of the Nexus Artifact Repository to Publish build to.
ArtifactRepositoryUrl string
URL of the Nexus Artifact Repository to Publish build to.
ArtifactRepositoryUsername string
Username of the Nexus Artifact Repository to Publish build to.
Context string
The context to use. Local, Test, or Prod usually.
IsSnapshot Nullable<bool>
If true, make sure artifact repository url points to Snapshots repository. If false, make sure artifact repository url points to Release repository. If unspecified, true.
IsStandalone Nullable<bool>
If true, exported as standalone job. If false, exported as OSGI bundle. If unspecified, false.
JobGroup string
The directory in Nexus.
JobName string
The name of the Job.
ProjectName string
The name of the project.
PublishVersion string
Version on Nexus independent of actual Talend Job version.

Extension Methods

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