public class KloParserResult extends Object implements hudson.FilePath.FileCallable<KloReport>
Modifier and Type | Field and Description |
---|---|
static String |
DELAULT_REPORT_MAVEN |
Constructor and Description |
---|
KloParserResult(hudson.model.BuildListener listener,
KloConfig kloConfig) |
Modifier and Type | Method and Description |
---|---|
void |
checkRoles(org.jenkinsci.remoting.RoleChecker checker) |
String |
getKlocworkReportPattern() |
double |
getNewIssues() |
int |
getNumCrit() |
int |
getNumErr() |
int |
getNumRev() |
int |
getNumWarn() |
KloReport |
invoke(File basedir,
hudson.remoting.VirtualChannel channel) |
public static final String DELAULT_REPORT_MAVEN
public KloParserResult(hudson.model.BuildListener listener, KloConfig kloConfig)
public KloReport invoke(File basedir, hudson.remoting.VirtualChannel channel) throws IOException
invoke
in interface hudson.FilePath.FileCallable<KloReport>
IOException
public void checkRoles(org.jenkinsci.remoting.RoleChecker checker) throws SecurityException
checkRoles
in interface org.jenkinsci.remoting.RoleSensitive
SecurityException
public double getNewIssues()
public String getKlocworkReportPattern()
public int getNumCrit()
public int getNumErr()
public int getNumWarn()
public int getNumRev()
Copyright © 2016–2018. All rights reserved.