Uses of Class
org.wildfly.prospero.api.SavedState
Packages that use SavedState
Package
Description
-
Uses of SavedState in org.wildfly.prospero.actions
Methods in org.wildfly.prospero.actions that return SavedStateModifier and TypeMethodDescriptionApplyCandidateAction.getCandidateRevision()returns the revision of the candidate serverMethods in org.wildfly.prospero.actions that return types with arguments of type SavedStateMethods in org.wildfly.prospero.actions with parameters of type SavedStateModifier and TypeMethodDescriptionInstallationHistoryAction.getChangesSinceRevision(SavedState savedState) InstallationHistoryAction.getRevisionChanges(SavedState savedState) gets a list of changes related to thesavedState.voidInstallationHistoryAction.prepareRevert(SavedState savedState, MavenOptions mavenOptions, List<org.wildfly.channel.Repository> overrideRepositories, Path targetDir) voidInstallationHistoryAction.rollback(SavedState savedState, MavenOptions mavenOptions, List<org.wildfly.channel.Repository> overrideRepositories) -
Uses of SavedState in org.wildfly.prospero.api
Methods in org.wildfly.prospero.api that return types with arguments of type SavedStateMethods in org.wildfly.prospero.api with parameters of type SavedStateModifier and TypeMethodDescriptionInstallationMetadata.getChangesIn(SavedState savedState) InstallationMetadata.getChangesToCurrent(SavedState savedState) InstallationMetadata.getSavedState(SavedState savedState) -
Uses of SavedState in org.wildfly.prospero.installation.git
Methods in org.wildfly.prospero.installation.git that return types with arguments of type SavedStateMethods in org.wildfly.prospero.installation.git with parameters of type SavedStateModifier and TypeMethodDescriptionGitStorage.getArtifactChanges(SavedState savedState) GitStorage.getArtifactChangesSince(SavedState savedState) GitStorage.getChannelChanges(SavedState savedState) GitStorage.getChannelChangesSince(SavedState savedState) GitStorage.getFeatureChanges(SavedState latestState) GitStorage.getFeatureChangesSince(SavedState latestState) GitStorage.revert(SavedState savedState)