Esempio n. 1
0
 public async void CalculateGap(PullRequestRecordData data, NewReviewInfo info)
 {
     throw new NotImplementedException();
     //data.GapHistory.Add((githubEvent.UpdatedAt.Value - data.LastCommitDate.GetValueOrDefault()));
 }
Esempio n. 2
0
 public async void RecalculateData(PullRequestRecordData data, NewCommitInfo info)
 {
     throw new NotImplementedException();
     //data.DelayHistory.Add(githubEvent.UpdatedAt.Value - data.LastReviewCommentDate.Value);
 }