@Extension
public static class PersistentPackageParameterDefinition.DescriptorImpl
extends hudson.model.ParameterDefinition.ParameterDescriptor
| Constructor and Description |
|---|
PersistentPackageParameterDefinition.DescriptorImpl() |
| Modifier and Type | Method and Description |
|---|---|
hudson.util.FormValidation |
doCheckChoices(String value)
Checks if parametrised build choices are valid.
|
String |
getAwsAccessKeyId()
The values for the AWS access key
|
String |
getAwsSecretAccessKey()
The values for the AWS secret access key
|
String |
getDisplayName()
The name to display in the config panel
|
String |
getHelpFile()
The location for the help file
|
boolean |
isUseAwsKeys()
Should the parameter use AWS keys when looking up the data
|
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, 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, toMappublic PersistentPackageParameterDefinition.DescriptorImpl()
public String getDisplayName()
getDisplayName in class hudson.model.ParameterDefinition.ParameterDescriptorpublic String getHelpFile()
getHelpFile in class hudson.model.Descriptor<hudson.model.ParameterDefinition>public hudson.util.FormValidation doCheckChoices(@QueryParameter
String value)
value - the values to be checkedFormValidation object containing the information about the validationpublic boolean isUseAwsKeys()
public String getAwsAccessKeyId()
public String getAwsSecretAccessKey()
Copyright © 2004-2015. All Rights Reserved.