Uses of Class
io.github.cdklabs.projen.github.UploadGitPatchOptions.Builder
-
Packages that use UploadGitPatchOptions.Builder Package Description io.github.cdklabs.projen.github -
-
Uses of UploadGitPatchOptions.Builder in io.github.cdklabs.projen.github
Methods in io.github.cdklabs.projen.github that return UploadGitPatchOptions.Builder Modifier and Type Method Description static UploadGitPatchOptions.BuilderUploadGitPatchOptions. builder()UploadGitPatchOptions.BuilderUploadGitPatchOptions.Builder. mutationError(String mutationError)Sets the value ofUploadGitPatchOptions.getMutationError()UploadGitPatchOptions.BuilderUploadGitPatchOptions.Builder. outputName(String outputName)Sets the value ofUploadGitPatchOptions.getOutputName()UploadGitPatchOptions.BuilderUploadGitPatchOptions.Builder. patchFile(String patchFile)Sets the value ofUploadGitPatchOptions.getPatchFile()UploadGitPatchOptions.BuilderUploadGitPatchOptions.Builder. stepId(String stepId)Sets the value ofUploadGitPatchOptions.getStepId()UploadGitPatchOptions.BuilderUploadGitPatchOptions.Builder. stepName(String stepName)Sets the value ofUploadGitPatchOptions.getStepName()Constructors in io.github.cdklabs.projen.github with parameters of type UploadGitPatchOptions.Builder Constructor Description Jsii$Proxy(UploadGitPatchOptions.Builder builder)Constructor that initializes the object based on literal property values passed by theUploadGitPatchOptions.Builder.
-