public class SlaveConfiguration extends AbstractSlaveConfiguration
| Modifier and Type | Class and Description | 
|---|---|
| static class  | SlaveConfiguration.DescriptorImpl | 
AbstractSlaveConfiguration.AbstractSlaveConfigurationDescriptor| Modifier and Type | Field and Description | 
|---|---|
| static String | SLAVE_CONFIGURATIONS | 
boxDeploymentType, retentionTime| Constructor and Description | 
|---|
| SlaveConfiguration(String id,
                  String workspace,
                  String box,
                  String boxVersion,
                  String profile,
                  String claims,
                  String provider,
                  String location,
                  int minInstances,
                  int maxInstances,
                  String tags,
                  String variables,
                  String labels,
                  String description,
                  String remoteFs,
                  hudson.model.Node.Mode mode,
                  int retentionTime,
                  String maxBuildsText,
                  int executors,
                  int launchTimeout,
                  String boxDeploymentType) | 
getBox, getBoxDeploymentType, getBoxVersion, getClaims, getDescription, getDescriptor, getExecutors, getId, getLabels, getLabelSet, getLaunchTimeout, getLocation, getMaxBuilds, getMaxBuildsText, getMaxInstances, getMinInstances, getMode, getProfile, getProvider, getRemoteFs, getResolvedBoxVersion, getResolvedDeploymentPolicy, getRetentionTime, getTags, getVariables, getWorkspace, readResolve, setExecutors, setIdpublic static final String SLAVE_CONFIGURATIONS
@DataBoundConstructor public SlaveConfiguration(String id, String workspace, String box, String boxVersion, String profile, String claims, String provider, String location, int minInstances, int maxInstances, String tags, String variables, String labels, String description, String remoteFs, hudson.model.Node.Mode mode, int retentionTime, String maxBuildsText, int executors, int launchTimeout, String boxDeploymentType)
Copyright © 2016–2019. All rights reserved.