Perl5-CoreSmokeDB-Schema

 view release on metacpan or  search on metacpan

lib/Perl5/CoreSmokeDB/Schema/Result/Config.pm  view on Meta::CPAN

Type: has_many

Related object: L<Perl5::CoreSmokeDB::Schema::Result::Result>

=cut

__PACKAGE__->has_many(
  "results",
  "Perl5::CoreSmokeDB::Schema::Result::Result",
  { "foreign.config_id" => "self.id" },
  { cascade_copy => 0, cascade_delete => 0 },
);


# Created by DBIx::Class::Schema::Loader v0.07049 @ 2022-09-06 09:15:22
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:l/lxpTgyv35unrcVapM8JQ

sub c_compiler_key {
    my $self = shift;
    return join("##", $self->cc, $self->ccversion);
}

lib/Perl5/CoreSmokeDB/Schema/Result/Failure.pm  view on Meta::CPAN

Type: has_many

Related object: L<Perl5::CoreSmokeDB::Schema::Result::FailureForEnv>

=cut

__PACKAGE__->has_many(
  "failures_for_env",
  "Perl5::CoreSmokeDB::Schema::Result::FailureForEnv",
  { "foreign.failure_id" => "self.id" },
  { cascade_copy => 0, cascade_delete => 0 },
);


# Created by DBIx::Class::Schema::Loader v0.07049 @ 2022-09-06 09:15:22
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:47DdjPyTSksgr5Z6Dw+HgA


# You can replace this text with custom code or comments, and it will be preserved on regeneration
1;

lib/Perl5/CoreSmokeDB/Schema/Result/Report.pm  view on Meta::CPAN

Type: has_many

Related object: L<Perl5::CoreSmokeDB::Schema::Result::Config>

=cut

__PACKAGE__->has_many(
  "configs",
  "Perl5::CoreSmokeDB::Schema::Result::Config",
  { "foreign.report_id" => "self.id" },
  { cascade_copy => 0, cascade_delete => 0 },
);

=head2 sconfig

Type: belongs_to

Related object: L<Perl5::CoreSmokeDB::Schema::Result::SmokeConfig>

=cut

lib/Perl5/CoreSmokeDB/Schema/Result/Result.pm  view on Meta::CPAN

Type: has_many

Related object: L<Perl5::CoreSmokeDB::Schema::Result::FailureForEnv>

=cut

__PACKAGE__->has_many(
  "failures_for_env",
  "Perl5::CoreSmokeDB::Schema::Result::FailureForEnv",
  { "foreign.result_id" => "self.id" },
  { cascade_copy => 0, cascade_delete => 0 },
);


# Created by DBIx::Class::Schema::Loader v0.07049 @ 2022-09-06 09:15:22
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:5lE0GqaccBSQy5zLROkITw

sub test_env {
    my $self = shift;
    return $self->locale
        ? join(":", $self->io_env, $self->locale)

lib/Perl5/CoreSmokeDB/Schema/Result/SmokeConfig.pm  view on Meta::CPAN

Type: has_many

Related object: L<Perl5::CoreSmokeDB::Schema::Result::Report>

=cut

__PACKAGE__->has_many(
  "reports",
  "Perl5::CoreSmokeDB::Schema::Result::Report",
  { "foreign.sconfig_id" => "self.id" },
  { cascade_copy => 0, cascade_delete => 0 },
);


# Created by DBIx::Class::Schema::Loader v0.07049 @ 2022-09-06 09:15:22
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:DEINsU6dlw5NyLK/K/pFaQ


# You can replace this text with custom code or comments, and it will be preserved on regeneration
1;



( run in 0.753 second using v1.01-cache-2.11-cpan-49f99fa48dc )