| Modifier and Type | Method and Description |
|---|---|
abstract ReleaseChannel |
Updater.getReleaseChannel()
Returns the minimum ReleaseChannel.
|
ReleaseChannel |
Updatable.getReleaseChannel()
Returns the release type of the currently running plugin.
|
ReleaseChannel |
PluginVersion.getReleaseChannel() |
static ReleaseChannel |
ReleaseChannel.parse(String releaseTypeName)
Parses a string to a ReleaseChannel.
|
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 |
|---|---|
abstract Updater.Builder |
Updater.Builder.releaseChannel(ReleaseChannel channel)
Sets the desired release channel.
|
| Constructor and Description |
|---|
PluginVersion(String versionString,
ReleaseChannel releaseChannel)
Instantiates a new PluginVersion object.
|
Copyright © 2016. All rights reserved.