Uses of Class
io.github.projectunified.mcserverupdater.UpdateStatus
Packages that use UpdateStatus
-
Uses of UpdateStatus in io.github.projectunified.mcserverupdater
Fields in io.github.projectunified.mcserverupdater declared as UpdateStatusModifier and TypeFieldDescriptionstatic final UpdateStatus
UpdateStatus.FAILED
Failed to updatestatic final UpdateStatus
UpdateStatus.FILE_FAILED
Failed to create the output filestatic final UpdateStatus
UpdateStatus.NO_PROJECT
The project is not found or not supportedstatic final UpdateStatus
UpdateStatus.OUT_OF_DATE
The output file is out-of-datestatic final UpdateStatus
UpdateStatus.SUCCESS
Update successfullystatic final UpdateStatus
UpdateStatus.UP_TO_DATE
The output file is up-to-dateMethods in io.github.projectunified.mcserverupdater that return UpdateStatusModifier and TypeMethodDescriptionUpdateBuilder.execute()
Execute the update processstatic UpdateStatus
UpdateStatus.unknownError
(Throwable cause) Create an unknown error statusMethods in io.github.projectunified.mcserverupdater that return types with arguments of type UpdateStatus