Sha256: 29860a08bdcbb72b77168d3f8016f2413e7462c5a6d671b320bad2fff072eaf3

Contents?: true

Size: 420 Bytes

Versions: 34

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

34 entries across 34 versions & 1 rubygems

Version Path
foreman_remote_execution-1.8.4 app/views/api/v2/job_templates/main.json.rabl
foreman_remote_execution-1.8.3 app/views/api/v2/job_templates/main.json.rabl
foreman_remote_execution-1.8.2 app/views/api/v2/job_templates/main.json.rabl
foreman_remote_execution-1.8.1 app/views/api/v2/job_templates/main.json.rabl
foreman_remote_execution-1.8.0 app/views/api/v2/job_templates/main.json.rabl
foreman_remote_execution-1.7.1 app/views/api/v2/job_templates/main.json.rabl
foreman_remote_execution-1.7.0 app/views/api/v2/job_templates/main.json.rabl
foreman_remote_execution-1.6.7 app/views/api/v2/job_templates/main.json.rabl
foreman_remote_execution-1.6.6 app/views/api/v2/job_templates/main.json.rabl
foreman_remote_execution-1.6.5 app/views/api/v2/job_templates/main.json.rabl
foreman_remote_execution-1.6.4 app/views/api/v2/job_templates/main.json.rabl
foreman_remote_execution-1.5.6 app/views/api/v2/job_templates/main.json.rabl
foreman_remote_execution-1.6.3 app/views/api/v2/job_templates/main.json.rabl
foreman_remote_execution-1.6.2 app/views/api/v2/job_templates/main.json.rabl
foreman_remote_execution-1.5.5 app/views/api/v2/job_templates/main.json.rabl
foreman_remote_execution-1.6.1 app/views/api/v2/job_templates/main.json.rabl
foreman_remote_execution-1.6.0 app/views/api/v2/job_templates/main.json.rabl
foreman_remote_execution-1.5.4 app/views/api/v2/job_templates/main.json.rabl
foreman_remote_execution-1.5.3 app/views/api/v2/job_templates/main.json.rabl
foreman_remote_execution-1.5.2 app/views/api/v2/job_templates/main.json.rabl