Class GitStorage
java.lang.Object
org.wildfly.prospero.installation.git.GitStorage
- All Implemented Interfaces:
AutoCloseable
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()getArtifactChanges(SavedState savedState) getArtifactChangesSince(SavedState savedState) getChannelChanges(SavedState savedState) getChannelChangesSince(SavedState savedState) getFeatureChanges(SavedState latestState) getFeatureChangesSince(SavedState latestState) booleanvoidrecord()voidrecordChange(SavedState.Type operation) voidrecordChange(SavedState.Type operation, String... files) voidvoidreset()revert(SavedState savedState)
-
Field Details
-
GIT_HISTORY_USER
- See Also:
-
-
Constructor Details
-
GitStorage
- Throws:
MetadataException
-
-
Method Details
-
getRevisions
- Throws:
MetadataException
-
record
- Throws:
MetadataException
-
recordChange
- Throws:
MetadataException
-
recordChange
- Throws:
MetadataException
-
recordConfigChange
- Throws:
MetadataException
-
revert
- Throws:
MetadataException
-
reset
- Throws:
MetadataException
-
getArtifactChanges
- Throws:
MetadataException
-
getArtifactChangesSince
- Throws:
MetadataException
-
getChannelChanges
- Throws:
MetadataException
-
getChannelChangesSince
- Throws:
MetadataException
-
getFeatureChanges
- Throws:
MetadataException
-
getFeatureChangesSince
- Throws:
MetadataException
-
close
public void close()- Specified by:
closein interfaceAutoCloseable
-
isStarted
- Throws:
IOException
-