public static class ExceptionTolerantMigrator.MigrationResult extends Object
Constructor and Description |
---|
MigrationResult(String content,
boolean migrationPerformed) |
MigrationResult(String content,
boolean migrationPerformed,
List<RuntimeException> exceptions) |
Modifier and Type | Method and Description |
---|---|
String |
getContent() |
List<RuntimeException> |
getExceptions() |
boolean |
isMigrationPerformed() |
public MigrationResult(String content, boolean migrationPerformed, List<RuntimeException> exceptions)
public MigrationResult(String content, boolean migrationPerformed)
public String getContent()
getExceptions()
is not
empty, then the resulting content may not be complete or correct.public List<RuntimeException> getExceptions()
public boolean isMigrationPerformed()
Copyright © 2003–2020 Atlassian. All rights reserved.