Uses of Class
io.github.cdklabs.projen.github.workflows.PushOptions.Builder
-
Packages that use PushOptions.Builder Package Description io.github.cdklabs.projen.github.workflows -
-
Uses of PushOptions.Builder in io.github.cdklabs.projen.github.workflows
Methods in io.github.cdklabs.projen.github.workflows that return PushOptions.Builder Modifier and Type Method Description PushOptions.BuilderPushOptions.Builder. branches(List<String> branches)Sets the value ofPushOptions.getBranches()static PushOptions.BuilderPushOptions. builder()PushOptions.BuilderPushOptions.Builder. paths(List<String> paths)Sets the value ofPushOptions.getPaths()PushOptions.BuilderPushOptions.Builder. tags(List<String> tags)Sets the value ofPushOptions.getTags()Constructors in io.github.cdklabs.projen.github.workflows with parameters of type PushOptions.Builder Constructor Description Jsii$Proxy(PushOptions.Builder builder)Constructor that initializes the object based on literal property values passed by thePushOptions.Builder.
-