public class KlocworkXMLReportParserIssueList extends jenkins.security.MasterToSlaveCallable<ArrayList<KlocworkIssue>,IOException> implements Serializable
Constructor and Description |
---|
KlocworkXMLReportParserIssueList(String workspace,
String xmlReport,
KlocworkSeverities enabledSeverites,
KlocworkStatuses enabledStatuses) |
Modifier and Type | Method and Description |
---|---|
ArrayList<KlocworkIssue> |
call() |
public KlocworkXMLReportParserIssueList(String workspace, String xmlReport, KlocworkSeverities enabledSeverites, KlocworkStatuses enabledStatuses)
public ArrayList<KlocworkIssue> call() throws IOException
call
in interface hudson.remoting.Callable<ArrayList<KlocworkIssue>,IOException>
IOException
Copyright © 2016–2019. All rights reserved.