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