Package org.wildfly.prospero.actions
Class InstallationHistoryAction
java.lang.Object
org.wildfly.prospero.actions.InstallationHistoryAction
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncompare(SavedState savedState) 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
-
compare
- 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
-