| Package | Description |
|---|---|
| com.veertuci.plugins | |
| com.veertuci.plugins.anka |
| Modifier and Type | Method and Description |
|---|---|
AnkaCloudSlaveTemplate |
AnkaMgmtCloud.getTemplate(hudson.model.Label label) |
AnkaCloudSlaveTemplate |
AnkaMgmtCloud.getTemplateFromLabel(hudson.model.Label label) |
| Modifier and Type | Method and Description |
|---|---|
List<AnkaCloudSlaveTemplate> |
AnkaMgmtCloud.getTemplates() |
| Modifier and Type | Method and Description |
|---|---|
static AnkaPlannedNode |
AnkaPlannedNode.createInstance(AnkaCloudSlaveTemplate template,
AnkaOnDemandSlave slave) |
static AnkaPlannedNode |
AnkaPlannedNode.createInstance(AnkaCloudSlaveTemplate template,
hudson.model.Label label,
com.veertu.ankaMgmtSdk.AnkaMgmtVm vm) |
| Constructor and Description |
|---|
AnkaMgmtCloud(String ankaMgmtUrl,
String ankaMgmtPort,
String cloudName,
List<AnkaCloudSlaveTemplate> templates) |
| Modifier and Type | Field and Description |
|---|---|
protected AnkaCloudSlaveTemplate |
AbstractAnkaSlave.template |
| Modifier and Type | Method and Description |
|---|---|
AnkaCloudSlaveTemplate |
AnkaCloudComputer.getTemplate() |
AnkaCloudSlaveTemplate |
AbstractAnkaSlave.getTemplate() |
| Modifier and Type | Method and Description |
|---|---|
hudson.model.Descriptor<AnkaCloudSlaveTemplate> |
AnkaCloudSlaveTemplate.getDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
static hudson.slaves.ComputerLauncher |
AnkaOnDemandSlave.createLauncher(com.veertu.ankaMgmtSdk.AnkaMgmtVm vm,
AnkaCloudSlaveTemplate template) |
static AnkaOnDemandSlave |
AnkaOnDemandSlave.createProvisionedSlave(AnkaCloudSlaveTemplate template,
hudson.model.Label label,
com.veertu.ankaMgmtSdk.AnkaMgmtVm vm,
String name) |
static String |
AnkaOnDemandSlave.generateName(AnkaCloudSlaveTemplate template) |
| Constructor and Description |
|---|
AbstractAnkaSlave(String name,
String nodeDescription,
String remoteFS,
int numExecutors,
hudson.model.Node.Mode mode,
String labelString,
hudson.slaves.ComputerLauncher launcher,
hudson.slaves.RetentionStrategy retentionStrategy,
List<? extends hudson.slaves.NodeProperty<?>> nodeProperties,
AnkaCloudSlaveTemplate template,
com.veertu.ankaMgmtSdk.AnkaMgmtVm vm) |
AnkaOnDemandSlave(String name,
String nodeDescription,
String remoteFS,
int numExecutors,
hudson.model.Node.Mode mode,
String labelString,
hudson.slaves.ComputerLauncher launcher,
hudson.slaves.RetentionStrategy retentionStrategy,
List<? extends hudson.slaves.NodeProperty<?>> nodeProperties,
AnkaCloudSlaveTemplate template,
com.veertu.ankaMgmtSdk.AnkaMgmtVm vm) |
Copyright © 2016–2017. All rights reserved.