예제 #1
0
 protected override WebHookOutcomes ConvertFromString(string s)
 {
     return(BitbucketHelpers.StringToWebHookOutcome(s));
 }