Sha256: 220efac62f99907fe80c16684c44eae7d24005a2163bd07624dfd975a90b6d88
Contents?: true
Size: 630 Bytes
Versions: 1
Compression:
Stored size: 630 Bytes
Contents
# the root name space for this scheduler module Patriot # a name space for commands module Command module PostProcessor POST_PROCESSOR_CLASS_KEY = :POST_PROCESSOR_CLASS require 'patriot/command/post_processor/base' require 'patriot/command/post_processor/skip_on_fail' require 'patriot/command/post_processor/discard_on_fail' require 'patriot/command/post_processor/retrial' require 'patriot/command/post_processor/mail_notification' require 'patriot/command/post_processor/http_notification' require 'patriot/command/post_processor/slack_notification' end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
patriot-workflow-scheduler-0.8.8 | lib/patriot/command/post_processor.rb |