Package io.github.cdklabs.projen.release
Class JsiiReleaseNuget.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- io.github.cdklabs.projen.release.JsiiReleaseNuget.Jsii$Proxy
-
- All Implemented Interfaces:
CommonPublishOptions,JsiiReleaseNuget,NugetPublishOptions,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- JsiiReleaseNuget
@Stability(Deprecated) @Deprecated @Internal public static final class JsiiReleaseNuget.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements JsiiReleaseNuget
Deprecated.An implementation forJsiiReleaseNuget
-
-
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.JsiiReleaseNuget
JsiiReleaseNuget.Builder, JsiiReleaseNuget.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(JsiiReleaseNuget.Builder builder)Deprecated.Constructor that initializes the object based on literal property values passed by theJsiiReleaseNuget.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.StringgetNugetApiKeySecret()Deprecated.(experimental) GitHub secret which contains the API key for NuGet.StringgetNugetServer()Deprecated.(experimental) NuGet Server URL (defaults to nuget.org).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.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(JsiiReleaseNuget.Builder builder)
Deprecated.Constructor that initializes the object based on literal property values passed by theJsiiReleaseNuget.Builder.
-
-
Method Detail
-
getNugetApiKeySecret
public final String getNugetApiKeySecret()
Deprecated.Description copied from interface:NugetPublishOptions(experimental) GitHub secret which contains the API key for NuGet.Default: "NUGET_API_KEY"
- Specified by:
getNugetApiKeySecretin interfaceNugetPublishOptions
-
getNugetServer
public final String getNugetServer()
Deprecated.Description copied from interface:NugetPublishOptions(experimental) NuGet Server URL (defaults to nuget.org).- Specified by:
getNugetServerin interfaceNugetPublishOptions
-
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
-
-