5.7.155. Bugzilla::Extension::DependentProducts::Bug

5.7.155.1. Description

Bugzilla::Extension::DependentProducts::Bug -This modules represents the relationship between a bug and the dependent products that are affected by it.

5.7.155.2. Fields

  • value
The dependent product id.
  • bug_id
The bug id.
  • enabled_by
The user who set this relationship on a bug.

5.7.155.3. Methods

These methods allow you to set the specified field.

  • set_value
  • set_bug_id
  • set_enabled_by
  • delete
Delete the relationship between a bug and a dependent product.

5.7.155.4. Accessors

These methods allow you to get the specified field.

  • value
  • bug_id
  • enabled_by

This documentation undoubtedly has bugs; if you find some, please file them here.