C# Class TfsRestServices.CommentsCache

ファイルを表示 Open project: AutomatedArchitecture/SirenOfShame Class Usage Examples

Public Methods

Method Description
FetchNewComments ( List projects, TfsConnectionDetails connection, Func getCommentFunc ) : System.Threading.Tasks.Task
GetCachedCommentForBuild ( TfsJsonBuild build ) : string

Private Methods

Method Description
FetchAndSaveComment ( Func getCommentFunc, TfsJsonBuild tfsJsonBuild ) : System.Threading.Tasks.Task

Method Details

FetchNewComments() public method

public FetchNewComments ( List projects, TfsConnectionDetails connection, Func getCommentFunc ) : System.Threading.Tasks.Task
projects List
connection TfsConnectionDetails
getCommentFunc Func
return System.Threading.Tasks.Task

GetCachedCommentForBuild() public method

public GetCachedCommentForBuild ( TfsJsonBuild build ) : string
build TfsJsonBuild
return string