Uses of Enum Class
org.wildfly.prospero.api.SavedState.Type
Packages that use SavedState.Type
-
Uses of SavedState.Type in org.wildfly.prospero.api
Methods in org.wildfly.prospero.api that return SavedState.TypeModifier and TypeMethodDescriptionstatic SavedState.TypeSavedState.getType()static SavedState.TypeReturns the enum constant of this class with the specified name.static SavedState.Type[]SavedState.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.wildfly.prospero.api with parameters of type SavedState.TypeModifierConstructorDescriptionSavedState(String hash, Instant timestamp, SavedState.Type type, String msg) -
Uses of SavedState.Type in org.wildfly.prospero.installation.git
Methods in org.wildfly.prospero.installation.git with parameters of type SavedState.TypeModifier and TypeMethodDescriptionvoidGitStorage.recordChange(SavedState.Type operation) voidGitStorage.recordChange(SavedState.Type operation, String... files)