Example #1
0
 public ICheckinEvaluationResult EvaluateCheckin(TfsCheckinEvaluationOptions options, IPendingChange[] allChanges, IPendingChange[] changes, string comment, ICheckinNote checkinNote, IEnumerable <IWorkItemCheckinInfo> workItemChanges)
 {
     return(_bridge.Wrap <WrapperForCheckinEvaluationResult, CheckinEvaluationResult>(_workspace.EvaluateCheckin(
                                                                                          _bridge.Convert <CheckinEvaluationOptions>(options),
                                                                                          _bridge.Unwrap <PendingChange>(allChanges),
                                                                                          _bridge.Unwrap <PendingChange>(changes),
                                                                                          comment,
                                                                                          _bridge.Unwrap <CheckinNote>(checkinNote),
                                                                                          _bridge.Unwrap <WorkItemCheckinInfo>(workItemChanges))));
 }
Example #2
0
 public ICheckinEvaluationResult EvaluateCheckin(TfsCheckinEvaluationOptions options, IPendingChange[] allChanges, IPendingChange[] changes, string comment, string authors, ICheckinNote checkinNote, IEnumerable<IWorkItemCheckinInfo> workItemChanges)
 {
     throw new NotImplementedException();
 }
Example #3
0
 public ICheckinEvaluationResult EvaluateCheckin(TfsCheckinEvaluationOptions options, IPendingChange[] allChanges, IPendingChange[] changes, string comment, string authors, ICheckinNote checkinNote, IEnumerable <IWorkItemCheckinInfo> workItemChanges)
 {
     throw new NotImplementedException();
 }