NewmanAliases Class

Summary

Contains functionality related to the Newman CLI.

In order to use the commands for this addin, you will need to include the following in your build.cake file to download and reference from NuGet.org:

#addin Cake.Newman

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

Syntax

public static class NewmanAliases

Attributes

Type Description
CakeAliasCategoryAttribute
CakeNamespaceImportAttribute
CakeNamespaceImportAttribute

Methods

Name Value Summary
RunCollection(ICakeContext, FilePath, Action<NewmanSettings>) void
Executes Newman against the given collection file, using all defaults.
static
RunCollection(ICakeContext, FilePath, NewmanSettings) void
Executes Newman against the given collection file, using all defaults.
static
RunCollection(ICakeContext, FilePath) void
Executes Newman against the given collection file, using all defaults.
static

Extension Methods

Name Value Summary
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin