MyGetProvider Class

Summary

Responsible for communicating with MyGet.
Namespace
Cake.Common.Build.MyGet
Interfaces
Base Types
  • object
graph BT Type-->Base0["object"] Type-.->Interface0["IMyGetProvider"] click Interface0 "/api/Cake.Common.Build.MyGet/IMyGetProvider" Type["MyGetProvider"] class Type type-node

Syntax

public sealed class MyGetProvider : IMyGetProvider

Constructors

Name Summary
MyGetProvider(ICakeEnvironment, IBuildSystemServiceMessageWriter) Initializes a new instance of the MyGetProvider class.

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