Class Bugzilla::Bugzilla
In: lib/bugzilla/bugzilla.rb
Parent: Skeleton

Bugzilla::Bugzilla

Bugzilla::Bugzilla class is to access the Bugzilla::WebService::Bugzilla API that provides functions tell you about Bugzilla in general.

Methods

Public Instance methods

Bugzilla::Bugzilla#check_version(version_)

Returns Array contains the result of the version check and Bugzilla version that is running on.

Bugzilla::Bugzilla#requires_version(cmd, version_)

Raise an exception if the Bugzilla doesn‘t satisfy the requirement of the version.

Protected Instance methods

Bugzilla::Bugzilla#parameters

Raw Bugzilla API to obtain parameter values currently used in Bugzilla.

See www.bugzilla.org/docs/tip/en/html/api/Bugzilla/WebService/Bugzilla.html

[Validate]