Repository constructor

Repository({
  1. ThirdPartySourceRepository? bitbucket,
  2. CodeCommitRepository? codeCommit,
  3. ThirdPartySourceRepository? gitHubEnterpriseServer,
})

Implementation

Repository({
  this.bitbucket,
  this.codeCommit,
  this.gitHubEnterpriseServer,
});