コード例 #1
0
ファイル: Context.cs プロジェクト: Cocotus/GitReleaseNotes
        public Context()
        {
            Authentication = new AuthenticationContext();
            Repository = new RepositoryContext();

            GitHub = new GitHubContext();
            Jira = new JiraContext();
            YouTrack = new YouTrackContext();
            BitBucket = new BitBucketContext();
        }
コード例 #2
0
 public IssueTrackerParameters()
 {
     Authentication = new AuthenticationContext();
 }
コード例 #3
0
 public IssueTrackerParameters()
 {
     Authentication = new AuthenticationContext();
 }