net.praqma.jenkins.plugin.prqa
Class PRQARemoteAnalysis
java.lang.Object
net.praqma.jenkins.plugin.prqa.PRQARemoteAnalysis
- All Implemented Interfaces:
- hudson.FilePath.FileCallable<Boolean>, Serializable
public class PRQARemoteAnalysis
- extends Object
- implements hudson.FilePath.FileCallable<Boolean>
- Author:
- Praqma
- See Also:
- Serialized Form
|
Constructor Summary |
PRQARemoteAnalysis(net.praqma.prqa.PRQA prqa,
hudson.model.BuildListener listener)
Class representing a remote ananlysis job. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PRQARemoteAnalysis
public PRQARemoteAnalysis(net.praqma.prqa.PRQA prqa,
hudson.model.BuildListener listener)
- Class representing a remote ananlysis job.
- Parameters:
prqa - Command line application wrapper for Programming Research Applicationslistener - Jenkins build listener used for debugging purposes and writing to result log.
invoke
public Boolean invoke(File file,
hudson.remoting.VirtualChannel vc)
throws IOException,
InterruptedException
- Specified by:
invoke in interface hudson.FilePath.FileCallable<Boolean>
- Throws:
IOException
InterruptedException
Copyright © 2004-2012. All Rights Reserved.