| Modifier and Type | Method and Description |
|---|---|
ReleaseChannel |
Updatable.getReleaseChannel()
Returns the release type of the currently running plugin
|
static ReleaseChannel |
ReleaseChannel.parse(String releaseTypeName) |
static ReleaseChannel |
ReleaseChannel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReleaseChannel[] |
ReleaseChannel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Updater.Builder |
Updater.Builder.channel(ReleaseChannel channel) |
| Constructor and Description |
|---|
PluginVersion(String versionString,
ReleaseChannel releaseChannel) |
Copyright © 2015. All rights reserved.