The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Gruntmaster::Data::Result::Job

TABLE: jobs

ACCESSORS

id

  data_type: 'integer'
  is_auto_increment: 1
  is_nullable: 0
  sequence: 'jobs_id_seq'

contest

  data_type: 'text'
  is_foreign_key: 1
  is_nullable: 1

daemon

  data_type: 'text'
  is_nullable: 1

date

  data_type: 'bigint'
  is_nullable: 0

errors

  data_type: 'text'
  is_nullable: 1

extension

  data_type: 'text'
  is_nullable: 0

format

  data_type: 'text'
  is_nullable: 0

private

  data_type: 'boolean'
  default_value: false
  is_nullable: 0

problem

  data_type: 'text'
  is_foreign_key: 1
  is_nullable: 0

result

  data_type: 'integer'
  is_nullable: 1

result_text

  data_type: 'text'
  is_nullable: 1

results

  data_type: 'text'
  is_nullable: 1

source

  data_type: 'text'
  is_nullable: 0

owner

  data_type: 'text'
  is_foreign_key: 1
  is_nullable: 0

PRIMARY KEY

RELATIONS

contest

Type: belongs_to

Related object: Gruntmaster::Data::Result::Contest

owner

Type: belongs_to

Related object: Gruntmaster::Data::Result::User

problem

Type: belongs_to

Related object: Gruntmaster::Data::Result::Problem

METHODS

rerun

Reruns this job.

AUTHOR

Marius Gavrilescu <marius@ieval.ro>

COPYRIGHT AND LICENSE

Copyright (C) 2014 by Marius Gavrilescu

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.18.1 or, at your option, any later version of Perl 5 you may have available.