Sha256: db53b5724ec57668f4cb54bcc4f34e945ee140cfb7a2f64260a4e0748d2956d8

Contents?: true

Size: 434 Bytes

Versions: 4

Compression:

Stored size: 434 Bytes

Contents

object @job_template

extends 'api/v2/job_templates/base'

attributes :description, :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

4 entries across 4 versions & 1 rubygems

Version Path
foreman_remote_execution-2.0.3 app/views/api/v2/job_templates/main.json.rabl
foreman_remote_execution-2.0.2 app/views/api/v2/job_templates/main.json.rabl
foreman_remote_execution-2.0.1 app/views/api/v2/job_templates/main.json.rabl
foreman_remote_execution-2.0.0 app/views/api/v2/job_templates/main.json.rabl