C# 클래스 concord.Output.HtmlGanttChart

상속: IHtmlGanttChart
파일 보기 프로젝트 열기: uShip/Concord

공개 메소드들

메소드 설명
GenerateGanttChart ( IEnumerable runners ) : string
SeperateIntoLines ( IEnumerable runners, int testRunId ) : List>

This duplicates much of the logic in DrawHorizontalLines... but using only RunStats

비공개 메소드들

메소드 설명
DrawHorizontalLines ( IEnumerable rawData, LineDrawOptions opts ) : string

메소드 상세

GenerateGanttChart() 공개 메소드

public GenerateGanttChart ( IEnumerable runners ) : string
runners IEnumerable
리턴 string

SeperateIntoLines() 공개 메소드

This duplicates much of the logic in DrawHorizontalLines... but using only RunStats
public SeperateIntoLines ( IEnumerable runners, int testRunId ) : List>
runners IEnumerable
testRunId int
리턴 List>