hudson.plugins.distfork
Class DistForkCommand

java.lang.Object
  extended by hudson.cli.CLICommand
      extended by hudson.plugins.distfork.DistForkCommand
All Implemented Interfaces:
hudson.ExtensionPoint, Cloneable

@Extension
public class DistForkCommand
extends hudson.cli.CLICommand

Author:
Kohsuke Kawaguchi

Nested Class Summary
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Field Summary
 List<String> commands
           
 long duration
           
 Map<String,String> envs
           
 Map<String,String> files
           
 List<PortSpec> l2rFowrarding
           
 String label
           
 String name
           
 List<PortSpec> r2lFowrarding
           
 Map<String,String> returnFiles
           
 String returnZip
           
 String zip
           
 
Fields inherited from class hudson.cli.CLICommand
channel, locale, stderr, stdin, stdout, TRANSPORT_AUTHENTICATION
 
Constructor Summary
DistForkCommand()
           
 
Method Summary
 String getShortDescription()
           
protected  int run()
           
 
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
 

Field Detail

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
Constructor Detail

DistForkCommand

public DistForkCommand()
Method Detail

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.