| Package | Description |
|---|---|
| com.amazonaws.services.migrationhubstrategyrecommendations.model |
| Modifier and Type | Method and Description |
|---|---|
SourceCodeRepository |
SourceCodeRepository.clone() |
SourceCodeRepository |
SourceCodeRepository.withBranch(String branch)
The branch of the source code.
|
SourceCodeRepository |
SourceCodeRepository.withProjectName(String projectName)
The name of the project.
|
SourceCodeRepository |
SourceCodeRepository.withRepository(String repository)
The repository name for the source code.
|
SourceCodeRepository |
SourceCodeRepository.withVersionControlType(String versionControlType)
The type of repository to use for the source code.
|
| Modifier and Type | Method and Description |
|---|---|
List<SourceCodeRepository> |
ApplicationComponentDetail.getSourceCodeRepositories()
Details about the source code repository associated with the application component.
|
| Modifier and Type | Method and Description |
|---|---|
ApplicationComponentDetail |
ApplicationComponentDetail.withSourceCodeRepositories(SourceCodeRepository... sourceCodeRepositories)
Details about the source code repository associated with the application component.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ApplicationComponentDetail.setSourceCodeRepositories(Collection<SourceCodeRepository> sourceCodeRepositories)
Details about the source code repository associated with the application component.
|
ApplicationComponentDetail |
ApplicationComponentDetail.withSourceCodeRepositories(Collection<SourceCodeRepository> sourceCodeRepositories)
Details about the source code repository associated with the application component.
|
Copyright © 2024. All rights reserved.