@Extension public static class ComputeCloudAgentTemplate.DescriptorImpl extends hudson.model.Descriptor<ComputeCloudAgentTemplate>
Constructor and Description |
---|
DescriptorImpl() |
Modifier and Type | Method and Description |
---|---|
hudson.util.FormValidation |
doCheckIdleTerminationMinutes(String value) |
hudson.util.FormValidation |
doCheckImageListName(String value) |
hudson.util.FormValidation |
doCheckImageListSource(String value) |
hudson.util.FormValidation |
doCheckLabelString(String value,
hudson.model.Node.Mode mode) |
hudson.util.FormValidation |
doCheckNumExecutors(String value) |
hudson.util.FormValidation |
doCheckPrivateKey(String value) |
hudson.util.FormValidation |
doCheckSecurityListName(String value) |
hudson.util.FormValidation |
doCheckShapeName(String value) |
hudson.util.FormValidation |
doCheckSshConnectTimeoutSeconds(String value) |
hudson.util.FormValidation |
doCheckSshKeyName(String value) |
hudson.util.FormValidation |
doCheckStartTimeoutSeconds(String value) |
hudson.util.FormValidation |
doCheckVolumeSize(String value) |
hudson.util.ListBoxModel |
doFillImageListEntryItems(String apiEndpoint,
String identityDomainName,
String userName,
String password,
String imageListName,
String imageListEntry) |
hudson.util.ListBoxModel |
doFillImageListNameItems(String apiEndpoint,
String identityDomainName,
String userName,
String password,
String imageListSource,
String imageListName) |
hudson.util.ListBoxModel |
doFillImageListSourceItems(String imageListSource) |
hudson.util.ListBoxModel |
doFillSecurityListNameItems(String apiEndpoint,
String identityDomainName,
String userName,
String password,
String securityListName) |
hudson.util.ListBoxModel |
doFillShapeNameItems(String apiEndpoint,
String identityDomainName,
String userName,
String password,
String shapeName) |
hudson.util.ListBoxModel |
doFillSshKeyNameItems(String apiEndpoint,
String identityDomainName,
String userName,
String password,
String sshKeyName) |
hudson.util.FormValidation |
doVerifySshKeyPair(String apiEndpoint,
String identityDomainName,
String userName,
String password,
String sshKeyName,
String privateKey) |
static int |
getDefaultNumExecutors() |
static int |
getDefaultSshConnectTimeoutSeconds() |
static String |
getDefaultSshUser() |
static int |
getDefaultStartTimeoutSeconds() |
String |
getHelpFile(String fieldName) |
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, findByDescribableClassName, findById, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getDisplayName, getGlobalConfigPage, getGlobalPropertyType, 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 getHelpFile(String fieldName)
getHelpFile
in class hudson.model.Descriptor<ComputeCloudAgentTemplate>
public static String getDefaultSshUser()
public static int getDefaultNumExecutors()
public hudson.util.FormValidation doCheckNumExecutors(@QueryParameter String value)
public hudson.util.ListBoxModel doFillShapeNameItems(@QueryParameter @RelativePath(value="..") String apiEndpoint, @QueryParameter @RelativePath(value="..") String identityDomainName, @QueryParameter @RelativePath(value="..") String userName, @QueryParameter @RelativePath(value="..") String password, @QueryParameter String shapeName) throws FormFillFailure
FormFillFailure
public hudson.util.FormValidation doCheckShapeName(@QueryParameter String value)
public hudson.util.ListBoxModel doFillSecurityListNameItems(@QueryParameter @RelativePath(value="..") String apiEndpoint, @QueryParameter @RelativePath(value="..") String identityDomainName, @QueryParameter @RelativePath(value="..") String userName, @QueryParameter @RelativePath(value="..") String password, @QueryParameter String securityListName) throws FormFillFailure
FormFillFailure
public hudson.util.FormValidation doCheckSecurityListName(@QueryParameter String value)
public hudson.util.ListBoxModel doFillImageListSourceItems(@QueryParameter String imageListSource)
public hudson.util.ListBoxModel doFillImageListNameItems(@QueryParameter @RelativePath(value="..") String apiEndpoint, @QueryParameter @RelativePath(value="..") String identityDomainName, @QueryParameter @RelativePath(value="..") String userName, @QueryParameter @RelativePath(value="..") String password, @QueryParameter String imageListSource, @QueryParameter String imageListName) throws FormFillFailure
FormFillFailure
public hudson.util.ListBoxModel doFillImageListEntryItems(@QueryParameter @RelativePath(value="..") String apiEndpoint, @QueryParameter @RelativePath(value="..") String identityDomainName, @QueryParameter @RelativePath(value="..") String userName, @QueryParameter @RelativePath(value="..") String password, @QueryParameter String imageListName, @QueryParameter String imageListEntry) throws FormFillFailure
FormFillFailure
public hudson.util.FormValidation doCheckImageListSource(@QueryParameter String value)
public hudson.util.FormValidation doCheckImageListName(@QueryParameter String value)
public hudson.util.FormValidation doCheckVolumeSize(@QueryParameter String value)
public hudson.util.FormValidation doCheckLabelString(@QueryParameter String value, @QueryParameter hudson.model.Node.Mode mode)
public hudson.util.FormValidation doCheckIdleTerminationMinutes(@QueryParameter String value)
public static int getDefaultSshConnectTimeoutSeconds()
public hudson.util.FormValidation doCheckSshConnectTimeoutSeconds(@QueryParameter String value)
public hudson.util.ListBoxModel doFillSshKeyNameItems(@QueryParameter @RelativePath(value="..") String apiEndpoint, @QueryParameter @RelativePath(value="..") String identityDomainName, @QueryParameter @RelativePath(value="..") String userName, @QueryParameter @RelativePath(value="..") String password, @QueryParameter String sshKeyName) throws FormFillFailure
FormFillFailure
public hudson.util.FormValidation doCheckSshKeyName(@QueryParameter String value)
public hudson.util.FormValidation doCheckPrivateKey(@QueryParameter String value)
public hudson.util.FormValidation doVerifySshKeyPair(@QueryParameter String apiEndpoint, @QueryParameter String identityDomainName, @QueryParameter String userName, @QueryParameter String password, @QueryParameter String sshKeyName, @QueryParameter String privateKey)
public static int getDefaultStartTimeoutSeconds()
public hudson.util.FormValidation doCheckStartTimeoutSeconds(@QueryParameter String value)
Copyright © 2016–2018. All rights reserved.