Uses of Class
software.amazon.awscdk.services.codecommit.Code
Packages that use Code
-
Uses of Code in software.amazon.awscdk.services.codecommit
Methods in software.amazon.awscdk.services.codecommit that return CodeModifier and TypeMethodDescriptionstatic CodeCode from user-supplied asset.static CodeCode from user-supplied asset.static CodeCode.fromDirectory(String directoryPath) Code from directory.static CodeCode.fromDirectory(String directoryPath, String branch) Code from directory.static CodeCode.fromZipFile(String filePath) Code from preexisting ZIP file.static CodeCode.fromZipFile(String filePath, String branch) Code from preexisting ZIP file.default CodeRepositoryProps.getCode()The contents with which to initialize the repository after it has been created.final CodeRepositoryProps.Jsii$Proxy.getCode()Methods in software.amazon.awscdk.services.codecommit with parameters of type CodeModifier and TypeMethodDescriptionThe contents with which to initialize the repository after it has been created.Sets the value ofRepositoryProps.getCode()