hudson.plugins.perforce
Class HudsonP4ExecutorFactory
java.lang.Object
hudson.plugins.perforce.HudsonP4ExecutorFactory
- All Implemented Interfaces:
- ExecutorFactory
public class HudsonP4ExecutorFactory
- extends Object
- implements ExecutorFactory
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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(Map<String,String> env)
- Description copied from interface:
ExecutorFactory
- Sets a the environment variables for processes to be run.
- Specified by:
setEnv in interface ExecutorFactory
Copyright © 2004-2012 Hudson. All Rights Reserved.