| Package | Description |
|---|---|
| org.jenkinsci.plugins.nomad |
| Modifier and Type | Method and Description |
|---|---|
NomadWorkerTemplate |
NomadConstraintTemplate.getNomadWorkerTemplate() |
NomadWorkerTemplate |
NomadPortTemplate.getNomadWorkerTemplate() |
NomadWorkerTemplate |
NomadCloud.getTemplate(Label label) |
| Modifier and Type | Method and Description |
|---|---|
Descriptor<NomadWorkerTemplate> |
NomadWorkerTemplate.getDescriptor() |
List<NomadWorkerTemplate> |
NomadCloud.getTemplates() |
| Modifier and Type | Method and Description |
|---|---|
void |
NomadConstraintTemplate.setNomadWorkerTemplate(NomadWorkerTemplate worker) |
void |
NomadPortTemplate.setNomadWorkerTemplate(NomadWorkerTemplate worker) |
| Constructor and Description |
|---|
NomadWorker(String name,
String cloudName,
NomadWorkerTemplate template,
String labelString,
NomadRetentionStrategy retentionStrategy,
List<? extends NodeProperty<?>> nodeProperties) |
| Constructor and Description |
|---|
NomadCloud(String name,
String nomadUrl,
String jenkinsUrl,
String jenkinsTunnel,
String workerUrl,
String workerTimeout,
String nomadACLCredentialsId,
Boolean prune,
List<? extends NomadWorkerTemplate> templates) |
Copyright © 2016–2020. All rights reserved.