C# Class TeamCitySiteValidator.Runner

Afficher le fichier Open project: nhsevidence/teamcitysitevalidator Class Usage Examples

Méthodes publiques

Méthode Description
Run ( string site, Microsoft.Build.Utilities.TaskLoggingHelper log, int maxPages, bool strict ) : void
SendStopMessageToProcess ( int PID ) : void

Private Methods

Méthode Description
FailOrIgnore ( ViolationLevel level ) : bool
LogBrokenLinks ( CrawlerReport report ) : void
LogResponseTimes ( CrawlerReport report ) : void
LogSeoViolations ( CrawlerReport report ) : void
PipeProcessToLog ( Process process ) : void
RunAnalysis ( Uri startUrl ) : CrawlerReport
TeamCityEscape ( string s ) : string

Method Details

Run() public méthode

public Run ( string site, Microsoft.Build.Utilities.TaskLoggingHelper log, int maxPages, bool strict ) : void
site string
log Microsoft.Build.Utilities.TaskLoggingHelper
maxPages int
strict bool
Résultat void

SendStopMessageToProcess() public static méthode

public static SendStopMessageToProcess ( int PID ) : void
PID int
Résultat void