@Extension public static class PackageProperty.PackagePropertyDescriptor extends hudson.model.Descriptor<NameValuePair>
Modifier and Type | Field and Description |
---|---|
static com.google.common.base.Predicate<com.xebialabs.deployit.plugin.api.reflect.PropertyDescriptor> |
ONLY_SIMPLE_EDITABLE_PROPERTIES |
static java.lang.String |
PACKAGE_TYPE |
Constructor and Description |
---|
PackagePropertyDescriptor() |
PackagePropertyDescriptor(java.lang.Class<? extends NameValuePair> clazz) |
Modifier and Type | Method and Description |
---|---|
hudson.util.ListBoxModel |
doFillPropertyNameItems(java.lang.String credentialExistingProps,
java.lang.String credentialNewProps,
hudson.model.AbstractProject<?,?> project) |
java.lang.String |
getDisplayName() |
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, findByDescribableClassName, findById, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, 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 static java.lang.String PACKAGE_TYPE
public static final com.google.common.base.Predicate<com.xebialabs.deployit.plugin.api.reflect.PropertyDescriptor> ONLY_SIMPLE_EDITABLE_PROPERTIES
public PackagePropertyDescriptor(java.lang.Class<? extends NameValuePair> clazz)
public PackagePropertyDescriptor()
public java.lang.String getDisplayName()
getDisplayName
in class hudson.model.Descriptor<NameValuePair>
public hudson.util.ListBoxModel doFillPropertyNameItems(@QueryParameter(value="credential") @RelativePath(value="../..") java.lang.String credentialExistingProps, @QueryParameter(value="credential") @RelativePath(value="..") java.lang.String credentialNewProps, @AncestorInPath hudson.model.AbstractProject<?,?> project)