C# 클래스 TeamCitySiteValidator.Runner

파일 보기 프로젝트 열기: nhsevidence/teamcitysitevalidator 1 사용 예제들

공개 메소드들

메소드 설명
Run ( string site, Microsoft.Build.Utilities.TaskLoggingHelper log, int maxPages, bool strict ) : void
SendStopMessageToProcess ( int PID ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

Run() 공개 메소드

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
리턴 void

SendStopMessageToProcess() 공개 정적인 메소드

public static SendStopMessageToProcess ( int PID ) : void
PID int
리턴 void