Sha256: 6ad702525761141689a0a26aac8af13854ba771f55b05a9072b6eff77c9c239e

Contents?: true

Size: 420 Bytes

Versions: 14

Compression:

Stored size: 420 Bytes

Contents

object @job_template

extends "api/v2/job_templates/base"

attributes :audit_comment, :description_format, :created_at, :updated_at, :template, :locked

child :template_inputs do
  extends "api/v2/template_inputs/base"
end

child :effective_user => :effective_user do
  attributes :value, :current_user, :overridable
end

node do |job_template|
  partial("api/v2/taxonomies/children_nodes", :object => job_template)
end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
foreman_remote_execution-1.3.1 app/views/api/v2/job_templates/main.json.rabl
foreman_remote_execution-1.3.0 app/views/api/v2/job_templates/main.json.rabl
foreman_remote_execution-1.2.2 app/views/api/v2/job_templates/main.json.rabl
foreman_remote_execution-1.2.1 app/views/api/v2/job_templates/main.json.rabl
foreman_remote_execution-1.2.0 app/views/api/v2/job_templates/main.json.rabl
foreman_remote_execution-1.1.1 app/views/api/v2/job_templates/main.json.rabl
foreman_remote_execution-1.1.0 app/views/api/v2/job_templates/main.json.rabl
foreman_remote_execution-1.0.0 app/views/api/v2/job_templates/main.json.rabl
foreman_remote_execution-0.3.2 app/views/api/v2/job_templates/main.json.rabl
foreman_remote_execution-0.3.1 app/views/api/v2/job_templates/main.json.rabl
foreman_remote_execution-0.3.0 app/views/api/v2/job_templates/main.json.rabl
foreman_remote_execution-0.2.3 app/views/api/v2/job_templates/main.json.rabl
foreman_remote_execution-0.2.2 app/views/api/v2/job_templates/main.json.rabl
foreman_remote_execution-0.2.1 app/views/api/v2/job_templates/main.json.rabl