AppCenterAliases.

AppCenterCodepushDeploymentClear(ICakeContext, AppCenterCodepushDeploymentClearSettings, string) Method

Summary

Clear the release history associated with a deployment
Assembly
Cake.AppCenter.dll
Namespace
Cake.AppCenter
Containing Type
AppCenterAliases

Syntax

public static void AppCenterCodepushDeploymentClear(this ICakeContext context, AppCenterCodepushDeploymentClearSettings settings, string deploymentName)

Attributes

Type Description
CakeMethodAliasAttribute
CakeAliasCategoryAttribute

Parameters

Name Type Description
context ICakeContext The context.
settings AppCenterCodepushDeploymentClearSettings The settings.
deploymentName string The deploymentName.

Return Value

Type Description
void