public abstract static class Slave.SlaveDescriptor extends NodeDescriptor
Descriptor.FormException, Descriptor.PropertyType, Descriptor.Self
ALL
clazz
Constructor and Description |
---|
SlaveDescriptor() |
Modifier and Type | Method and Description |
---|---|
List<Descriptor<ComputerLauncher>> |
computerLauncherDescriptors(Slave it)
Returns the list of
ComputerLauncher descriptors appropriate to the supplied Slave . |
FormValidation |
doCheckNumExecutors(String value) |
FormValidation |
doCheckRemoteFS(String value)
Performs syntactical check on the remote FS for agents.
|
List<NodePropertyDescriptor> |
nodePropertyDescriptors(Slave it)
Returns the list of
NodePropertyDescriptor appropriate to the supplied Slave . |
List<Descriptor<RetentionStrategy<?>>> |
retentionStrategyDescriptors(Slave it)
Returns the list of
RetentionStrategy descriptors appropriate to the supplied Slave . |
all, allInstantiable, doCheckName, getConfigPage, handleNewNodePage, isInstantiable, newInstanceDetailPage
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, findByDescribableClassName, findById, getCategory, getCheckMethod, getCheckUrl, getConfigFile, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getDisplayName, 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 FormValidation doCheckNumExecutors(@QueryParameter String value)
public FormValidation doCheckRemoteFS(@QueryParameter String value) throws IOException, javax.servlet.ServletException
IOException
javax.servlet.ServletException
@Nonnull @Restricted(value=org.kohsuke.accmod.restrictions.NoExternalUse.class) public final List<Descriptor<ComputerLauncher>> computerLauncherDescriptors(@CheckForNull Slave it)
ComputerLauncher
descriptors appropriate to the supplied Slave
.it
- the Slave
or null
to assume the slave is of type Descriptor.clazz
.@Nonnull @Restricted(value=org.kohsuke.accmod.restrictions.NoExternalUse.class) public final List<Descriptor<RetentionStrategy<?>>> retentionStrategyDescriptors(@CheckForNull Slave it)
RetentionStrategy
descriptors appropriate to the supplied Slave
.it
- the Slave
or null
to assume the slave is of type Descriptor.clazz
.@Nonnull @Restricted(value=org.kohsuke.accmod.restrictions.NoExternalUse.class) public final List<NodePropertyDescriptor> nodePropertyDescriptors(@CheckForNull Slave it)
NodePropertyDescriptor
appropriate to the supplied Slave
.it
- the Slave
or null
to assume the slave is of type Descriptor.clazz
.Copyright © 2004–2019. All rights reserved.