Package io.github.cdklabs.projen.github
Class UploadGitPatchOptions.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- io.github.cdklabs.projen.github.UploadGitPatchOptions.Jsii$Proxy
-
- All Implemented Interfaces:
UploadGitPatchOptions,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- UploadGitPatchOptions
@Stability(Experimental) @Internal public static final class UploadGitPatchOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements UploadGitPatchOptions
An implementation forUploadGitPatchOptions
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface io.github.cdklabs.projen.github.UploadGitPatchOptions
UploadGitPatchOptions.Builder, UploadGitPatchOptions.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(UploadGitPatchOptions.Builder builder)Constructor that initializes the object based on literal property values passed by theUploadGitPatchOptions.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)StringgetMutationError()(experimental) Fail if a mutation was found and print this error message.StringgetOutputName()(experimental) The name of the output to emit.StringgetPatchFile()(experimental) The name of the artifact the patch is stored as.StringgetStepId()(experimental) The step ID which produces the output which indicates if a patch was created.StringgetStepName()(experimental) The name of the step.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(UploadGitPatchOptions.Builder builder)
Constructor that initializes the object based on literal property values passed by theUploadGitPatchOptions.Builder.
-
-
Method Detail
-
getOutputName
public final String getOutputName()
Description copied from interface:UploadGitPatchOptions(experimental) The name of the output to emit.It will be set to
trueif there was a diff.- Specified by:
getOutputNamein interfaceUploadGitPatchOptions
-
getStepId
public final String getStepId()
Description copied from interface:UploadGitPatchOptions(experimental) The step ID which produces the output which indicates if a patch was created.- Specified by:
getStepIdin interfaceUploadGitPatchOptions
-
getMutationError
public final String getMutationError()
Description copied from interface:UploadGitPatchOptions(experimental) Fail if a mutation was found and print this error message.Default: - do not fail upon mutation
- Specified by:
getMutationErrorin interfaceUploadGitPatchOptions
-
getPatchFile
public final String getPatchFile()
Description copied from interface:UploadGitPatchOptions(experimental) The name of the artifact the patch is stored as.Default: ".repo.patch"
- Specified by:
getPatchFilein interfaceUploadGitPatchOptions
-
getStepName
public final String getStepName()
Description copied from interface:UploadGitPatchOptions(experimental) The name of the step.Default: "Find mutations"
- Specified by:
getStepNamein interfaceUploadGitPatchOptions
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-