net.praqma.jenkins.plugin.drmemory
Class DrMemoryRemoteBuilder

java.lang.Object
  extended by net.praqma.jenkins.plugin.drmemory.DrMemoryRemoteBuilder
All Implemented Interfaces:
hudson.FilePath.FileCallable<Boolean>, Serializable

public class DrMemoryRemoteBuilder
extends Object
implements hudson.FilePath.FileCallable<Boolean>

See Also:
Serialized Form

Constructor Summary
DrMemoryRemoteBuilder(String executable, String arguments, String logPath, hudson.model.BuildListener listener)
           
 
Method Summary
 Boolean invoke(File workspace, hudson.remoting.VirtualChannel channel)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DrMemoryRemoteBuilder

public DrMemoryRemoteBuilder(String executable,
                             String arguments,
                             String logPath,
                             hudson.model.BuildListener listener)
Method Detail

invoke

public Boolean invoke(File workspace,
                      hudson.remoting.VirtualChannel channel)
               throws IOException,
                      InterruptedException
Specified by:
invoke in interface hudson.FilePath.FileCallable<Boolean>
Throws:
IOException
InterruptedException


Copyright © 2004-2014. All Rights Reserved.