Package org.jreleaser.sdk.sdkman
Class ReleaseSdkmanCommand.Builder
java.lang.Object
org.jreleaser.sdk.sdkman.ReleaseSdkmanCommand.Builder
- Enclosing class:
- ReleaseSdkmanCommand
-
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) Platform to downloadable URL mappings.readTimeout(int readTimeout) protected final ReleaseSdkmanCommand.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
-
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
-