Blob Blame History Raw
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
 "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">

<node name="/com/redhat/problems/configuration/bugzilla">
    <annotation name="com.redhat.problems.ConfFile" value="/etc/libreport/plugins/bugzilla.conf" />
    <annotation name="com.redhat.problems.DefaultConfFile" value="/usr/share/libreport/conf.d/plugins/bugzilla.conf" />

    <interface name="com.redhat.problems.configuration.bugzilla">
        <property name="BugzillaURL" type="s" access="readwrite" />
        <property name="Login" type="s" access="readwrite" />
        <property name="Password" type="s" access="readwrite" />
        <property name="SSLVerify" type="b" access="readwrite" />
        <property name="DontMatchComponents" type="as" access="readwrite" />
        <property name="CreatePrivate" type="b" access="readwrite" />
        <property name="PrivateGroup" type="as" access="readwrite" />
    </interface>
</node>