| Package | Description |
|---|---|
| org.jenkinsci.plugins.nomad |
| Modifier and Type | Method and Description |
|---|---|
NomadSlaveTemplate |
NomadConstraintTemplate.getNomadSlaveTemplate() |
NomadSlaveTemplate |
NomadPortTemplate.getNomadSlaveTemplate() |
NomadSlaveTemplate |
NomadCloud.getTemplate(hudson.model.Label label) |
| Modifier and Type | Method and Description |
|---|---|
hudson.model.Descriptor<NomadSlaveTemplate> |
NomadSlaveTemplate.getDescriptor() |
List<NomadSlaveTemplate> |
NomadCloud.getTemplates() |
| Modifier and Type | Method and Description |
|---|---|
void |
NomadConstraintTemplate.setNomadSlaveTemplate(NomadSlaveTemplate slave) |
void |
NomadPortTemplate.setNomadSlaveTemplate(NomadSlaveTemplate slave) |
| Constructor and Description |
|---|
NomadSlave(String name,
String cloudName,
NomadSlaveTemplate template,
String labelString,
NomadRetentionStrategy retentionStrategy,
List<? extends hudson.slaves.NodeProperty<?>> nodeProperties) |
| Constructor and Description |
|---|
NomadCloud(String name,
String nomadUrl,
String jenkinsUrl,
String jenkinsTunnel,
String slaveUrl,
String workerTimeout,
String nomadACL,
Boolean prune,
List<? extends NomadSlaveTemplate> templates) |
Copyright © 2016–2019. All rights reserved.