AppCenterAliases.

AppCenterCodepushDeploymentRename(ICakeContext, AppCenterCodepushDeploymentRenameSettings, string, string) Method

Summary

Rename CodePush deployment
Assembly
Cake.AppCenter.dll
Namespace
Cake.AppCenter
Containing Type
AppCenterAliases

Syntax

public static void AppCenterCodepushDeploymentRename(this ICakeContext context, AppCenterCodepushDeploymentRenameSettings settings, string currentDeploymentName, string newDeploymentName)

Attributes

Type Description
CakeMethodAliasAttribute
CakeAliasCategoryAttribute

Parameters

Name Type Description
context ICakeContext The context.
settings AppCenterCodepushDeploymentRenameSettings The settings.
currentDeploymentName string The currentDeploymentName.
newDeploymentName string The newDeploymentName.

Return Value

Type Description
void