hudson.plugins.distfork
Class DistForkCommand
java.lang.Object
hudson.cli.CLICommand
hudson.plugins.distfork.DistForkCommand
- All Implemented Interfaces:
- hudson.ExtensionPoint, Cloneable
@Extension
public class DistForkCommand
- extends hudson.cli.CLICommand
- Author:
- Kohsuke Kawaguchi
| Nested classes/interfaces inherited from interface hudson.ExtensionPoint |
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
| Fields inherited from class hudson.cli.CLICommand |
channel, locale, stderr, stdin, stdout, TRANSPORT_AUTHENTICATION |
| Methods inherited from class hudson.cli.CLICommand |
all, clone, createClone, getClientEnvironmentVariable, getClientSystemProperty, getCurrent, getName, getTransportAuthentication, loadStoredAuthentication, main, printUsage, printUsageSummary, registerOptionHandlers, shouldPerformAuthentication |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
label
public String label
name
public String name
duration
public long duration
commands
public List<String> commands
zip
public String zip
returnZip
public String returnZip
envs
public Map<String,String> envs
files
public Map<String,String> files
returnFiles
public Map<String,String> returnFiles
l2rFowrarding
public List<PortSpec> l2rFowrarding
r2lFowrarding
public List<PortSpec> r2lFowrarding
DistForkCommand
public DistForkCommand()
getShortDescription
public String getShortDescription()
- Specified by:
getShortDescription in class hudson.cli.CLICommand
run
protected int run()
throws Exception
- Specified by:
run in class hudson.cli.CLICommand
- Throws:
Exception
Copyright © 2004-2011. All Rights Reserved.