Package | Description |
---|---|
org.kunlab.kpm.task.tasks.alias.update |
Modifier and Type | Method and Description |
---|---|
static UpdateAliasesErrorCause |
UpdateAliasesErrorCause.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UpdateAliasesErrorCause[] |
UpdateAliasesErrorCause.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
UpdateAliasesResult(boolean success,
@NotNull UpdateAliasesState state,
@Nullable UpdateAliasesErrorCause errorCause,
boolean warn,
long aliasesCount,
HashMap<String,Long> aliasesCountBySource) |
Copyright © 2023. All rights reserved.