| Package | Description |
|---|---|
| com.amazonaws.services.codegurureviewer.model |
| Modifier and Type | Method and Description |
|---|---|
Repository |
Repository.clone() |
Repository |
AssociateRepositoryRequest.getRepository()
The repository to associate.
|
Repository |
Repository.withBitbucket(ThirdPartySourceRepository bitbucket)
Information about a Bitbucket repository.
|
Repository |
Repository.withCodeCommit(CodeCommitRepository codeCommit)
Information about an Amazon Web Services CodeCommit repository.
|
Repository |
Repository.withGitHubEnterpriseServer(ThirdPartySourceRepository gitHubEnterpriseServer)
Information about a GitHub Enterprise Server repository.
|
Repository |
Repository.withS3Bucket(S3Repository s3Bucket) |
| Modifier and Type | Method and Description |
|---|---|
void |
AssociateRepositoryRequest.setRepository(Repository repository)
The repository to associate.
|
AssociateRepositoryRequest |
AssociateRepositoryRequest.withRepository(Repository repository)
The repository to associate.
|
Copyright © 2023. All rights reserved.