Class Types
Class | Summary |
---|---|
AppVeyorAliases |
AppVeyor API related cake aliases. In order to use aliases from this addin, you will need to also reference Refit and Newtonsoft.Json as an addin. Here is what including Cake.AppVeyor in your script should look like:
|
AppVeyorBuild | Build. |
App |
Provides a class to describe the properties of the latest commit of an AppVeyor build. |
App |
Provides a class to describe the properties of a pull request build. |
App |
Provides a class to describe the properties of a specific commit of an AppVeyor build. |
App |
Provides a class to describe the properties of a deployment to be cancelled. |
AppVeyorClient | Provides a class for sending HTTP requests to AppVeyor. |
AppVeyorDeployment | Deployment. |
AppVeyorEnvironment | Environment. |
App |
Environment Deployment information. |
App |
Environment Deployments. |
AppVeyorJob | Job. |
AppVeyorNuGetFeed | NuGet Feed. |
AppVeyorProject | Project. |
AppVeyorProjectBuild | Project Build. |
App |
Project Deployment. |
App |
Project Deployments. |
App |
Project History. |
AppVeyorSettings | AppVeyor Settings. |
App |
Provides a class to describe the properties of a deployment that should be started. |
Authenticated |
The default message handler used by |
Interface Types
Interface | Summary |
---|---|
IAppVeyorApi |
Provides the API methods that can be called against AppVeyor via the |