Sha256: aae7de000191303763d9203f5e30e3ae95d1107c6caa0b04b1c7bbad85bd5098

Contents?: true

Size: 427 Bytes

Versions: 46

Compression:

Stored size: 427 Bytes

Contents

module Types
  class JobInvocation < BaseObject
    description 'A Job Invocation'

    global_id_field :id
    field :job_category, String
    field :description, String
    field :time_span, Integer
    field :start_at, GraphQL::Types::ISO8601DateTime
    field :status_label, String

    belongs_to :triggering, Types::Triggering
    belongs_to :task, Types::Task
    field :recurring_logic, Types::RecurringLogic
  end
end

Version data entries

46 entries across 46 versions & 1 rubygems

Version Path
foreman_remote_execution-5.0.2 app/graphql/types/job_invocation.rb
foreman_remote_execution-5.1.0 app/graphql/types/job_invocation.rb
foreman_remote_execution-5.0.1 app/graphql/types/job_invocation.rb
foreman_remote_execution-5.0.0 app/graphql/types/job_invocation.rb
foreman_remote_execution-4.8.0 app/graphql/types/job_invocation.rb
foreman_remote_execution-4.7.0 app/graphql/types/job_invocation.rb