Package io.github.cdklabs.projen.release
Class JsiiReleasePyPi.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- io.github.cdklabs.projen.release.JsiiReleasePyPi.Jsii$Proxy
-
- All Implemented Interfaces:
CommonPublishOptions,JsiiReleasePyPi,PyPiPublishOptions,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- JsiiReleasePyPi
@Stability(Deprecated) @Deprecated @Internal public static final class JsiiReleasePyPi.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements JsiiReleasePyPi
Deprecated.An implementation forJsiiReleasePyPi
-
-
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.release.JsiiReleasePyPi
JsiiReleasePyPi.Builder, JsiiReleasePyPi.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(JsiiReleasePyPi.Builder builder)Deprecated.Constructor that initializes the object based on literal property values passed by theJsiiReleasePyPi.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Deprecated.Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()Deprecated.booleanequals(Object o)Deprecated.CodeArtifactOptionsgetCodeArtifactOptions()Deprecated.(experimental) Options for publishing to AWS CodeArtifact.List<JobStep>getPostPublishSteps()Deprecated.(experimental) Steps to execute after executing the publishing command.List<JobStep>getPrePublishSteps()Deprecated.(experimental) Steps to execute before executing the publishing command.ToolsgetPublishTools()Deprecated.(experimental) Additional tools to install in the publishing job.StringgetTwinePasswordSecret()Deprecated.(experimental) The GitHub secret which contains PyPI password.StringgetTwineRegistryUrl()Deprecated.(experimental) The registry url to use when releasing packages.StringgetTwineUsernameSecret()Deprecated.(experimental) The GitHub secret which contains PyPI user name.inthashCode()Deprecated.
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Deprecated.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(JsiiReleasePyPi.Builder builder)
Deprecated.Constructor that initializes the object based on literal property values passed by theJsiiReleasePyPi.Builder.
-
-
Method Detail
-
getCodeArtifactOptions
public final CodeArtifactOptions getCodeArtifactOptions()
Deprecated.Description copied from interface:PyPiPublishOptions(experimental) Options for publishing to AWS CodeArtifact.Default: - undefined
- Specified by:
getCodeArtifactOptionsin interfacePyPiPublishOptions
-
getTwinePasswordSecret
public final String getTwinePasswordSecret()
Deprecated.Description copied from interface:PyPiPublishOptions(experimental) The GitHub secret which contains PyPI password.Default: "TWINE_PASSWORD"
- Specified by:
getTwinePasswordSecretin interfacePyPiPublishOptions
-
getTwineRegistryUrl
public final String getTwineRegistryUrl()
Deprecated.Description copied from interface:PyPiPublishOptions(experimental) The registry url to use when releasing packages.Default: - twine default
- Specified by:
getTwineRegistryUrlin interfacePyPiPublishOptions
-
getTwineUsernameSecret
public final String getTwineUsernameSecret()
Deprecated.Description copied from interface:PyPiPublishOptions(experimental) The GitHub secret which contains PyPI user name.Default: "TWINE_USERNAME"
- Specified by:
getTwineUsernameSecretin interfacePyPiPublishOptions
-
getPostPublishSteps
public final List<JobStep> getPostPublishSteps()
Deprecated.Description copied from interface:CommonPublishOptions(experimental) Steps to execute after executing the publishing command.These can be used to add/update the release artifacts ot any other tasks needed.
Note that when using this in
publishToGitHubReleasesthis will override steps added viaaddGitHubPostPublishingSteps.- Specified by:
getPostPublishStepsin interfaceCommonPublishOptions
-
getPrePublishSteps
public final List<JobStep> getPrePublishSteps()
Deprecated.Description copied from interface:CommonPublishOptions(experimental) Steps to execute before executing the publishing command. These can be used to prepare the artifact for publishing if neede.These steps are executed after
dist/has been populated with the build output.Note that when using this in
publishToGitHubReleasesthis will override steps added viaaddGitHubPrePublishingSteps.- Specified by:
getPrePublishStepsin interfaceCommonPublishOptions
-
getPublishTools
public final Tools getPublishTools()
Deprecated.Description copied from interface:CommonPublishOptions(experimental) Additional tools to install in the publishing job.Default: - no additional tools are installed
- Specified by:
getPublishToolsin interfaceCommonPublishOptions
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
Deprecated.- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-