AppVeyorCancelBuild(string, string, string, string)
Alias from Cake.AppVeyor addin
|
Cancels a build
|
AppVeyorCancelDeployment(string, int)
Alias from Cake.AppVeyor addin
|
Cancels a Deployment
|
AppVeyorClearCache(AppVeyorSettings, string, string)
Alias from Cake.AppVeyor addin
|
Clears the AppVeyor Cache
|
AppVeyorClearCache(string, string, string)
Alias from Cake.AppVeyor addin
|
Gets all projects
|
AppVeyorDeployment(string, int)
Alias from Cake.AppVeyor addin
|
Gets the specified Deployment
|
AppVeyorEnvironmentDeployments(string, int)
Alias from Cake.AppVeyor addin
|
Gets Deployments for the given Environment
|
AppVeyorEnvironments(string)
Alias from Cake.AppVeyor addin
|
Gets Environments
|
AppVeyorProjectBuildByVersion(string, string, string, string)
Alias from Cake.AppVeyor addin
|
Gets the project build by version
|
AppVeyorProjectDeployments(string, string, string)
Alias from Cake.AppVeyor addin
|
Gets the Deployments for a given project
|
AppVeyorProjectHistory(AppVeyorSettings, string, string, int, Nullable<int>, string)
Alias from Cake.AppVeyor addin
|
Gets the project build history
|
AppVeyorProjectHistory(string, string, string, int, Nullable<int>, string)
Alias from Cake.AppVeyor addin
|
Gets the project build history
|
AppVeyorProjectLastBranchBuild(string, string, string, string)
Alias from Cake.AppVeyor addin
|
Gets the last build on the specified branch of the project
|
AppVeyorProjectLastBuild(AppVeyorSettings, string, string)
Alias from Cake.AppVeyor addin
|
Gets the last build of the project
|
AppVeyorProjectLastBuild(string, string, string)
Alias from Cake.AppVeyor addin
|
Gets the last build of the project
|
AppVeyorProjectLastSuccessfulBuild(AppVeyorSettings, string, string, string, Nullable<int>)
Alias from Cake.AppVeyor addin
|
Gets the last successful build of the project
|
AppVeyorProjectLastSuccessfulBuild(string, string, string, string, Nullable<int>)
Alias from Cake.AppVeyor addin
|
Gets the last successful build of the project
|
AppVeyorProjects(AppVeyorSettings)
Alias from Cake.AppVeyor addin
|
Gets all projects
|
AppVeyorProjects(string)
Alias from Cake.AppVeyor addin
|
Gets all projects
|
AppVeyorStartBuildLatestCommit(string, string, string, string, Dictionary<string, string>)
Alias from Cake.AppVeyor addin
|
Starts a build from the latest commit
|
AppVeyorStartBuildPullRequest(string, string, string, int)
Alias from Cake.AppVeyor addin
|
Starts a build for the given GitHub pull request
|
AppVeyorStartBuildSpecificCommit(string, string, string, string, string)
Alias from Cake.AppVeyor addin
|
Starts a build for a specific commit
|
AppVeyorStartDeployment(string, string, string, string, string, string, Dictionary<string, string>)
Alias from Cake.AppVeyor addin
|
Starts a Deployment
|