示例#1
0
 public static IEnumerable <string> GroupLabels(FullMergeRequestKey fmk,
                                                IEnumerable <string> unimportantSuffices, User currentUser)
 {
     return(GroupLabels(new FullMergeRequestKey[] { fmk }, unimportantSuffices, currentUser));
 }
示例#2
0
 public MergeRequestEvent(FullMergeRequestKey fullMergeRequestKey, Type eventType, object scope)
 {
     FullMergeRequestKey = fullMergeRequestKey;
     EventType           = eventType;
     Scope = scope;
 }