Bugs are, of course, what Bugzilla tracks. In order to do anything with bugs, you need bug objects.
Instances of this class can be used to manipulate a Bug in a Bugzilla server.
You cannot directly create a Bug object. You should get a Bug object from Server.GetBug or Server.GetBugs.
In order to actually instantiate a Bug, a Server instance must be supplied.
Definition in file Bug.cs.
Go to the source code of this file.
Namespaces | |
namespace | Bugzproxy |
namespace | CookComputing::XmlRpc |
namespace | System |
Classes | |
class | Bug |
This class Encapsulates a bug in Bugzilla. More... |