Uses of Class
software.amazon.awssdk.services.codegurureviewer.model.ThirdPartySourceRepository
-
Packages that use ThirdPartySourceRepository Package Description software.amazon.awssdk.services.codegurureviewer.model -
-
Uses of ThirdPartySourceRepository in software.amazon.awssdk.services.codegurureviewer.model
Methods in software.amazon.awssdk.services.codegurureviewer.model that return ThirdPartySourceRepository Modifier and Type Method Description ThirdPartySourceRepositoryRepository. bitbucket()Information about a Bitbucket repository.ThirdPartySourceRepositoryRepository. gitHubEnterpriseServer()Information about a GitHub Enterprise Server repository.Methods in software.amazon.awssdk.services.codegurureviewer.model with parameters of type ThirdPartySourceRepository Modifier and Type Method Description Repository.BuilderRepository.Builder. bitbucket(ThirdPartySourceRepository bitbucket)Information about a Bitbucket repository.Repository.BuilderRepository.Builder. gitHubEnterpriseServer(ThirdPartySourceRepository gitHubEnterpriseServer)Information about a GitHub Enterprise Server repository.
-