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

            GitHub = new GitHubContext();
            Jira = new JiraContext();
            YouTrack = new YouTrackContext();
            BitBucket = new BitBucketContext();
        }
 public IssueTrackerParameters()
 {
     Authentication = new AuthenticationContext();
 }
Example #3
0
 public IssueTrackerParameters()
 {
     Authentication = new AuthenticationContext();
 }