Class Types
Class | Summary |
---|---|
OpenshiftAliases |
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
|
Openshift |
The openshift start-build command |
Openshift |
Contains settings used by OpenshiftBuildStarter .
|
OpenshiftDeleter | The openshift delete command |
Openshift |
Contains settings used by OpenshiftDeleter .
|
OpenshiftLoginner | The openshift login command |
Openshift |
Contains settings used by OpenshiftLoginner .
|
OpenshiftSettings |
Contains common settings used by OpenshiftTool<TSettings> .
|
OpenshiftTool |
Base class for all Openshift related tools. |