Sha256: 847a6339488d7898e350ced2e899b11829728c50097e4444cce44bfb2eb9ebd6
Contents?: true
Size: 615 Bytes
Versions: 38
Compression:
Stored size: 615 Bytes
Contents
module Actions module Katello module ContentViewVersion class ImportRepository < Actions::EntryAction def plan(organization, path:, metadata:) action_subject(organization) sequence do plan_action(::Actions::Katello::ContentViewVersion::Import, organization: organization, path: path, metadata: metadata) end end def humanized_name _("Import Repository") end end end end end
Version data entries
38 entries across 38 versions & 1 rubygems