AppCenterAliases Class

Summary

Contains functionality for working with appcenter commands.
Assembly
Cake.AppCenter.dll
Namespace
Cake.AppCenter
Base Types
  • Object
graph BT Type-->Base0["Object"] Type["AppCenterAliases"] class Type type-node

Syntax

public static class AppCenterAliases

Attributes

Type Description
NullableContextAttribute
NullableAttribute
CakeAliasCategoryAttribute

Methods

Name Value Summary
AppCenterAnalyticsAppVersions(ICakeContext, AppCenterAnalyticsAppVersionsSettings) void
Shows versions of the application
static
AppCenterAnalyticsAppVersionsWithResult(ICakeContext, AppCenterAnalyticsAppVersionsSettings) IEnumerable<string>
Shows versions of the application
static
AppCenterAnalyticsAudience(ICakeContext, AppCenterAnalyticsAudienceSettings) void
Show audience statistics
static
AppCenterAnalyticsAudienceWithResult(ICakeContext, AppCenterAnalyticsAudienceSettings) IEnumerable<string>
Show audience statistics
static
AppCenterAnalyticsEventsDelete(ICakeContext, AppCenterAnalyticsEventsDeleteSettings) void
Delete event
static
AppCenterAnalyticsEventsDeleteWithResult(ICakeContext, AppCenterAnalyticsEventsDeleteSettings) IEnumerable<string>
Delete event
static
AppCenterAnalyticsEventsShow(ICakeContext, AppCenterAnalyticsEventsShowSettings) void
Show statistics for events
static
AppCenterAnalyticsEventsShowWithResult(ICakeContext, AppCenterAnalyticsEventsShowSettings) IEnumerable<string>
Show statistics for events
static
AppCenterAnalyticsLogFlow(ICakeContext, AppCenterAnalyticsLogFlowSettings) void
Command to see the incoming logs in real time
static
AppCenterAnalyticsLogFlowWithResult(ICakeContext, AppCenterAnalyticsLogFlowSettings) IEnumerable<string>
Command to see the incoming logs in real time
static
AppCenterAnalyticsSessions(ICakeContext, AppCenterAnalyticsSessionsSettings) void
Show statistics for sessions
static
AppCenterAnalyticsSessionsWithResult(ICakeContext, AppCenterAnalyticsSessionsSettings) IEnumerable<string>
Show statistics for sessions
static
AppCenterAppsCreate(ICakeContext, AppCenterAppsCreateSettings) void
Create a new app
static
AppCenterAppsCreateWithResult(ICakeContext, AppCenterAppsCreateSettings) IEnumerable<string>
Create a new app
static
AppCenterAppsDelete(ICakeContext, AppCenterAppsDeleteSettings) void
Delete an app
static
AppCenterAppsDeleteWithResult(ICakeContext, AppCenterAppsDeleteSettings) IEnumerable<string>
Delete an app
static
AppCenterAppsGetCurrent(ICakeContext, AppCenterAppsGetCurrentSettings) void
Get the application that's set as default for all CLI commands
static
AppCenterAppsGetCurrentWithResult(ICakeContext, AppCenterAppsGetCurrentSettings) IEnumerable<string>
Get the application that's set as default for all CLI commands
static
AppCenterAppsList(ICakeContext, AppCenterAppsListSettings) void
Get list of configured applications
static
AppCenterAppsListWithResult(ICakeContext, AppCenterAppsListSettings) IEnumerable<string>
Get list of configured applications
static
AppCenterAppsSetCurrent(ICakeContext, AppCenterAppsSetCurrentSettings, string) void
Set default application for all CLI commands. Not compatible when authenticating with '--token' or an environment variable. Use environment variable 'MOBILE_CENTER_CURRENT_APP' to set the default app instead.
static
AppCenterAppsSetCurrentWithResult(ICakeContext, AppCenterAppsSetCurrentSettings, string) IEnumerable<string>
Set default application for all CLI commands. Not compatible when authenticating with '--token' or an environment variable. Use environment variable 'MOBILE_CENTER_CURRENT_APP' to set the default app instead.
static
AppCenterAppsShow(ICakeContext, AppCenterAppsShowSettings) void
Get the details of an app
static
AppCenterAppsShowWithResult(ICakeContext, AppCenterAppsShowSettings) IEnumerable<string>
Get the details of an app
static
AppCenterAppsUpdate(ICakeContext, AppCenterAppsUpdateSettings) void
Update an app
static
AppCenterAppsUpdateWithResult(ICakeContext, AppCenterAppsUpdateSettings) IEnumerable<string>
Update an app
static
AppCenterBuildBranchesList(ICakeContext, AppCenterBuildBranchesListSettings) void
Show list of branches
static
AppCenterBuildBranchesListWithResult(ICakeContext, AppCenterBuildBranchesListSettings) IEnumerable<string>
Show list of branches
static
AppCenterBuildBranchesShow(ICakeContext, AppCenterBuildBranchesShowSettings) void
Show branch build status
static
AppCenterBuildBranchesShowWithResult(ICakeContext, AppCenterBuildBranchesShowSettings) IEnumerable<string>
Show branch build status
static
AppCenterBuildDownload(ICakeContext, AppCenterBuildDownloadSettings) void
Download the binary, logs or symbols for a completed build
static
AppCenterBuildDownloadWithResult(ICakeContext, AppCenterBuildDownloadSettings) IEnumerable<string>
Download the binary, logs or symbols for a completed build
static
AppCenterBuildLogs(ICakeContext, AppCenterBuildLogsSettings) void
Displays log for build
static
AppCenterBuildLogsWithResult(ICakeContext, AppCenterBuildLogsSettings) IEnumerable<string>
Displays log for build
static
AppCenterBuildQueue(ICakeContext, AppCenterBuildQueueSettings) void
Queue a new build
static
AppCenterBuildQueueWithResult(ICakeContext, AppCenterBuildQueueSettings) IEnumerable<string>
Queue a new build
static
AppCenterCodepushDeploymentAdd(ICakeContext, AppCenterCodepushDeploymentAddSettings, string) void
Add a new deployment to an app
static
AppCenterCodepushDeploymentAddWithResult(ICakeContext, AppCenterCodepushDeploymentAddSettings, string) IEnumerable<string>
Add a new deployment to an app
static
AppCenterCodepushDeploymentClear(ICakeContext, AppCenterCodepushDeploymentClearSettings, string) void
Clear the release history associated with a deployment
static
AppCenterCodepushDeploymentClearWithResult(ICakeContext, AppCenterCodepushDeploymentClearSettings, string) IEnumerable<string>
Clear the release history associated with a deployment
static
AppCenterCodepushDeploymentHistory(ICakeContext, AppCenterCodepushDeploymentHistorySettings, string) void
Display the release history for a CodePush deployment
static
AppCenterCodepushDeploymentHistoryWithResult(ICakeContext, AppCenterCodepushDeploymentHistorySettings, string) IEnumerable<string>
Display the release history for a CodePush deployment
static
AppCenterCodepushDeploymentList(ICakeContext, AppCenterCodepushDeploymentListSettings) void
List the deployments associated with an app
static
AppCenterCodepushDeploymentListWithResult(ICakeContext, AppCenterCodepushDeploymentListSettings) IEnumerable<string>
List the deployments associated with an app
static
AppCenterCodepushDeploymentRemove(ICakeContext, AppCenterCodepushDeploymentRemoveSettings, string) void
Remove CodePush deployment
static
AppCenterCodepushDeploymentRemoveWithResult(ICakeContext, AppCenterCodepushDeploymentRemoveSettings, string) IEnumerable<string>
Remove CodePush deployment
static
AppCenterCodepushDeploymentRename(ICakeContext, AppCenterCodepushDeploymentRenameSettings, string, string) void
Rename CodePush deployment
static
AppCenterCodepushDeploymentRenameWithResult(ICakeContext, AppCenterCodepushDeploymentRenameSettings, string, string) IEnumerable<string>
Rename CodePush deployment
static
AppCenterCodepushPatch(ICakeContext, AppCenterCodepushPatchSettings, string) void
Update the metadata for an existing CodePush release
static
AppCenterCodepushPatchWithResult(ICakeContext, AppCenterCodepushPatchSettings, string) IEnumerable<string>
Update the metadata for an existing CodePush release
static
AppCenterCodepushPromote(ICakeContext, AppCenterCodepushPromoteSettings) void
Create a new release for the destination deployment, which includes the exact code and metadata from the latest release of the source deployment
static
AppCenterCodepushPromoteWithResult(ICakeContext, AppCenterCodepushPromoteSettings) IEnumerable<string>
Create a new release for the destination deployment, which includes the exact code and metadata from the latest release of the source deployment
static
AppCenterCodepushRelease(ICakeContext, AppCenterCodepushReleaseSettings) void
Release an update to an app deployment
static
AppCenterCodepushReleaseCordova(ICakeContext, AppCenterCodepushReleaseCordovaSettings) void
Release a Cordova update to an app deployment
static
AppCenterCodepushReleaseCordovaWithResult(ICakeContext, AppCenterCodepushReleaseCordovaSettings) IEnumerable<string>
Release a Cordova update to an app deployment
static
AppCenterCodepushReleaseElectron(ICakeContext, AppCenterCodepushReleaseElectronSettings) void
Release an Electron update to a deployment
static
AppCenterCodepushReleaseElectronWithResult(ICakeContext, AppCenterCodepushReleaseElectronSettings) IEnumerable<string>
Release an Electron update to a deployment
static
AppCenterCodepushReleaseReact(ICakeContext, AppCenterCodepushReleaseReactSettings) void
Release a React Native update to an app deployment
static
AppCenterCodepushReleaseReactWithResult(ICakeContext, AppCenterCodepushReleaseReactSettings) IEnumerable<string>
Release a React Native update to an app deployment
static
AppCenterCodepushReleaseWithResult(ICakeContext, AppCenterCodepushReleaseSettings) IEnumerable<string>
Release an update to an app deployment
static
AppCenterCodepushRollback(ICakeContext, AppCenterCodepushRollbackSettings, string) void
Rollback a deployment to a previous release
static
AppCenterCodepushRollbackWithResult(ICakeContext, AppCenterCodepushRollbackSettings, string) IEnumerable<string>
Rollback a deployment to a previous release
static
AppCenterCrashesUploadMappings(ICakeContext, AppCenterCrashesUploadMappingsSettings) void
Upload the Android mappings for the application
static
AppCenterCrashesUploadMappingsWithResult(ICakeContext, AppCenterCrashesUploadMappingsSettings) IEnumerable<string>
Upload the Android mappings for the application
static
AppCenterCrashesUploadMissingSymbols(ICakeContext, AppCenterCrashesUploadMissingSymbolsSettings, string) void
Upload missing crash symbols for the application (only from macOS)
static
AppCenterCrashesUploadMissingSymbolsWithResult(ICakeContext, AppCenterCrashesUploadMissingSymbolsSettings, string) IEnumerable<string>
Upload missing crash symbols for the application (only from macOS)
static
AppCenterCrashesUploadSymbols(ICakeContext, AppCenterCrashesUploadSymbolsSettings) void
Upload the crash symbols for the application
static
AppCenterCrashesUploadSymbolsWithResult(ICakeContext, AppCenterCrashesUploadSymbolsSettings) IEnumerable<string>
Upload the crash symbols for the application
static
AppCenterDistributeGroupsCreate(ICakeContext, AppCenterDistributeGroupsCreateSettings) void
Create new distribution group
static
AppCenterDistributeGroupsCreateWithResult(ICakeContext, AppCenterDistributeGroupsCreateSettings) IEnumerable<string>
Create new distribution group
static
AppCenterDistributeGroupsDelete(ICakeContext, AppCenterDistributeGroupsDeleteSettings) void
Deletes the distribution group
static
AppCenterDistributeGroupsDeleteWithResult(ICakeContext, AppCenterDistributeGroupsDeleteSettings) IEnumerable<string>
Deletes the distribution group
static
AppCenterDistributeGroupsDownload(ICakeContext, AppCenterDistributeGroupsDownloadSettings) void
Download release package for the distribution group
static
AppCenterDistributeGroupsDownloadWithResult(ICakeContext, AppCenterDistributeGroupsDownloadSettings) IEnumerable<string>
Download release package for the distribution group
static
AppCenterDistributeGroupsList(ICakeContext, AppCenterDistributeGroupsListSettings) void
Lists all distribution groups of the app
static
AppCenterDistributeGroupsListWithResult(ICakeContext, AppCenterDistributeGroupsListSettings) IEnumerable<string>
Lists all distribution groups of the app
static
AppCenterDistributeGroupsPublish(ICakeContext, AppCenterDistributeGroupsPublishSettings) void
Publish an app file to a group
static
AppCenterDistributeGroupsPublishWithResult(ICakeContext, AppCenterDistributeGroupsPublishSettings) IEnumerable<string>
Publish an app file to a group
static
AppCenterDistributeGroupsShow(ICakeContext, AppCenterDistributeGroupsShowSettings) void
Shows information about the distribution group
static
AppCenterDistributeGroupsShowWithResult(ICakeContext, AppCenterDistributeGroupsShowSettings) IEnumerable<string>
Shows information about the distribution group
static
AppCenterDistributeGroupsUpdate(ICakeContext, AppCenterDistributeGroupsUpdateSettings) void
Update existing distribution group
static
AppCenterDistributeGroupsUpdateWithResult(ICakeContext, AppCenterDistributeGroupsUpdateSettings) IEnumerable<string>
Update existing distribution group
static
AppCenterDistributeRelease(ICakeContext, AppCenterDistributeReleaseSettings) void
Upload release binary and trigger distribution, at least one of --store or --group must be specified
static
AppCenterDistributeReleasesAddDestination(ICakeContext, AppCenterDistributeReleasesAddDestinationSettings) void
Distribute an existing release to an additional destination
static
AppCenterDistributeReleasesAddDestinationWithResult(ICakeContext, AppCenterDistributeReleasesAddDestinationSettings) IEnumerable<string>
Distribute an existing release to an additional destination
static
AppCenterDistributeReleasesDelete(ICakeContext, AppCenterDistributeReleasesDeleteSettings) void
Deletes the release
static
AppCenterDistributeReleasesDeleteWithResult(ICakeContext, AppCenterDistributeReleasesDeleteSettings) IEnumerable<string>
Deletes the release
static
AppCenterDistributeReleasesEdit(ICakeContext, AppCenterDistributeReleasesEditSettings, string) void
Toggles enabling and disabling the specified release
static
AppCenterDistributeReleasesEditNotes(ICakeContext, AppCenterDistributeReleasesEditNotesSettings) void
Update release notes
static
AppCenterDistributeReleasesEditNotesWithResult(ICakeContext, AppCenterDistributeReleasesEditNotesSettings) IEnumerable<string>
Update release notes
static
AppCenterDistributeReleasesEditWithResult(ICakeContext, AppCenterDistributeReleasesEditSettings, string) IEnumerable<string>
Toggles enabling and disabling the specified release
static
AppCenterDistributeReleasesList(ICakeContext, AppCenterDistributeReleasesListSettings) void
Shows the list of all releases for the application
static
AppCenterDistributeReleasesListWithResult(ICakeContext, AppCenterDistributeReleasesListSettings) IEnumerable<string>
Shows the list of all releases for the application
static
AppCenterDistributeReleasesShow(ICakeContext, AppCenterDistributeReleasesShowSettings) void
Shows full details about release
static
AppCenterDistributeReleasesShowWithResult(ICakeContext, AppCenterDistributeReleasesShowSettings) IEnumerable<string>
Shows full details about release
static
AppCenterDistributeReleaseWithResult(ICakeContext, AppCenterDistributeReleaseSettings) IEnumerable<string>
Upload release binary and trigger distribution, at least one of --store or --group must be specified
static
AppCenterDistributeStoresList(ICakeContext, AppCenterDistributeStoresListSettings) void
Lists all stores of the app
static
AppCenterDistributeStoresListWithResult(ICakeContext, AppCenterDistributeStoresListSettings) IEnumerable<string>
Lists all stores of the app
static
AppCenterDistributeStoresPublish(ICakeContext, AppCenterDistributeStoresPublishSettings) void
Publish an app file to a store
static
AppCenterDistributeStoresPublishWithResult(ICakeContext, AppCenterDistributeStoresPublishSettings) IEnumerable<string>
Publish an app file to a store
static
AppCenterLogin(ICakeContext, AppCenterLoginSettings) void
Log in
static
AppCenterLoginWithResult(ICakeContext, AppCenterLoginSettings) IEnumerable<string>
Log in
static
AppCenterLogout(ICakeContext, AppCenterLogoutSettings) void
Log out
static
AppCenterLogoutWithResult(ICakeContext, AppCenterLogoutSettings) IEnumerable<string>
Log out
static
AppCenterOrgsAppsCreate(ICakeContext, AppCenterOrgsAppsCreateSettings) void
Create a new app in an organization
static
AppCenterOrgsAppsCreateWithResult(ICakeContext, AppCenterOrgsAppsCreateSettings) IEnumerable<string>
Create a new app in an organization
static
AppCenterOrgsAppsList(ICakeContext, AppCenterOrgsAppsListSettings) void
Lists applications of organization
static
AppCenterOrgsAppsListWithResult(ICakeContext, AppCenterOrgsAppsListSettings) IEnumerable<string>
Lists applications of organization
static
AppCenterOrgsCollaboratorsList(ICakeContext, AppCenterOrgsCollaboratorsListSettings) void
Lists collaborators of organization
static
AppCenterOrgsCollaboratorsListWithResult(ICakeContext, AppCenterOrgsCollaboratorsListSettings) IEnumerable<string>
Lists collaborators of organization
static
AppCenterOrgsCollaboratorsUpdate(ICakeContext, AppCenterOrgsCollaboratorsUpdateSettings) void
Update list of organization collaborators
static
AppCenterOrgsCollaboratorsUpdateWithResult(ICakeContext, AppCenterOrgsCollaboratorsUpdateSettings) IEnumerable<string>
Update list of organization collaborators
static
AppCenterOrgsCreate(ICakeContext, AppCenterOrgsCreateSettings) void
Create a new organization
static
AppCenterOrgsCreateWithResult(ICakeContext, AppCenterOrgsCreateSettings) IEnumerable<string>
Create a new organization
static
AppCenterOrgsList(ICakeContext, AppCenterOrgsListSettings) void
Lists organizations in which current user is collaborator
static
AppCenterOrgsListWithResult(ICakeContext, AppCenterOrgsListSettings) IEnumerable<string>
Lists organizations in which current user is collaborator
static
AppCenterOrgsShow(ICakeContext, AppCenterOrgsShowSettings) void
Show information about organization
static
AppCenterOrgsShowWithResult(ICakeContext, AppCenterOrgsShowSettings) IEnumerable<string>
Show information about organization
static
AppCenterOrgsUpdate(ICakeContext, AppCenterOrgsUpdateSettings) void
Update organization information
static
AppCenterOrgsUpdateWithResult(ICakeContext, AppCenterOrgsUpdateSettings) IEnumerable<string>
Update organization information
static
AppCenterProfileList(ICakeContext, AppCenterProfileListSettings) void
Get information about logged in user
static
AppCenterProfileListWithResult(ICakeContext, AppCenterProfileListSettings) IEnumerable<string>
Get information about logged in user
static
AppCenterProfileUpdate(ICakeContext, AppCenterProfileUpdateSettings) void
Update user information
static
AppCenterProfileUpdateWithResult(ICakeContext, AppCenterProfileUpdateSettings) IEnumerable<string>
Update user information
static
AppCenterSetupAutocomplete(ICakeContext, AppCenterSetupAutocompleteSettings, string) void
Setup tab completion for your shell
static
AppCenterSetupAutocompleteWithResult(ICakeContext, AppCenterSetupAutocompleteSettings, string) IEnumerable<string>
Setup tab completion for your shell
static
AppCenterTelemetryOff(ICakeContext, AppCenterTelemetryOffSettings) void
Turn off the sending of telemetry
static
AppCenterTelemetryOffWithResult(ICakeContext, AppCenterTelemetryOffSettings) IEnumerable<string>
Turn off the sending of telemetry
static
AppCenterTelemetryOn(ICakeContext, AppCenterTelemetryOnSettings) void
Turn on the sending of telemetry
static
AppCenterTelemetryOnWithResult(ICakeContext, AppCenterTelemetryOnSettings) IEnumerable<string>
Turn on the sending of telemetry
static
AppCenterTestDownload(ICakeContext, AppCenterTestDownloadSettings) void
Download the report artifacts, unpack and merge them. This command is only available for UITest and Appium test runs.
static
AppCenterTestDownloadWithResult(ICakeContext, AppCenterTestDownloadSettings) IEnumerable<string>
Download the report artifacts, unpack and merge them. This command is only available for UITest and Appium test runs.
static
AppCenterTestGenerateAppium(ICakeContext, AppCenterTestGenerateAppiumSettings) void
Generates an Appium project
static
AppCenterTestGenerateAppiumWithResult(ICakeContext, AppCenterTestGenerateAppiumSettings) IEnumerable<string>
Generates an Appium project
static
AppCenterTestGenerateUitest(ICakeContext, AppCenterTestGenerateUitestSettings) void
Generates a Xamarin.UITest project
static
AppCenterTestGenerateUitestWithResult(ICakeContext, AppCenterTestGenerateUitestSettings) IEnumerable<string>
Generates a Xamarin.UITest project
static
AppCenterTestPrepareAppium(ICakeContext, AppCenterTestPrepareAppiumSettings) void
Creates an artifacts directory with Appium tests.
static
AppCenterTestPrepareAppiumWithResult(ICakeContext, AppCenterTestPrepareAppiumSettings) IEnumerable<string>
Creates an artifacts directory with Appium tests.
static
AppCenterTestPrepareCalabash(ICakeContext, AppCenterTestPrepareCalabashSettings) void
Creates an artifacts directory with Calabash tests.
static
AppCenterTestPrepareCalabashWithResult(ICakeContext, AppCenterTestPrepareCalabashSettings) IEnumerable<string>
Creates an artifacts directory with Calabash tests.
static
AppCenterTestPrepareEspresso(ICakeContext, AppCenterTestPrepareEspressoSettings) void
Creates an artifacts directory with Espresso tests.
static
AppCenterTestPrepareEspressoWithResult(ICakeContext, AppCenterTestPrepareEspressoSettings) IEnumerable<string>
Creates an artifacts directory with Espresso tests.
static
AppCenterTestPrepareUitest(ICakeContext, AppCenterTestPrepareUitestSettings) void
Creates an artifacts directory with Xamarin UI Tests.
static
AppCenterTestPrepareUitestWithResult(ICakeContext, AppCenterTestPrepareUitestSettings) IEnumerable<string>
Creates an artifacts directory with Xamarin UI Tests.
static
AppCenterTestPrepareXcuitest(ICakeContext, AppCenterTestPrepareXcuitestSettings) void
Creates an artifacts directory with XCUITest tests.
static
AppCenterTestPrepareXcuitestWithResult(ICakeContext, AppCenterTestPrepareXcuitestSettings) IEnumerable<string>
Creates an artifacts directory with XCUITest tests.
static
AppCenterTestRunAppium(ICakeContext, AppCenterTestRunAppiumSettings) void
Starts a test run with Appium tests.
static
AppCenterTestRunAppiumWithResult(ICakeContext, AppCenterTestRunAppiumSettings) IEnumerable<string>
Starts a test run with Appium tests.
static
AppCenterTestRunCalabash(ICakeContext, AppCenterTestRunCalabashSettings) void
Starts a test run with Calabash tests.
static
AppCenterTestRunCalabashWithResult(ICakeContext, AppCenterTestRunCalabashSettings) IEnumerable<string>
Starts a test run with Calabash tests.
static
AppCenterTestRunEspresso(ICakeContext, AppCenterTestRunEspressoSettings) void
Starts a test run with Espresso tests.
static
AppCenterTestRunEspressoWithResult(ICakeContext, AppCenterTestRunEspressoSettings) IEnumerable<string>
Starts a test run with Espresso tests.
static
AppCenterTestRunManifest(ICakeContext, AppCenterTestRunManifestSettings) void
Starts a test run with previously prepared artifacts.
static
AppCenterTestRunManifestWithResult(ICakeContext, AppCenterTestRunManifestSettings) IEnumerable<string>
Starts a test run with previously prepared artifacts.
static
AppCenterTestRunUitest(ICakeContext, AppCenterTestRunUitestSettings) void
Starts a test run with Xamarin UI Tests.
static
AppCenterTestRunUitestWithResult(ICakeContext, AppCenterTestRunUitestSettings) IEnumerable<string>
Starts a test run with Xamarin UI Tests.
static
AppCenterTestRunXcuitest(ICakeContext, AppCenterTestRunXcuitestSettings) void
Starts a test run with XCUITest tests.
static
AppCenterTestRunXcuitestWithResult(ICakeContext, AppCenterTestRunXcuitestSettings) IEnumerable<string>
Starts a test run with XCUITest tests.
static
AppCenterTestStatus(ICakeContext, AppCenterTestStatusSettings) void
Checks the status of the started test run.
static
AppCenterTestStatusWithResult(ICakeContext, AppCenterTestStatusSettings) IEnumerable<string>
Checks the status of the started test run.
static
AppCenterTestStop(ICakeContext, AppCenterTestStopSettings) void
Stop the started test run.
static
AppCenterTestStopWithResult(ICakeContext, AppCenterTestStopSettings) IEnumerable<string>
Stop the started test run.
static
AppCenterTestWizard(ICakeContext, AppCenterTestWizardSettings) void
Start a test run interactively. All the parameters will be prompted on-the-go.
static
AppCenterTestWizardWithResult(ICakeContext, AppCenterTestWizardSettings) IEnumerable<string>
Start a test run interactively. All the parameters will be prompted on-the-go.
static
AppCenterTokensCreate(ICakeContext, AppCenterTokensCreateSettings) void
Create a new API token
static
AppCenterTokensCreateWithResult(ICakeContext, AppCenterTokensCreateSettings) IEnumerable<string>
Create a new API token
static
AppCenterTokensDelete(ICakeContext, AppCenterTokensDeleteSettings, string) void
Delete an API token
static
AppCenterTokensDeleteWithResult(ICakeContext, AppCenterTokensDeleteSettings, string) IEnumerable<string>
Delete an API token
static
AppCenterTokensList(ICakeContext, AppCenterTokensListSettings) void
Get a list of API tokens
static
AppCenterTokensListWithResult(ICakeContext, AppCenterTokensListSettings) IEnumerable<string>
Get a list of API tokens
static

Extension Methods

Name Value Summary
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin