public class LintRunner extends Object implements hudson.remoting.Callable<Properties,RuntimeException>
| Constructor and Description |
|---|
LintRunner(hudson.model.AbstractBuild build,
hudson.model.BuildListener listener,
String includePattern,
String excludePattern,
String logfile,
String arguments)
Create a new LintRunner.
|
public LintRunner(hudson.model.AbstractBuild build,
hudson.model.BuildListener listener,
String includePattern,
String excludePattern,
String logfile,
String arguments)
throws IOException,
InterruptedException
build - The buildlistener - Build listenerincludePattern - Apache ant patternexcludePattern - Apache ant patternlogfile - Where the XML is output toIOException - Can be thrown if can't read filesInterruptedException - Can be thrown if build interruptedpublic Properties call()
call in interface hudson.remoting.Callable<Properties,RuntimeException>Copyright © 2004-2013. All Rights Reserved.