Package io.github.cdklabs.projen.release
Interface JsiiReleaseMaven
-
- All Superinterfaces:
CommonPublishOptions,software.amazon.jsii.JsiiSerializable,MavenPublishOptions
- All Known Implementing Classes:
JsiiReleaseMaven.Jsii$Proxy
@Generated(value="jsii-pacmak/1.96.0 (build 921e240)", date="2024-03-28T21:16:43.251Z") @Stability(Deprecated) @Deprecated public interface JsiiReleaseMaven extends software.amazon.jsii.JsiiSerializable, MavenPublishOptions
Deprecated.UseMavenPublishOptionsinstead.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classJsiiReleaseMaven.BuilderDeprecated.static classJsiiReleaseMaven.Jsii$ProxyDeprecated.
-
Method Summary
All Methods Static Methods Deprecated Methods Modifier and Type Method Description static JsiiReleaseMaven.Builderbuilder()Deprecated.-
Methods inherited from interface io.github.cdklabs.projen.release.CommonPublishOptions
getPostPublishSteps, getPrePublishSteps, getPublishTools
-
Methods inherited from interface io.github.cdklabs.projen.release.MavenPublishOptions
getMavenEndpoint, getMavenGpgPrivateKeyPassphrase, getMavenGpgPrivateKeySecret, getMavenPassword, getMavenRepositoryUrl, getMavenServerId, getMavenStagingProfileId, getMavenUsername
-
-
-
-
Method Detail
-
builder
@Stability(Deprecated) @Deprecated static JsiiReleaseMaven.Builder builder()
Deprecated.- Returns:
- a
JsiiReleaseMaven.BuilderofJsiiReleaseMaven
-
-