Uses of Class
software.amazon.awscdk.pipelines.DockerCredential
Packages that use DockerCredential
-
Uses of DockerCredential in software.amazon.awscdk.pipelines
Methods in software.amazon.awscdk.pipelines that return DockerCredentialModifier and TypeMethodDescriptionstatic DockerCredentialDockerCredential.customRegistry(String registryDomain, ISecret secret) Creates a DockerCredential for a registry, based on its domain name (e.g., 'www.example.com').static DockerCredentialDockerCredential.customRegistry(String registryDomain, ISecret secret, ExternalDockerCredentialOptions opts) Creates a DockerCredential for a registry, based on its domain name (e.g., 'www.example.com').static DockerCredentialCreates a DockerCredential for DockerHub.static DockerCredentialDockerCredential.dockerHub(ISecret secret, ExternalDockerCredentialOptions opts) Creates a DockerCredential for DockerHub.static DockerCredentialDockerCredential.ecr(List<? extends IRepository> repositories) Creates a DockerCredential for one or more ECR repositories.static DockerCredentialDockerCredential.ecr(List<? extends IRepository> repositories, EcrDockerCredentialOptions opts) Creates a DockerCredential for one or more ECR repositories.Methods in software.amazon.awscdk.pipelines that return types with arguments of type DockerCredentialModifier and TypeMethodDescriptiondefault List<DockerCredential> CodePipelineProps.getDockerCredentials()A list of credentials used to authenticate to Docker registries.final List<DockerCredential> CodePipelineProps.Jsii$Proxy.getDockerCredentials()Method parameters in software.amazon.awscdk.pipelines with type arguments of type DockerCredentialModifier and TypeMethodDescriptionCodePipeline.Builder.dockerCredentials(List<? extends DockerCredential> dockerCredentials) A list of credentials used to authenticate to Docker registries.CodePipelineProps.Builder.dockerCredentials(List<? extends DockerCredential> dockerCredentials) Sets the value ofCodePipelineProps.getDockerCredentials()