AppVeyorProviderAddMessageExtensions Class

Summary

AddMessage extension methods for the IAppVeyorProvider.
Namespace
Cake.Common.Build.AppVeyor
Base Types
  • object
graph BT Type-->Base0["object"] Type["AppVeyorProviderAddMessageExtensions"] class Type type-node

Syntax

public static class AppVeyorProviderAddMessageExtensions

Methods

Name Value Summary
AddErrorMessage(IAppVeyorProvider, string, Exception) void
Adds a warning message to the AppVeyor build log.
static
AddErrorMessage(IAppVeyorProvider, string, object[]) void
Adds a warning message to the AppVeyor build log.
static
AddInformationalMessage(IAppVeyorProvider, string, object[]) void
Adds an informational message to the AppVeyor build log.
static
AddWarningMessage(IAppVeyorProvider, string, object[]) void
Adds a warning message to the AppVeyor build log.
static

Extension Methods

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