@Extension
public static class CompoundSlave.DescriptorImpl
extends hudson.model.Slave.SlaveDescriptor
Modifier and Type | Class and Description |
---|---|
static class |
CompoundSlave.DescriptorImpl.RoleEntry |
Constructor and Description |
---|
CompoundSlave.DescriptorImpl() |
Modifier and Type | Method and Description |
---|---|
boolean |
configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData) |
hudson.util.FormValidation |
doCheckDefaultLabel(String defaultLabel) |
hudson.util.FormValidation |
doCheckRole(String role) |
hudson.util.ListBoxModel |
doFillRoleItems() |
hudson.util.ListBoxModel |
doFillSlaveItems() |
String |
getDefaultLabelForRole(String role) |
String |
getDisplayName() |
List<String> |
getRoleNames() |
List<CompoundSlave.DescriptorImpl.RoleEntry> |
getRoles() |
void |
handleNewNodePage(hudson.model.ComputerSet computerSet,
String name,
org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp) |
doCheckNumExecutors, doCheckRemoteFS
all, allInstantiable, doCheckName, getConfigPage, isInstantiable, newInstanceDetailPage
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, doHelp, find, find, getCheckMethod, getCheckUrl, getConfigFile, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getPropertyTypeOrDie, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
public List<CompoundSlave.DescriptorImpl.RoleEntry> getRoles()
public void handleNewNodePage(hudson.model.ComputerSet computerSet, String name, org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp) throws IOException, javax.servlet.ServletException
handleNewNodePage
in class hudson.slaves.NodeDescriptor
IOException
javax.servlet.ServletException
public String getDisplayName()
getDisplayName
in class hudson.model.Descriptor<hudson.model.Node>
public hudson.util.ListBoxModel doFillSlaveItems()
public hudson.util.ListBoxModel doFillRoleItems()
public boolean configure(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject formData) throws hudson.model.Descriptor.FormException
configure
in class hudson.model.Descriptor<hudson.model.Node>
hudson.model.Descriptor.FormException
public hudson.util.FormValidation doCheckRole(@QueryParameter String role)
public hudson.util.FormValidation doCheckDefaultLabel(@QueryParameter String defaultLabel)
Copyright © 2004-2015. All Rights Reserved.