Uses of Class
io.github.cdklabs.projen.github.AutoApproveOptions.Builder
-
Packages that use AutoApproveOptions.Builder Package Description io.github.cdklabs.projen.github -
-
Uses of AutoApproveOptions.Builder in io.github.cdklabs.projen.github
Methods in io.github.cdklabs.projen.github that return AutoApproveOptions.Builder Modifier and Type Method Description AutoApproveOptions.BuilderAutoApproveOptions.Builder. allowedUsernames(List<String> allowedUsernames)Sets the value ofAutoApproveOptions.getAllowedUsernames()static AutoApproveOptions.BuilderAutoApproveOptions. builder()AutoApproveOptions.BuilderAutoApproveOptions.Builder. label(String label)Sets the value ofAutoApproveOptions.getLabel()AutoApproveOptions.BuilderAutoApproveOptions.Builder. runsOn(List<String> runsOn)Sets the value ofAutoApproveOptions.getRunsOn()AutoApproveOptions.BuilderAutoApproveOptions.Builder. runsOnGroup(GroupRunnerOptions runsOnGroup)Sets the value ofAutoApproveOptions.getRunsOnGroup()AutoApproveOptions.BuilderAutoApproveOptions.Builder. secret(String secret)Sets the value ofAutoApproveOptions.getSecret()Constructors in io.github.cdklabs.projen.github with parameters of type AutoApproveOptions.Builder Constructor Description Jsii$Proxy(AutoApproveOptions.Builder builder)Constructor that initializes the object based on literal property values passed by theAutoApproveOptions.Builder.
-