Cake.Openshift.dll Assembly

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 OpenshiftSettings class:

#tool "nuget:?package=Openshift"

OpenshiftBuildStarter The openshift start-build command
OpenshiftBuildStarterSettings Contains settings used by OpenshiftBuildStarter.
OpenshiftDeleter The openshift delete command
OpenshiftDeleterSettings Contains settings used by OpenshiftDeleter.
OpenshiftLoginner The openshift login command
OpenshiftLoginSettings Contains settings used by OpenshiftLoginner.
OpenshiftSettings Contains common settings used by OpenshiftTool<TSettings>.
OpenshiftTool<TSettings> Base class for all Openshift related tools.