Sha256: f03280e020e7b5706c64e02d540155fdcd1611cfcb6554e571f16e65129caa88

Contents?: true

Size: 340 Bytes

Versions: 5

Compression:

Stored size: 340 Bytes

Contents

object @job_invocation

extends "api/v2/job_invocations/main"

child :targeting do
  attributes :bookmark_id, :search_query, :targeting_type, :user_id
end

child :last_task do
  attributes :id, :state
end

child :template_invocations do
  attributes :template_id
  child :input_values do
    attributes :template_input_id, :value
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
foreman_remote_execution-0.1.1 app/views/api/v2/job_invocations/show.json.rabl
foreman_remote_execution-0.1.0 app/views/api/v2/job_invocations/show.json.rabl
foreman_remote_execution-0.0.10 app/views/api/v2/job_invocations/show.json.rabl
foreman_remote_execution-0.0.8 app/views/api/v2/job_invocations/show.json.rabl
foreman_remote_execution-0.0.7 app/views/api/v2/job_invocations/show.json.rabl