Class IntegrityCheckerCommandResult
java.lang.Object
com.atlassian.jira.appconsistency.integrity.integritycheck.IntegrityCheckerCommandResult
- All Implemented Interfaces:
Serializable
Integrity checker tasks return this as their result. It's a collection of errors.
- Since:
- 9.11.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionIntegrityCheckerCommandResult
(Map<Long, List<Amendment>> results, Map<String, String[]> contextParameters, ErrorCollection errorCollection) -
Method Summary
Modifier and TypeMethodDescriptionboolean
-
Constructor Details
-
IntegrityCheckerCommandResult
-
-
Method Details
-
getErrorCollection
-
getResults
-
getContextParameters
-
isSuccessful
public boolean isSuccessful()
-