Uses of Class
io.github.cdklabs.projen.github.CheckoutWith.Builder
-
Packages that use CheckoutWith.Builder Package Description io.github.cdklabs.projen.github -
-
Uses of CheckoutWith.Builder in io.github.cdklabs.projen.github
Methods in io.github.cdklabs.projen.github that return CheckoutWith.Builder Modifier and Type Method Description static CheckoutWith.BuilderCheckoutWith. builder()CheckoutWith.BuilderCheckoutWith.Builder. fetchDepth(Number fetchDepth)Sets the value ofCheckoutWith.getFetchDepth()CheckoutWith.BuilderCheckoutWith.Builder. lfs(Boolean lfs)Sets the value ofCheckoutWith.getLfs()CheckoutWith.BuilderCheckoutWith.Builder. ref(String ref)Sets the value ofCheckoutWith.getRef()CheckoutWith.BuilderCheckoutWith.Builder. repository(String repository)Sets the value ofCheckoutWith.getRepository()CheckoutWith.BuilderCheckoutWith.Builder. token(String token)Sets the value ofCheckoutWith.getToken()Constructors in io.github.cdklabs.projen.github with parameters of type CheckoutWith.Builder Constructor Description Jsii$Proxy(CheckoutWith.Builder builder)Constructor that initializes the object based on literal property values passed by theCheckoutWith.Builder.
-