Repository Association Repository
data class RepositoryAssociationRepository(val bitbucket: RepositoryAssociationRepositoryBitbucket? = null, val codecommit: RepositoryAssociationRepositoryCodecommit? = null, val githubEnterpriseServer: RepositoryAssociationRepositoryGithubEnterpriseServer? = null, val s3Bucket: RepositoryAssociationRepositoryS3Bucket? = null)
Constructors
Link copied to clipboard
constructor(bitbucket: RepositoryAssociationRepositoryBitbucket? = null, codecommit: RepositoryAssociationRepositoryCodecommit? = null, githubEnterpriseServer: RepositoryAssociationRepositoryGithubEnterpriseServer? = null, s3Bucket: RepositoryAssociationRepositoryS3Bucket? = null)