Test::Continuous::Notifier - Send notification to different targets.


Test-Continuous documentation  | view source Contained in the Test-Continuous distribution.

Index


NAME

Top

Test::Continuous::Notifier - Send notification to different targets.

SYNOPSIS

Top

    Test::Continuous::Notifier->send_notify($msg, $status)

DESCRIPTION

Top

This is used only internally.

METHODS

Top

send_notify($msg, [$status])

Must be called as a class method.

$msg is required, and should contain trailing a \n character in case the output stream is not auto-flushing.

$status is optional, and should be one of "info", "warning", or "alert". The default value is "info".


Test-Continuous documentation  | view source Contained in the Test-Continuous distribution.