Package io.github.cdklabs.projen.cdk
Class JsiiDotNetTarget.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- io.github.cdklabs.projen.cdk.JsiiDotNetTarget.Jsii$Proxy
-
- All Implemented Interfaces:
JsiiDotNetTarget,CommonPublishOptions,NugetPublishOptions,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- JsiiDotNetTarget
@Stability(Experimental) @Internal public static final class JsiiDotNetTarget.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements JsiiDotNetTarget
An implementation forJsiiDotNetTarget
-
-
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.cdk.JsiiDotNetTarget
JsiiDotNetTarget.Builder, JsiiDotNetTarget.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(JsiiDotNetTarget.Builder builder)Constructor that initializes the object based on literal property values passed by theJsiiDotNetTarget.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)StringgetDotNetNamespace()StringgetIconUrl()StringgetNugetApiKeySecret()(experimental) GitHub secret which contains the API key for NuGet.StringgetNugetServer()(experimental) NuGet Server URL (defaults to nuget.org).StringgetPackageId()List<JobStep>getPostPublishSteps()(experimental) Steps to execute after executing the publishing command.List<JobStep>getPrePublishSteps()(experimental) Steps to execute before executing the publishing command.ToolsgetPublishTools()(experimental) Additional tools to install in the publishing job.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(JsiiDotNetTarget.Builder builder)
Constructor that initializes the object based on literal property values passed by theJsiiDotNetTarget.Builder.
-
-
Method Detail
-
getDotNetNamespace
public final String getDotNetNamespace()
- Specified by:
getDotNetNamespacein interfaceJsiiDotNetTarget
-
getPackageId
public final String getPackageId()
- Specified by:
getPackageIdin interfaceJsiiDotNetTarget
-
getIconUrl
public final String getIconUrl()
- Specified by:
getIconUrlin interfaceJsiiDotNetTarget
-
getNugetApiKeySecret
public final String getNugetApiKeySecret()
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()
Description copied from interface:NugetPublishOptions(experimental) NuGet Server URL (defaults to nuget.org).- Specified by:
getNugetServerin interfaceNugetPublishOptions
-
getPostPublishSteps
public final List<JobStep> getPostPublishSteps()
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()
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()
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()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-