| Package | Description |
|---|---|
| org.jenkinsci.plugins.nomad |
| Modifier and Type | Method and Description |
|---|---|
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 |
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 slaveUrl,
List<? extends NomadSlaveTemplate> templates) |
Copyright © 2016. All rights reserved.