| Package | Description |
|---|---|
| com.amazonaws.services.codegurureviewer.model |
| Modifier and Type | Method and Description |
|---|---|
ThirdPartySourceRepository |
ThirdPartySourceRepository.clone() |
ThirdPartySourceRepository |
Repository.getBitbucket()
Information about a Bitbucket repository.
|
ThirdPartySourceRepository |
Repository.getGitHubEnterpriseServer()
Information about a GitHub Enterprise Server repository.
|
ThirdPartySourceRepository |
ThirdPartySourceRepository.withConnectionArn(String connectionArn)
The Amazon Resource Name (ARN) of an Amazon Web Services CodeStar Connections connection.
|
ThirdPartySourceRepository |
ThirdPartySourceRepository.withName(String name)
The name of the third party source repository.
|
ThirdPartySourceRepository |
ThirdPartySourceRepository.withOwner(String owner)
The owner of the repository.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Repository.setBitbucket(ThirdPartySourceRepository bitbucket)
Information about a Bitbucket repository.
|
void |
Repository.setGitHubEnterpriseServer(ThirdPartySourceRepository gitHubEnterpriseServer)
Information about a GitHub Enterprise Server repository.
|
Repository |
Repository.withBitbucket(ThirdPartySourceRepository bitbucket)
Information about a Bitbucket repository.
|
Repository |
Repository.withGitHubEnterpriseServer(ThirdPartySourceRepository gitHubEnterpriseServer)
Information about a GitHub Enterprise Server repository.
|
Copyright © 2022. All rights reserved.