Interface MigrationResult
-
public interface MigrationResult
result of migration operation
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<MigrationLog>
getLogs()
java.util.List<AssetScanInfo>
getScanInfoList()
boolean
isMigrationRunning()
-
-
-
Method Detail
-
getLogs
java.util.List<MigrationLog> getLogs()
-
isMigrationRunning
boolean isMigrationRunning()
-
getScanInfoList
java.util.List<AssetScanInfo> getScanInfoList()
-
-