Package org.jreleaser.sdk.sdkman
Class MajorReleaseSdkmanCommand.Builder
java.lang.Object
org.jreleaser.sdk.sdkman.MajorReleaseSdkmanCommand.Builder
- Enclosing class:
- MajorReleaseSdkmanCommand
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedBuilder(org.jreleaser.model.api.JReleaserContext context) -
Method Summary
Modifier and TypeMethodDescriptionSDK service hostnamebuild()candidate identifierconnectTimeout(int connectTimeout) consumerKey(String consumerKey) The SDK consumer keyconsumerToken(String consumerToken) The SDK consumer tokendryrun(boolean dryrun) The hashtag to use (legacy)Platform to downloadable URL mappings.readTimeout(int readTimeout) releaseNotesUrl(String releaseNotesUrl) The URL where the release notes can be foundprotected final MajorReleaseSdkmanCommand.Builderself()skipAnnounce(boolean skipAnnounce) The URL from where the candidate version can be downloadedcandidate version
-
Field Details
-
context
protected final org.jreleaser.model.api.JReleaserContext context -
dryrun
protected boolean dryrun -
skipAnnounce
protected boolean skipAnnounce -
consumerKey
-
consumerToken
-
candidate
-
version
-
apiHost
-
connectTimeout
protected int connectTimeout -
readTimeout
protected int readTimeout
-
-
Constructor Details
-
Builder
protected Builder(org.jreleaser.model.api.JReleaserContext context)
-
-
Method Details
-
hashtag
The hashtag to use (legacy) -
releaseNotesUrl
The URL where the release notes can be found -
url
The URL from where the candidate version can be downloaded -
platforms
Platform to downloadable URL mappings. Supported platforms are:- MAC_OSX
- WINDOWS_64
- LINUX_64
- LINUX_32
"MAC_OSX" :"https://host/micronaut-x.y.z-macosx.zip" "LINUX_64" :"https://host/micronaut-x.y.z-linux64.zip" "WINDOWS_64":"https://host/micronaut-x.y.z-win.zip" -
platform
-
build
-
self
-
dryrun
-
skipAnnounce
-
consumerKey
The SDK consumer key -
consumerToken
The SDK consumer token -
candidate
candidate identifier -
version
candidate version -
apiHost
SDK service hostname -
connectTimeout
-
readTimeout
-