Package io.github.cdklabs.projen.release
Interface JsiiReleaseGo
-
- All Superinterfaces:
CommonPublishOptions,GoPublishOptions,software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
JsiiReleaseGo.Jsii$Proxy
@Generated(value="jsii-pacmak/1.96.0 (build 921e240)", date="2024-03-28T21:16:43.250Z") @Stability(Deprecated) @Deprecated public interface JsiiReleaseGo extends software.amazon.jsii.JsiiSerializable, GoPublishOptions
Deprecated.UseGoPublishOptionsinstead.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classJsiiReleaseGo.BuilderDeprecated.static classJsiiReleaseGo.Jsii$ProxyDeprecated.
-
Method Summary
All Methods Static Methods Deprecated Methods Modifier and Type Method Description static JsiiReleaseGo.Builderbuilder()Deprecated.-
Methods inherited from interface io.github.cdklabs.projen.release.CommonPublishOptions
getPostPublishSteps, getPrePublishSteps, getPublishTools
-
Methods inherited from interface io.github.cdklabs.projen.release.GoPublishOptions
getGitBranch, getGitCommitMessage, getGithubDeployKeySecret, getGithubRepo, getGithubTokenSecret, getGithubUseSsh, getGitUserEmail, getGitUserName
-
-
-
-
Method Detail
-
builder
@Stability(Deprecated) @Deprecated static JsiiReleaseGo.Builder builder()
Deprecated.- Returns:
- a
JsiiReleaseGo.BuilderofJsiiReleaseGo
-
-