| Package | Description |
|---|---|
| com.amazonaws.services.codegurureviewer.model |
| Modifier and Type | Method and Description |
|---|---|
ThirdPartySourceRepository |
ThirdPartySourceRepository.clone() |
ThirdPartySourceRepository |
Repository.getBitbucket()
Information about a Bitbucket Cloud repository.
|
ThirdPartySourceRepository |
ThirdPartySourceRepository.withConnectionArn(String connectionArn)
The Amazon Resource Name (ARN) identifying the repository connection.
|
ThirdPartySourceRepository |
ThirdPartySourceRepository.withName(String name)
The name of the third party source repository.
|
ThirdPartySourceRepository |
ThirdPartySourceRepository.withOwner(String owner)
The username of the owner of the repository.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Repository.setBitbucket(ThirdPartySourceRepository bitbucket)
Information about a Bitbucket Cloud repository.
|
Repository |
Repository.withBitbucket(ThirdPartySourceRepository bitbucket)
Information about a Bitbucket Cloud repository.
|
Copyright © 2020. All rights reserved.