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.Openshift.
Summary
Contains functionality related to running openshift cli commands.
In order to use the commands for this alias, include the following in your build.cake file to download and
install from NuGet.org, or specify the ToolPath within the OpenshiftSettings
class:
#tool "nuget:?package=Openshift"
- Assembly
- Cake
.Openshift .dll - Namespace
- Cake
.Openshift - Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["OpenshiftAliases"]
class Type type-node
Syntax
public static class OpenshiftAliases
Attributes
Type | Description |
---|---|
Cake |
Methods
Name | Value | Summary |
---|---|---|
OpenshiftDelete |
void |
Deletes an openshift resource.
static
|
OpenshiftLogin |
void |
Logins to Openshift using username and password.
static
|
OpenshiftLogin |
void |
Logins to Openshift using Bearer token.
static
|
OpenshiftStartBuild |
void |
Starts a new openshift build for the provided build config with additional options.
static
|
OpenshiftStartBuild |
void |
Starts a new openshift build for the provided build config.
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|