AppVeyorDeployment Class

Summary

Deployment.
Assembly
Cake.AppVeyor.dll
Namespace
Cake.AppVeyor
Base Types
  • Object
graph BT Type-->Base0["Object"] Type["AppVeyorDeployment"] class Type type-node

Syntax

public class AppVeyorDeployment

Constructors

Name Summary
AppVeyorDeployment()

Properties

Name Value Summary
Build AppVeyorBuild
Gets or sets the build.
Created Nullable<DateTime>
Gets or sets the create time.
DeploymentId int
Gets or sets the deployment identifier.
Environment AppVeyorEnvironment
Gets or sets the environment.
Finished Nullable<DateTime>
Gets or sets the finish time.
Jobs List<AppVeyorJob>
Gets or sets the jobs.
Started Nullable<DateTime>
Gets or sets the start time.
Status string
Gets or sets the status.
Updated Nullable<DateTime>
Gets or sets the update time.

Extension Methods

Name Value Summary
Dump<AppVeyorDeployment>() string
Get a basic string representation of specified object.
Requires the Cake.Incubator addin
IsIn<AppVeyorDeployment>(AppVeyorDeployment[]) bool
Checks if the source is contained in a list
Requires the Cake.Incubator addin
NotNull<AppVeyorDeployment>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Ftp addin
NotNull<AppVeyorDeployment>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Issues addin
ThrowIfNull<AppVeyorDeployment>(string, string) T
Throws a System.ArgumentNullException with a specific message if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ThrowIfNull<AppVeyorDeployment>(string) T
Throws a System.ArgumentNullException if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin