示例#1
0
 public TestHandler(Services.IGitHubClientFactory gitHubClientFactory, Microsoft.Extensions.Caching.Memory.IMemoryCache cache)
     : base(gitHubClientFactory, cache, NullLogger.Instance)
 {
 }
示例#2
0
 protected GradeCommandHandlerBase(Services.IGitHubClientFactory gitHubClientFactory, Services.IGradeStore gradeStore, IMemoryCache cache, Microsoft.Extensions.Logging.ILogger logger)
     : base(gitHubClientFactory, cache, logger)
 {
     this.gradeStore       = gradeStore;
     this.isOrgMemberCache = cache;
 }
 public ActionWorkflowRunHandler(Services.IGitHubClientFactory gitHubClientFactory, Microsoft.Extensions.Caching.Memory.IMemoryCache cache, Microsoft.Extensions.Logging.ILogger logger)
     : base(gitHubClientFactory, cache, logger)
 {
 }
示例#4
0
 public BranchProtectionRuleHandler(Services.IGitHubClientFactory gitHubClientFactory)
     : base(gitHubClientFactory)
 {
 }
 public GradeCommandReviewCommentHandler(Services.IGitHubClientFactory gitHubClientFactory, Services.IGradeStore gradeStore, IMemoryCache cache, Microsoft.Extensions.Logging.ILogger logger)
     : base(gitHubClientFactory, gradeStore, cache, logger)
 {
 }
 public IssueCommentEditDeleteHandler(Services.IGitHubClientFactory gitHubClientFactory, Microsoft.Extensions.Caching.Memory.IMemoryCache cache, Microsoft.Extensions.Logging.ILogger logger)
     : base(gitHubClientFactory, cache, logger)
 {
 }
示例#7
0
 public PullRequestReviewToAssigneeHandler(Services.IGitHubClientFactory gitHubClientFactory)
     : base(gitHubClientFactory)
 {
 }
示例#8
0
 public IssueCommentEditDeleteHandler(Services.IGitHubClientFactory gitHubClientFactory)
     : base(gitHubClientFactory)
 {
 }
 public PullRequestOpenDuplicateHandler(Services.IGitHubClientFactory gitHubClientFactory)
     : base(gitHubClientFactory)
 {
 }
 public BranchProtectionRuleHandler(Services.IGitHubClientFactory gitHubClientFactory, Microsoft.Extensions.Caching.Memory.IMemoryCache cache, Microsoft.Extensions.Logging.ILogger logger)
     : base(gitHubClientFactory, cache, logger)
 {
 }
示例#11
0
 public PullRequestReviewToAssigneeHandler(Services.IGitHubClientFactory gitHubClientFactory, Microsoft.Extensions.Caching.Memory.IMemoryCache cache, Microsoft.Extensions.Logging.ILogger logger)
     : base(gitHubClientFactory, cache, logger)
 {
 }