NAME

Test2::Harness::UI::Schema::Result::Job

COMPONENTS LOADED

TABLE: jobs

ACCESSORS

job_id

data_type: 'uuid'
is_nullable: 0
size: 16

job_ord

data_type: 'bigint'
is_nullable: 0

run_id

data_type: 'uuid'
is_foreign_key: 1
is_nullable: 0
size: 16

parameters

data_type: 'jsonb'
is_nullable: 1

fields

data_type: 'jsonb'
is_nullable: 1

name

data_type: 'text'
is_nullable: 1

file

data_type: 'text'
is_nullable: 1

fail

data_type: 'boolean'
is_nullable: 1

retried

data_type: 'boolean'
is_nullable: 1

exit

data_type: 'integer'
is_nullable: 1

launch

data_type: 'timestamp'
is_nullable: 1

start

data_type: 'timestamp'
is_nullable: 1

ended

data_type: 'timestamp'
is_nullable: 1

pass_count

data_type: 'bigint'
is_nullable: 1

fail_count

data_type: 'bigint'
is_nullable: 1

stdout

data_type: 'text'
is_nullable: 1

stderr

data_type: 'text'
is_nullable: 1

PRIMARY KEY

RELATIONS

events

Type: has_many

Related object: Test2::Harness::UI::Schema::Result::Event

run

Type: belongs_to

Related object: Test2::Harness::UI::Schema::Result::Run

METHODS

SOURCE

The source code repository for Test2-Harness-UI can be found at http://github.com/Test-More/Test2-Harness-UI/.

MAINTAINERS

Chad Granum <exodist@cpan.org>

AUTHORS

Chad Granum <exodist@cpan.org>

COPYRIGHT

Copyright 2019 Chad Granum <exodist7@gmail.com>.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

See http://dev.perl.org/licenses/