NAME

Plack::Middleware::JenkinsNotification -

SYNOPSIS

use Plack::Middleware::JenkinsNotification;

builder {
    mount "/jenkins" => Plack::Middleware::JenkinsNotification->new({ on_notify => sub {
        my ($env,$payload) = @_;
        
    }});
};

DESCRIPTION

Plack::Middleware::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.