Summary
Provides Jenkins repository information for the current build.
- 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["JenkinsRepositoryInfo"]
class Type type-node
Syntax
public sealed class JenkinsRepositoryInfo : JenkinsInfo
Constructors
Name | Summary |
---|---|
Jenkins |
Initializes a new instance of the JenkinsRepositoryInfo class.
|
Properties
Name | Value | Summary |
---|---|---|
BranchName | string |
Gets the branch name which will be build in a multibranch project.
|
CvsBranch | string |
Gets the CVS branch.
|
GitBranch | string |
Gets the Git branch.
|
GitCheckoutDirectory | string |
Gets the Git checkout directory.
|
GitCommitSha | string |
Gets the Git commit sha.
|
GitLocalBranch | string |
Gets the Git local branch.
|
GitPreviousCommitSha | string |
Gets the previous Git commit sha.
|
Git |
string |
Gets the previous successfull Git commit sha.
|
GitUrl | string |
Gets the Git remote URL.
|
Mercurial |
string |
Gets the Mercurial repository URL.
|
MercurialRevision | string |
Gets the full id of the Mercurial revision.
|
Mercurial |
string |
Gets the Mercurial revision branch.
|
Mercurial |
string |
Gets the Mercurial revision number.
|
Mercurial |
string |
Gets the abbreviated id of the Mercurial revision.
|
SvnRevision | string |
Gets the SVN revision.
|
SvnUrl | string |
Gets the SVN 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
|