Package | Description |
---|---|
org.kunlab.kpm.installer.impls.upgrade.signals | |
org.kunlab.kpm.task.tasks.resolve |
Constructor and Description |
---|
ResolveFailedSignal(@NotNull org.bukkit.plugin.Plugin plugin,
@NotNull PluginResolveErrorCause errorCause,
@NotNull PluginResolveState resolveStateState) |
Modifier and Type | Method and Description |
---|---|
static PluginResolveState |
PluginResolveState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PluginResolveState[] |
PluginResolveState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
PluginResolveResult(boolean success,
@NotNull PluginResolveState taskState,
@NotNull PluginResolveErrorCause errorCause,
@Nullable SuccessResult resolveResult) |
PluginResolveResult(boolean success,
@NotNull PluginResolveState taskState,
@NotNull SuccessResult resolveResult) |
Copyright © 2023. All rights reserved.