hudson.plugins.perforce
Class HudsonP4ExecutorFactory

java.lang.Object
  extended by hudson.plugins.perforce.HudsonP4ExecutorFactory
All Implemented Interfaces:
ExecutorFactory

public class HudsonP4ExecutorFactory
extends java.lang.Object
implements ExecutorFactory


Method Summary
 HudsonP4Executor newExecutor()
          Creates a new executor for running a process.
 void setEnv(java.util.Map<java.lang.String,java.lang.String> env)
          Sets a the environment variables for processes to be run.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

newExecutor

public HudsonP4Executor newExecutor()
Description copied from interface: ExecutorFactory
Creates a new executor for running a process.

Specified by:
newExecutor in interface ExecutorFactory
Returns:

setEnv

public void setEnv(java.util.Map<java.lang.String,java.lang.String> env)
Description copied from interface: ExecutorFactory
Sets a the environment variables for processes to be run.

Specified by:
setEnv in interface ExecutorFactory


Copyright © 2010. All Rights Reserved.