Package org.wildfly.prospero.actions
Class InstallationHistoryAction
java.lang.Object
org.wildfly.prospero.actions.InstallationHistoryAction
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetChangesSinceRevision(SavedState savedState) getRevisionChanges(SavedState savedState) gets a list of changes related to thesavedState.voidprepareRevert(SavedState savedState, MavenOptions mavenOptions, List<org.wildfly.channel.Repository> overrideRepositories, Path targetDir) voidrollback(SavedState savedState, MavenOptions mavenOptions, List<org.wildfly.channel.Repository> overrideRepositories)
-
Constructor Details
-
InstallationHistoryAction
-
-
Method Details
-
getRevisionChanges
gets a list of changes related to thesavedState.- Parameters:
savedState-- Returns:
- Throws:
MetadataException
-
getChangesSinceRevision
- Throws:
MetadataException
-
getRevisions
- Throws:
MetadataException
-
rollback
public void rollback(SavedState savedState, MavenOptions mavenOptions, List<org.wildfly.channel.Repository> overrideRepositories) throws OperationException, org.jboss.galleon.ProvisioningException - Throws:
OperationExceptionorg.jboss.galleon.ProvisioningException
-
prepareRevert
public void prepareRevert(SavedState savedState, MavenOptions mavenOptions, List<org.wildfly.channel.Repository> overrideRepositories, Path targetDir) throws OperationException, org.jboss.galleon.ProvisioningException - Throws:
OperationExceptionorg.jboss.galleon.ProvisioningException
-