Example #1
0
        public Context()
        {
            Authentication = new AuthenticationContext();
            Repository = new RepositoryContext();

            GitHub = new GitHubContext();
            Jira = new JiraContext();
            YouTrack = new YouTrackContext();
            BitBucket = new BitBucketContext();
        }
 public ReleaseNotesGenerationParameters()
 {
     RepositorySettings = new RepositoryContext();
     IssueTracker = new IssueTrackerParameters();
 }