Uses of Class
org.wildfly.prospero.api.SavedState.Type
-
Packages that use SavedState.Type Package Description org.wildfly.prospero.api org.wildfly.prospero.installation.git -
-
Uses of SavedState.Type in org.wildfly.prospero.api
Methods in org.wildfly.prospero.api that return SavedState.Type Modifier and Type Method Description SavedState.TypeSavedState. getType()static SavedState.TypeSavedState.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static SavedState.Type[]SavedState.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.wildfly.prospero.api with parameters of type SavedState.Type Constructor Description SavedState(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.Type Modifier and Type Method Description voidGitStorage. recordChange(SavedState.Type operation)
-