Summary
Provides Jenkins change information for the current build in multibranch projects.
- Namespace
- Cake
.Common .Build .Jenkins .Data - Base Types
-
- object
- JenkinsInfo
graph BT
Type-->Base0["JenkinsInfo"]
click Base0 "/api/Cake.Common.Build.Jenkins/JenkinsInfo"
Base0-->Base1["object"]
Type["JenkinsChangeInfo"]
class Type type-node
Syntax
public class JenkinsChangeInfo : JenkinsInfo
Constructors
Name | Summary |
---|---|
JenkinsChangeInfo |
Initializes a new instance of the JenkinsChangeInfo class.
|
Properties
Name | Value | Summary |
---|---|---|
Author | string |
Gets change author.
|
AuthorDisplayName | string |
Gets the human name of the change author.
|
AuthorEmail | string |
Gets the email address of the change author.
|
Branch | string |
Gets the origin branch of the change.
|
Fork | string |
Gets the fork name of the change.
|
Id | string |
Gets the change id.
|
IsPullRequest | bool |
Gets a value indicating whether the current build was started by a pull request.
|
Target | string |
Gets the target/base branch of the change.
|
Title | string |
Gets the change title.
|
Url | string |
Gets the change URL.
|
Methods
Name | Value | Summary |
---|---|---|
Get |
bool |
Gets an environment variable as a
bool .
Inherited from JenkinsInfo
|
Get |
int |
Gets an environment variable as a
int .
Inherited from JenkinsInfo
|
GetEnvironmentString |
string |
Gets an environment variable as a
string .
Inherited from JenkinsInfo
|
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
|