repairnator
repairnator copied to clipboard
unify build identifier of project inspectors
Currently we have several identifiers in a project inspector (and its subclasses), due to their different natures (Jenkins, Travis, Github, etc).
It would be introduce a uniform access method to an identifier string such as projectInspector.getIdentifier() that would be overwritten in the subclasses.
This would allow getting rid of instanceof in the patch classification function introduced in #1208