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
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 |
---|---|---|
Artifact |
string |
Password of the Nexus Artifact Repository to Publish build to.
|
Artifact |
string |
URL of the Nexus Artifact Repository to Publish build to.
|
Artifact |
string |
Username of the Nexus Artifact Repository to Publish build to.
|
Context | string |
The context to use. Local, Test, or Prod usually.
|
IsSnapshot | Nullable |
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 |
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 |
string |
Get a basic string representation of specified object.
From LoggingExtensions
Requires the Cake.Incubator addin
|
IsIn |
bool |
Checks if the source is contained in a list
From EnumerableExtensions
Requires the Cake.Incubator addin
|
NotNull |
void |
Throws an exception if the specified parameter's value is null.
From Extensions
Requires the Cake.Ftp addin
|
NotNull |
void |
From IssuesArgumentChecks
Requires the Cake.Issues addin
|
ThrowIfNull |
T |
Throws a
System.ArgumentNullException with a specific message if the value is null, otherwise returns the value
From AssertExtensions
Requires the Cake.Incubator addin
|
ThrowIfNull |
T |
Throws a
System.ArgumentNullException if the value is null, otherwise returns the value
From AssertExtensions
Requires the Cake.Incubator addin
|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|