IArchiveTestOutput Interface

Summary

The parsed output of individual archives the TestCommand.
graph BT Type["IArchiveTestOutput"] class Type type-node

Syntax

public interface IArchiveTestOutput

Attributes

Type Description
NullableContextAttribute

Properties

Name Value Summary
FileName string
Gets the filename of the archive.
IsOk bool
Gets a value indicating whether the test for this archive was OK.
Output string
Gets the output.

Extension Methods

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

See Also