C# Class TfsRestServices.CommentsCache

Afficher le fichier Open project: AutomatedArchitecture/SirenOfShame Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
FetchAndSaveComment ( Func getCommentFunc, TfsJsonBuild tfsJsonBuild ) : System.Threading.Tasks.Task

Method Details

FetchNewComments() public méthode

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

GetCachedCommentForBuild() public méthode

public GetCachedCommentForBuild ( TfsJsonBuild build ) : string
build TfsJsonBuild
Résultat string