@Extension
public static final class OrkaAgent.DescriptorImpl
extends hudson.model.Slave.SlaveDescriptor
| Constructor and Description |
|---|
DescriptorImpl() |
| Modifier and Type | Method and Description |
|---|---|
hudson.util.FormValidation |
doCheckConfigName(String configName,
String orkaEndpoint,
String orkaCredentialsId,
boolean createNewVMConfig) |
hudson.util.FormValidation |
doCheckNode(String value,
String orkaEndpoint,
String orkaCredentialsId,
String vm,
boolean createNewVMConfig,
int numCPUs) |
hudson.util.ListBoxModel |
doFillBaseImageItems(String orkaEndpoint,
String orkaCredentialsId,
boolean createNewVMConfig) |
hudson.util.ListBoxModel |
doFillNodeItems(String orkaEndpoint,
String orkaCredentialsId) |
hudson.util.ListBoxModel |
doFillOrkaCredentialsIdItems() |
hudson.util.ListBoxModel |
doFillVmCredentialsIdItems() |
hudson.util.ListBoxModel |
doFillVmItems(String orkaEndpoint,
String orkaCredentialsId,
boolean createNewVMConfig) |
String |
getDisplayName() |
boolean |
isInstantiable() |
doCheckNumExecutors, doCheckRemoteFSall, allInstantiable, doCheckName, getConfigPage, handleNewNodePage, newInstanceDetailPageaddHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, findByDescribableClassName, findById, getCategory, getCheckMethod, getCheckUrl, getConfigFile, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getPropertyTypeOrDie, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMappublic String getDisplayName()
getDisplayName in class hudson.model.Descriptor<hudson.model.Node>public boolean isInstantiable()
isInstantiable in class hudson.slaves.NodeDescriptor@POST
public hudson.util.FormValidation doCheckConfigName(@QueryParameter
String configName,
@QueryParameter
String orkaEndpoint,
@QueryParameter
String orkaCredentialsId,
@QueryParameter
boolean createNewVMConfig)
@POST
public hudson.util.FormValidation doCheckNode(@QueryParameter
String value,
@QueryParameter
String orkaEndpoint,
@QueryParameter
String orkaCredentialsId,
@QueryParameter
String vm,
@QueryParameter
boolean createNewVMConfig,
@QueryParameter
int numCPUs)
public hudson.util.ListBoxModel doFillOrkaCredentialsIdItems()
public hudson.util.ListBoxModel doFillVmCredentialsIdItems()
public hudson.util.ListBoxModel doFillNodeItems(@QueryParameter
String orkaEndpoint,
@QueryParameter
String orkaCredentialsId)
@POST
public hudson.util.ListBoxModel doFillVmItems(@QueryParameter
String orkaEndpoint,
@QueryParameter
String orkaCredentialsId,
@QueryParameter
boolean createNewVMConfig)
Copyright © 2016–2019. All rights reserved.