Sha256: 5326f1fcefd6b6c237e115dba690f17435ba0e9f8d043d319cdb9326b7bdf28e
Contents?: true
Size: 507 Bytes
Versions: 28
Compression:
Stored size: 507 Bytes
Contents
module Actions module Katello module Repository class IndexContent < Actions::EntryAction middleware.use Actions::Middleware::KeepCurrentUser middleware.use Actions::Middleware::ExecuteIfContentsChanged input_format do param :id, Integer param :dependency, Hash param :contents_changed end def run repo = ::Katello::Repository.find(input[:id]) repo.index_content end end end end end
Version data entries
28 entries across 28 versions & 1 rubygems