| Modifier and Type | Method and Description |
|---|---|
ReleaseType |
Updatable.getReleaseType()
Returns the release type of the currently running plugin
|
static ReleaseType |
ReleaseType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReleaseType[] |
ReleaseType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Updater.setReleaseType(ReleaseType releaseType)
Changes the preferred release type Won't have effect until after next update check.
|
| Constructor and Description |
|---|
PluginVersion(String versionString,
ReleaseType releaseType) |
Updater(Updatable plugin,
int pluginId,
File pluginFile,
String apiKey,
ReleaseType releaseType)
Gets a new instance of the updater.
|
Copyright © 2015. All rights reserved.