public interface Identity extends UpgradeCondition
Modifier and Type | Interface and Description |
---|---|
static interface |
Identity.IdentityUpgrade |
Modifier and Type | Method and Description |
---|---|
<T extends Identity> |
forType(Patch.PatchType patchType,
Class<T> clazz) |
String |
getVersion()
Get the target version.
|
getIncompatibleWith, getName, getPatchType, getRequires
String getVersion()
<T extends Identity> T forType(Patch.PatchType patchType, Class<T> clazz)
Copyright © 2023 JBoss by Red Hat. All rights reserved.