Uses of Class
org.wildfly.prospero.api.SavedState
-
Packages that use SavedState Package Description org.wildfly.prospero.actions org.wildfly.prospero.api org.wildfly.prospero.installation.git -
-
Uses of SavedState in org.wildfly.prospero.actions
Methods in org.wildfly.prospero.actions that return types with arguments of type SavedState Modifier and Type Method Description List<SavedState>InstallationHistoryAction. getRevisions()Methods in org.wildfly.prospero.actions with parameters of type SavedState Modifier and Type Method Description InstallationChangesInstallationHistoryAction. compare(SavedState savedState)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 SavedState Modifier and Type Method Description List<SavedState>InstallationMetadata. getRevisions()Methods in org.wildfly.prospero.api with parameters of type SavedState Modifier and Type Method Description InstallationChangesInstallationMetadata. getChangesSince(SavedState savedState)InstallationMetadataInstallationMetadata. 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 SavedState Modifier and Type Method Description List<SavedState>GitStorage. getRevisions()Methods in org.wildfly.prospero.installation.git with parameters of type SavedState Modifier and Type Method Description List<ArtifactChange>GitStorage. getArtifactChanges(SavedState savedState)List<ChannelChange>GitStorage. getChannelChanges(SavedState savedState)PathGitStorage. revert(SavedState savedState)
-