Uses of Class
io.github.projectunified.mcserverupdater.UpdateBuilder
Packages that use UpdateBuilder
Package
Description
-
Uses of UpdateBuilder in io.github.projectunified.mcserverupdater
Methods in io.github.projectunified.mcserverupdater that return UpdateBuilderModifier and TypeMethodDescriptionUpdateBuilder.checkOnly
(boolean checkOnly) Set if the update process should only check the checksumUpdateBuilder.checksumConsumer
(UpdateBuilder.ChecksumConsumer checksumConsumer) Set the checksum consumerUpdateBuilder.checksumFile
(File checksumFile) Set the checksum fileUpdateBuilder.checksumFile
(String checksumFile) Set the checksum fileUpdateBuilder.checksumSupplier
(UpdateBuilder.ChecksumSupplier checksumSupplier) Set the checksum supplierUpdateBuilder.debugConsumer
(DebugConsumer debugConsumer) Set the debug consumerUpdateBuilder.outputFile
(File outputFile) Set the output fileUpdateBuilder.outputFile
(String outputFile) Set the output filestatic UpdateBuilder
UpdateBuilder.updateProject
(String project) Create the update processSet the user agent for the update processSet the versionUpdateBuilder.workingDirectory
(File workingDirectory) Set the working directoryUpdateBuilder.workingDirectory
(String workingDirectory) Set the working directory -
Uses of UpdateBuilder in io.github.projectunified.mcserverupdater.api
Fields in io.github.projectunified.mcserverupdater.api declared as UpdateBuilderModifier and TypeFieldDescriptionprotected final UpdateBuilder
GithubBranchUpdater.updateBuilder
protected final UpdateBuilder
GithubReleaseUpdater.updateBuilder
protected final UpdateBuilder
JenkinsUpdater.updateBuilder
-
Uses of UpdateBuilder in io.github.projectunified.mcserverupdater.util
Fields in io.github.projectunified.mcserverupdater.util declared as UpdateBuilderMethods in io.github.projectunified.mcserverupdater.util with parameters of type UpdateBuilderModifier and TypeMethodDescriptionstatic InputStream
WebUtils.getInputStream
(String url, UpdateBuilder updateBuilder) static InputStream
WebUtils.getInputStreamOrNull
(String url, UpdateBuilder updateBuilder) static URLConnection
WebUtils.openConnection
(String url, UpdateBuilder updateBuilder) static URLConnection
WebUtils.openConnectionOrNull
(String url, UpdateBuilder updateBuilder) Constructors in io.github.projectunified.mcserverupdater.util with parameters of type UpdateBuilder