Sha256: 0c2286093d7879c3ed2122fa075890924884a16caf33a8078ce30d7e3e9e0e51

Contents?: true

Size: 440 Bytes

Versions: 31

Compression:

Stored size: 440 Bytes

Contents

module Actions
  module Pulp3
    module ContentViewVersion
      class DestroyExporter < Pulp3::AbstractAsyncTask
        input_format do
          param :smart_proxy_id, Integer
          param :exporter_data, Hash
        end

        def invoke_external_task
          ::Katello::Pulp3::ContentViewVersion::Export.new(smart_proxy: smart_proxy).destroy_exporter(input[:exporter_data][:pulp_href])
        end
      end
    end
  end
end

Version data entries

31 entries across 31 versions & 1 rubygems

Version Path
katello-4.2.1 app/lib/actions/pulp3/content_view_version/destroy_exporter.rb
katello-4.2.0.1 app/lib/actions/pulp3/content_view_version/destroy_exporter.rb
katello-4.1.4 app/lib/actions/pulp3/content_view_version/destroy_exporter.rb
katello-4.2.0.1.rc3 app/lib/actions/pulp3/content_view_version/destroy_exporter.rb
katello-4.2.0.1.rc2 app/lib/actions/pulp3/content_view_version/destroy_exporter.rb
katello-4.2.0.rc2 app/lib/actions/pulp3/content_view_version/destroy_exporter.rb
katello-4.1.3 app/lib/actions/pulp3/content_view_version/destroy_exporter.rb
katello-4.2.0.rc1 app/lib/actions/pulp3/content_view_version/destroy_exporter.rb
katello-4.1.2.1 app/lib/actions/pulp3/content_view_version/destroy_exporter.rb
katello-4.1.2 app/lib/actions/pulp3/content_view_version/destroy_exporter.rb
katello-4.1.1 app/lib/actions/pulp3/content_view_version/destroy_exporter.rb