コード例 #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 ReleaseNotesGenerationParameters()
 {
     RepositorySettings = new RepositoryContext();
     IssueTracker = new IssueTrackerParameters();
 }