public class Datacenter
extends hudson.slaves.Cloud
| Modifier and Type | Class and Description |
|---|---|
static class |
Datacenter.DescriptorImpl |
| Constructor and Description |
|---|
Datacenter(String hostname,
String username,
String realm,
String password,
Boolean ignoreSSL) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canProvision(hudson.model.Label label) |
String |
getDatacenterDescription() |
Datacenter.DescriptorImpl |
getDescriptor() |
String |
getHostname() |
Boolean |
getIgnoreSSL() |
List<String> |
getNodes() |
String |
getPassword() |
HashMap<String,Integer> |
getQemuMachines(String node) |
List<String> |
getQemuMachineSnapshots(String node,
Integer vmid) |
String |
getRealm() |
String |
getUsername() |
Collection<hudson.slaves.NodeProvisioner.PlannedNode> |
provision(hudson.model.Label label,
int excessWorkload) |
Connector |
proxmoxInstance() |
addAction, addOrReplaceAction, doContextMenu, getAction, getAction, getActions, getActions, getAllActions, getDynamic, removeAction, removeActions, replaceAction, replaceActionsgetSearch, getSearchIndex, getSearchName, makeSearchIndex, requirePOST, sendError, sendError, sendError, sendError, sendErrorpublic Collection<hudson.slaves.NodeProvisioner.PlannedNode> provision(hudson.model.Label label, int excessWorkload)
provision in class hudson.slaves.Cloudpublic boolean canProvision(hudson.model.Label label)
canProvision in class hudson.slaves.Cloudpublic String getHostname()
public String getUsername()
public String getRealm()
public String getPassword()
public Boolean getIgnoreSSL()
public String getDatacenterDescription()
public Datacenter.DescriptorImpl getDescriptor()
getDescriptor in interface hudson.model.Describable<hudson.slaves.Cloud>getDescriptor in class hudson.slaves.Cloudpublic Connector proxmoxInstance()
Copyright © 2016–2020 Dynamo-Media. All rights reserved.