Uses of Class
io.github.cdklabs.projen.github.GitIdentity.Builder
-
Packages that use GitIdentity.Builder Package Description io.github.cdklabs.projen.github -
-
Uses of GitIdentity.Builder in io.github.cdklabs.projen.github
Methods in io.github.cdklabs.projen.github that return GitIdentity.Builder Modifier and Type Method Description static GitIdentity.BuilderGitIdentity. builder()GitIdentity.BuilderGitIdentity.Builder. email(String email)Sets the value ofGitIdentity.getEmail()GitIdentity.BuilderGitIdentity.Builder. name(String name)Sets the value ofGitIdentity.getName()Constructors in io.github.cdklabs.projen.github with parameters of type GitIdentity.Builder Constructor Description Jsii$Proxy(GitIdentity.Builder builder)Constructor that initializes the object based on literal property values passed by theGitIdentity.Builder.
-