C# Класс NAnt.Core.MailLogger

Наследование: DefaultLogger
Показать файл Открыть проект

Открытые методы

Метод Описание
BuildFinished ( object sender, BuildEventArgs e ) : void

Signals that the last target has finished, and send an e-mail with the build results.

BuildStarted ( object sender, BuildEventArgs e ) : void

Signals that a build has started.

This event is fired before any targets have started.

MailLogger ( ) : System

Initializes a new instance of the MailLogger class.

Защищенные методы

Метод Описание
Log ( string message ) : void

Receives and buffers log messages.

Приватные методы

Метод Описание
AttachFiles ( MailMessage mail, Project project, string filesetID ) : void
GetPropertyValue ( PropertyDictionary properties, string name, string defaultValue, bool required ) : string

Gets the value of the specified property.

IsSSLEnabled ( PropertyDictionary properties ) : bool

Описание методов

BuildFinished() публичный Метод

Signals that the last target has finished, and send an e-mail with the build results.
public BuildFinished ( object sender, BuildEventArgs e ) : void
sender object The source of the event.
e BuildEventArgs A object that contains the event data.
Результат void

BuildStarted() публичный Метод

Signals that a build has started.
This event is fired before any targets have started.
public BuildStarted ( object sender, BuildEventArgs e ) : void
sender object The source of the event.
e BuildEventArgs A object that contains the event data.
Результат void

Log() защищенный Метод

Receives and buffers log messages.
protected Log ( string message ) : void
message string The message being logged.
Результат void

MailLogger() публичный Метод

Initializes a new instance of the MailLogger class.
public MailLogger ( ) : System
Результат System