Uses of Class
io.github.cdklabs.cdkpipelines.github.PushOptions.Builder
-
-
Uses of PushOptions.Builder in io.github.cdklabs.cdkpipelines.github
Methods in io.github.cdklabs.cdkpipelines.github 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.cdkpipelines.github 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.
-