| 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) |
void |
NomadApi.startSlave(String slaveName,
String jnlpSecret,
NomadSlaveTemplate template) |
| Constructor and Description |
|---|
NomadSlave(NomadCloud cloud,
String name,
String nodeDescription,
NomadSlaveTemplate template,
String labelString,
hudson.slaves.RetentionStrategy retentionStrategy,
List<? extends hudson.slaves.NodeProperty<?>> nodeProperties) |
| Constructor and Description |
|---|
NomadCloud(String name,
String nomadUrl,
String jenkinsUrl,
String jenkinsTunnel,
String slaveUrl,
List<? extends NomadSlaveTemplate> templates) |
Copyright © 2016–2019. All rights reserved.