C# Class MSR.Data.BugTracking.BugZilla.BugZillaData

Afficher le fichier Open project: kirnosenko/msr-tools

Méthodes publiques

Méthode Description
BugZillaData ( string uri ) : System
Created ( string bug ) : System.DateTime
Fixed ( string bug ) : System.DateTime
IsFixed ( string bug ) : bool
IsResolved ( string bug ) : bool
Priority ( string bug ) : string

Private Methods

Méthode Description
BugElement ( string bug ) : System.Xml.Linq.XElement

Method Details

BugZillaData() public méthode

public BugZillaData ( string uri ) : System
uri string
Résultat System

Created() public méthode

public Created ( string bug ) : System.DateTime
bug string
Résultat System.DateTime

Fixed() public méthode

public Fixed ( string bug ) : System.DateTime
bug string
Résultat System.DateTime

IsFixed() public méthode

public IsFixed ( string bug ) : bool
bug string
Résultat bool

IsResolved() public méthode

public IsResolved ( string bug ) : bool
bug string
Résultat bool

Priority() public méthode

public Priority ( string bug ) : string
bug string
Résultat string