This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.AppVeyor.
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.
|
Compilation |
int |
Gets or sets the compilation errors count.
|
Compilation |
int |
Gets or sets the compilation messages count.
|
Compilation |
int |
Gets or sets the compilation warnings count.
|
Created | Nullable |
Gets or sets the create time.
|
FailedTestsCount | int |
Gets or sets the failed tests count.
|
Finished | Nullable |
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 |
Gets or sets the start time.
|
Status | string |
Gets or sets the status.
|
TestsCount | int |
Gets or sets the tests count.
|
Updated | Nullable |
Gets or sets the update time.
|
Extension Methods
Name | Value | Summary |
---|---|---|
Dump |
string |
Get a basic string representation of specified object.
From LoggingExtensions
Requires the Cake.Incubator addin
|
IsIn |
bool |
Checks if the source is contained in a list
From EnumerableExtensions
Requires the Cake.Incubator addin
|
NotNull |
void |
Throws an exception if the specified parameter's value is null.
From Extensions
Requires the Cake.Ftp addin
|
NotNull |
void |
From IssuesArgumentChecks
Requires the Cake.Issues addin
|
ThrowIfNull |
T |
Throws a
System.ArgumentNullException with a specific message if the value is null, otherwise returns the value
From AssertExtensions
Requires the Cake.Incubator addin
|
ThrowIfNull |
T |
Throws a
System.ArgumentNullException if the value is null, otherwise returns the value
From AssertExtensions
Requires the Cake.Incubator addin
|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|