Uses of Class
io.github.cdklabs.projen.github.workflows.ContainerCredentials.Builder
-
Packages that use ContainerCredentials.Builder Package Description io.github.cdklabs.projen.github.workflows -
-
Uses of ContainerCredentials.Builder in io.github.cdklabs.projen.github.workflows
Methods in io.github.cdklabs.projen.github.workflows that return ContainerCredentials.Builder Modifier and Type Method Description static ContainerCredentials.BuilderContainerCredentials. builder()ContainerCredentials.BuilderContainerCredentials.Builder. password(String password)Sets the value ofContainerCredentials.getPassword()ContainerCredentials.BuilderContainerCredentials.Builder. username(String username)Sets the value ofContainerCredentials.getUsername()Constructors in io.github.cdklabs.projen.github.workflows with parameters of type ContainerCredentials.Builder Constructor Description Jsii$Proxy(ContainerCredentials.Builder builder)Constructor that initializes the object based on literal property values passed by theContainerCredentials.Builder.
-