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

Mostrar archivo Open project: kirnosenko/msr-tools

Public Methods

Method 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

Method Description
BugElement ( string bug ) : System.Xml.Linq.XElement

Method Details

BugZillaData() public method

public BugZillaData ( string uri ) : System
uri string
return System

Created() public method

public Created ( string bug ) : System.DateTime
bug string
return System.DateTime

Fixed() public method

public Fixed ( string bug ) : System.DateTime
bug string
return System.DateTime

IsFixed() public method

public IsFixed ( string bug ) : bool
bug string
return bool

IsResolved() public method

public IsResolved ( string bug ) : bool
bug string
return bool

Priority() public method

public Priority ( string bug ) : string
bug string
return string