Summary
Base class used to provide information about the Bamboo environment.
- Namespace
- Cake
.Common .Build .Bitrise - Base Types
-
- object
- Derived Types
graph BT
Type-->Base0["object"]
Type["BitriseInfo"]
class Type type-node
Derived0["BitriseEnvironmentInfo"]-->Type
click Derived0 "/api/Cake.Common.Build.Bitrise.Data/BitriseEnvironmentInfo"
Derived1["BitriseDirectoryInfo"]-->Type
click Derived1 "/api/Cake.Common.Build.Bitrise.Data/BitriseDirectoryInfo"
Derived2["BitriseProvisioningInfo"]-->Type
click Derived2 "/api/Cake.Common.Build.Bitrise.Data/BitriseProvisioningInfo"
Derived3["BitriseApplicationInfo"]-->Type
click Derived3 "/api/Cake.Common.Build.Bitrise.Data/BitriseApplicationInfo"
Derived4["BitriseWorkflowInfo"]-->Type
click Derived4 "/api/Cake.Common.Build.Bitrise.Data/BitriseWorkflowInfo"
Derived5["BitriseRepositoryInfo"]-->Type
click Derived5 "/api/Cake.Common.Build.Bitrise.Data/BitriseRepositoryInfo"
Derived6["BitriseBuildInfo"]-->Type
click Derived6 "/api/Cake.Common.Build.Bitrise.Data/BitriseBuildInfo"
Derived7["BitrisePullRequestInfo"]-->Type
click Derived7 "/api/Cake.Common.Build.Bitrise.Data/BitrisePullRequestInfo"
Syntax
public abstract class BitriseInfo
Constructors
Name | Summary |
---|---|
BitriseInfo |
Initializes a new instance of the BitriseInfo class.
|
Methods
Name | Value | Summary |
---|---|---|
Get |
bool |
Gets an environment variable as a
bool .
|
Get |
int |
Gets an environment variable as a
int .
|
GetEnvironmentString |
string |
Gets an environment variable as a
string .
|
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
|