AppVeyorJob Class

Summary

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

Syntax

public class AppVeyorJob

Constructors

Name Summary
AppVeyorJob()

Properties

Name Value Summary
AllowFailure bool
Gets or sets a value indicating whether this AppVeyorJob allows failure.
ArtifactsCount int
Gets or sets the artifacts count.
CompilationErrorsCount int
Gets or sets the compilation errors count.
CompilationMessagesCount int
Gets or sets the compilation messages count.
CompilationWarningsCount int
Gets or sets the compilation warnings count.
Created Nullable<DateTime>
Gets or sets the create time.
FailedTestsCount int
Gets or sets the failed tests count.
Finished Nullable<DateTime>
Gets or sets the finish time.
JobId string
Gets or sets the job identifier.
MessagesCount int
Gets or sets the messages count.
Name string
Gets or sets the name.
PassedTestsCount int
Gets or sets the passed tests count.
Started Nullable<DateTime>
Gets or sets the start time.
Status string
Gets or sets the status.
TestsCount int
Gets or sets the tests count.
Updated Nullable<DateTime>
Gets or sets the update time.

Extension Methods

Name Value Summary
Dump<AppVeyorJob>() string
Get a basic string representation of specified object.
Requires the Cake.Incubator addin
IsIn<AppVeyorJob>(AppVeyorJob[]) bool
Checks if the source is contained in a list
Requires the Cake.Incubator addin
NotNull<AppVeyorJob>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Ftp addin
NotNull<AppVeyorJob>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Issues addin
ThrowIfNull<AppVeyorJob>(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<AppVeyorJob>(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