Class Checkstyle
- java.lang.Object
-
- org.jenkinsci.plugins.reportinfo.builder.Checkstyle
-
- All Implemented Interfaces:
NotificationBuilder
public class Checkstyle extends Object implements NotificationBuilder
CheckStyle XML reader.- Author:
- Gael COLIN
-
-
Constructor Summary
Constructors Constructor Description Checkstyle()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanaccept(String fileName)Map<String,List<String>>getFileNames()voidparse(Path file, JobNotification jn, AllNotificationBuilder builder)
-
-
-
Method Detail
-
getFileNames
public Map<String,List<String>> getFileNames()
- Specified by:
getFileNamesin interfaceNotificationBuilder
-
parse
public void parse(Path file, JobNotification jn, AllNotificationBuilder builder)
- Specified by:
parsein interfaceNotificationBuilder
-
accept
public boolean accept(String fileName)
- Specified by:
acceptin interfaceNotificationBuilder
-
-