net.praqma.jenkins.plugin.prqa
Class PRQARemoteAnalysis

java.lang.Object
  extended by 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.
 
Method Summary
 Boolean invoke(File file, hudson.remoting.VirtualChannel vc)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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 Applications
listener - Jenkins build listener used for debugging purposes and writing to result log.
Method Detail

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.