Package io.github.cdklabs.projen.release
Interface JsiiReleaseNpm
-
- All Superinterfaces:
CommonPublishOptions,software.amazon.jsii.JsiiSerializable,NpmPublishOptions
- All Known Implementing Classes:
JsiiReleaseNpm.Jsii$Proxy
@Generated(value="jsii-pacmak/1.96.0 (build 921e240)", date="2024-03-28T21:16:43.251Z") @Stability(Deprecated) @Deprecated public interface JsiiReleaseNpm extends software.amazon.jsii.JsiiSerializable, NpmPublishOptions
Deprecated.UseNpmPublishOptionsinstead.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classJsiiReleaseNpm.BuilderDeprecated.static classJsiiReleaseNpm.Jsii$ProxyDeprecated.
-
Method Summary
All Methods Static Methods Deprecated Methods Modifier and Type Method Description static JsiiReleaseNpm.Builderbuilder()Deprecated.-
Methods inherited from interface io.github.cdklabs.projen.release.CommonPublishOptions
getPostPublishSteps, getPrePublishSteps, getPublishTools
-
Methods inherited from interface io.github.cdklabs.projen.release.NpmPublishOptions
getCodeArtifactOptions, getDistTag, getNpmProvenance, getNpmTokenSecret, getRegistry
-
-
-
-
Method Detail
-
builder
@Stability(Deprecated) @Deprecated static JsiiReleaseNpm.Builder builder()
Deprecated.- Returns:
- a
JsiiReleaseNpm.BuilderofJsiiReleaseNpm
-
-