IMyGetProvider Interface

Summary

Represents a MyGet provider.
Namespace
Cake.Common.Build.MyGet
Implementing Types
graph BT Type["IMyGetProvider"] class Type type-node Implementing0["MyGetProvider"]-.->Type click Implementing0 "/api/Cake.Common.Build.MyGet/MyGetProvider"

Syntax

public interface IMyGetProvider

Properties

Name Value Summary
IsRunningOnMyGet bool
Gets a value indicating whether the current build is running on MyGet.

Methods

Name Value Summary
BuildProblem(string) void
Report a build problem to MyGet.
SetBuildNumber(string) void
Tells MyGet to change the current build number.
SetParameter(string, string) void
Allows setting an environment variable that can be used by a future process.
WriteStatus(string, MyGetBuildStatus, string) void
Write a status message to the MyGet build log.

Extension Methods

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