hudson.plugins.perforce
Interface HudsonP4Executor
- All Superinterfaces:
- Executor
- All Known Implementing Classes:
- HudsonP4DefaultExecutor, HudsonP4RemoteExecutor
public interface HudsonP4Executor
- extends Executor
- Author:
- rpetti
close
void close()
- Description copied from interface:
Executor
- Close down all open resources
- Specified by:
close in interface Executor
exec
void exec(String[] cmd)
throws PerforceException
- Description copied from interface:
Executor
- Execute the specified command and its arguments
- Specified by:
exec in interface Executor
- Throws:
PerforceException
getInputStream
InputStream getInputStream()
- Specified by:
getInputStream in interface Executor
getOutputStream
OutputStream getOutputStream()
- Specified by:
getOutputStream in interface Executor
Copyright © 2004-2013 Hudson. All Rights Reserved.