Interface ConflictsOutputContents
- All Superinterfaces:
OutputContents
This represents the output contents of the ABI checker task when there are conflicts that are detected.
-
Method Summary
Modifier and TypeMethodDescriptionCollection<com.palantir.abi.checker.datamodel.conflict.Conflict> static ConflictsOutputContentsof(Collection<com.palantir.abi.checker.datamodel.conflict.Conflict> conflicts) default Stringtype()
-
Method Details
-
type
- Specified by:
typein interfaceOutputContents
-
conflicts
Collection<com.palantir.abi.checker.datamodel.conflict.Conflict> conflicts() -
of
static ConflictsOutputContents of(Collection<com.palantir.abi.checker.datamodel.conflict.Conflict> conflicts)
-