public class PluginImpl
extends hudson.Plugin
| Constructor and Description |
|---|
PluginImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
doCreateSlave(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp,
String name,
String description,
int executors,
String remoteFsRoot,
String labels,
String secret,
hudson.model.Node.Mode mode,
String toolLocations)
Adds a new swarm slave.
|
void |
doSlaveInfo(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp) |
public void doCreateSlave(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp,
@QueryParameter
String name,
@QueryParameter
String description,
@QueryParameter
int executors,
@QueryParameter
String remoteFsRoot,
@QueryParameter
String labels,
@QueryParameter
String secret,
@QueryParameter
hudson.model.Node.Mode mode,
@QueryParameter
String toolLocations)
throws IOException
IOExceptionpublic void doSlaveInfo(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
throws IOException
IOExceptionCopyright © 2004-2015. All Rights Reserved.