C# Class MvcWrench.MonkeyWrenchHelper

Show file Open project: mono/mvcwrench

Public Methods

Method Description
GetHeaderRow ( BuildRevision revs ) : StatusStripRow
GetRow ( BuildRevision revs ) : StatusStripRow
GetRow ( int hostlane, FrontPageResponse data ) : StatusStripRow
GetRow ( int hostlane, FrontPageResponse data, string header ) : StatusStripRow
ListWorkItems ( FrontPageResponse data ) : void

Private Methods

Method Description
ConvertState ( int state ) : int

Method Details

GetHeaderRow() public static method

public static GetHeaderRow ( BuildRevision revs ) : StatusStripRow
revs MvcWrench.MonkeyWrench.Public.BuildRevision
return MvcWrench.Models.StatusStripRow

GetRow() public static method

public static GetRow ( BuildRevision revs ) : StatusStripRow
revs MvcWrench.MonkeyWrench.Public.BuildRevision
return MvcWrench.Models.StatusStripRow

GetRow() public static method

public static GetRow ( int hostlane, FrontPageResponse data ) : StatusStripRow
hostlane int
data FrontPageResponse
return MvcWrench.Models.StatusStripRow

GetRow() public static method

public static GetRow ( int hostlane, FrontPageResponse data, string header ) : StatusStripRow
hostlane int
data FrontPageResponse
header string
return MvcWrench.Models.StatusStripRow

ListWorkItems() public static method

public static ListWorkItems ( FrontPageResponse data ) : void
data FrontPageResponse
return void