@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 |
doCheckMemory(String memory) |
hudson.util.FormValidation |
doCheckNamespace(String orkaEndpoint,
String orkaCredentialsId,
Boolean useJenkinsProxySettings,
Boolean ignoreSSLErrors,
String value) |
hudson.util.ListBoxModel |
doFillImageItems(String orkaEndpoint,
String orkaCredentialsId,
boolean useJenkinsProxySettings,
boolean ignoreSSLErrors) |
hudson.util.ListBoxModel |
doFillNodeItems(String orkaEndpoint,
String orkaCredentialsId,
String namespace,
boolean useJenkinsProxySettings,
boolean ignoreSSLErrors) |
hudson.util.ListBoxModel |
doFillNumCPUsItems() |
hudson.util.ListBoxModel |
doFillOrkaCredentialsIdItems() |
hudson.util.ListBoxModel |
doFillVmCredentialsIdItems() |
hudson.util.FormValidation |
doTestConnection(String orkaCredentialsId,
String orkaEndpoint,
boolean useJenkinsProxySettings,
boolean ignoreSSLErrors) |
String |
getDefaultNamespace() |
String |
getDisplayName() |
boolean |
isInstantiable() |
computerLauncherDescriptors, doCheckNumExecutors, doCheckRemoteFS, nodePropertyDescriptors, retentionStrategyDescriptors
all, allInstantiable, doCheckName, getConfigPage, handleNewNodePage, newInstanceDetailPage
addHelpFileRedirect, 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, toMap
public 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 doCheckMemory(@QueryParameter String memory)
public hudson.util.ListBoxModel doFillOrkaCredentialsIdItems()
public hudson.util.ListBoxModel doFillVmCredentialsIdItems()
@POST public hudson.util.ListBoxModel doFillNodeItems(@QueryParameter String orkaEndpoint, @QueryParameter String orkaCredentialsId, @QueryParameter String namespace, @QueryParameter boolean useJenkinsProxySettings, @QueryParameter boolean ignoreSSLErrors)
@POST public hudson.util.FormValidation doCheckNamespace(@QueryParameter @RelativePath(value="..") String orkaEndpoint, @QueryParameter @RelativePath(value="..") String orkaCredentialsId, @QueryParameter @RelativePath(value="..") Boolean useJenkinsProxySettings, @QueryParameter @RelativePath(value="..") Boolean ignoreSSLErrors, @QueryParameter String value)
public hudson.util.ListBoxModel doFillNumCPUsItems()
@POST public hudson.util.ListBoxModel doFillImageItems(@QueryParameter String orkaEndpoint, @QueryParameter String orkaCredentialsId, @QueryParameter boolean useJenkinsProxySettings, @QueryParameter boolean ignoreSSLErrors)
@POST public hudson.util.FormValidation doTestConnection(@QueryParameter String orkaCredentialsId, @QueryParameter String orkaEndpoint, @QueryParameter boolean useJenkinsProxySettings, @QueryParameter boolean ignoreSSLErrors) throws IOException
IOException
public String getDefaultNamespace()
Copyright © 2016–2024. All rights reserved.