NAME

Plack::App::JenkinsNotification -

SYNOPSIS

use Plack::App::JenkinsNotification;

builder {
    mount "/jenkins" => Plack::App::JenkinsNotification->new({ on_notify => sub {
        
        
    }});
};

DESCRIPTION

Plack::App::JenkinsNotification is

AUTHOR

Yo-An Lin <cornelius.howl {at} gmail.com>

SEE ALSO

LICENSE

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.