Package com.sic.plugins.kpp.model
Class KPPKeychainCertificatePair.DescriptorImpl
- java.lang.Object
-
- hudson.model.Descriptor<KPPKeychainCertificatePair>
-
- com.sic.plugins.kpp.model.KPPKeychainCertificatePair.DescriptorImpl
-
- Enclosing class:
- KPPKeychainCertificatePair
@Extension public static class KPPKeychainCertificatePair.DescriptorImpl extends Descriptor<KPPKeychainCertificatePair>
Descriptor of theKPPKeychainCertificatePair
.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class hudson.model.Descriptor
Descriptor.FormException, Descriptor.PropertyType, Descriptor.Self
-
-
Field Summary
-
Fields inherited from class hudson.model.Descriptor
clazz
-
-
Constructor Summary
Constructors Constructor Description DescriptorImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListBoxModel
doFillCodeSigningIdentityItems(String keychain, String codeSigningIdentity)
Action method to fill out the code signing identities.ListBoxModel
doFillKeychainItems(String keychain)
Action method to fill out the keychain items.String
getDisplayName()
-
Methods inherited from class hudson.model.Descriptor
addHelpFileRedirect, bindJSON, calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, findByDescribableClassName, findById, getCategory, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getPropertyTypeOrDie, getRequiredGlobalConfigPagePermission, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
-
-
-
-
Method Detail
-
doFillKeychainItems
public ListBoxModel doFillKeychainItems(@QueryParameter String keychain)
Action method to fill out the keychain items.- Parameters:
keychain
- query parameter of the keychain- Returns:
- list of filename items
-
doFillCodeSigningIdentityItems
public ListBoxModel doFillCodeSigningIdentityItems(@QueryParameter String keychain, @QueryParameter String codeSigningIdentity)
Action method to fill out the code signing identities.- Parameters:
keychain
- query parameter of the keychaincodeSigningIdentity
- query parameter of the code signing identity- Returns:
- list of filename items
-
getDisplayName
public String getDisplayName()
- Overrides:
getDisplayName
in classDescriptor<KPPKeychainCertificatePair>
-
-