C# 클래스 TfsRestServices.CommentsCache

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

공개 메소드들

메소드 설명
FetchNewComments ( List projects, TfsConnectionDetails connection, Func getCommentFunc ) : System.Threading.Tasks.Task
GetCachedCommentForBuild ( TfsJsonBuild build ) : string

비공개 메소드들

메소드 설명
FetchAndSaveComment ( Func getCommentFunc, TfsJsonBuild tfsJsonBuild ) : System.Threading.Tasks.Task

메소드 상세

FetchNewComments() 공개 메소드

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

GetCachedCommentForBuild() 공개 메소드

public GetCachedCommentForBuild ( TfsJsonBuild build ) : string
build TfsJsonBuild
리턴 string