@Extension @Symbol(value="unlockMacOSKeychain") public static class KeychainUnlockStep.DescriptorImpl extends BuildStepDescriptor<Builder>
Descriptor.FormException, Descriptor.PropertyType, Descriptor.Selfclazz| Constructor and Description |
|---|
DescriptorImpl() |
| Modifier and Type | Method and Description |
|---|---|
FormValidation |
doCheckKeychainPath(String value,
String keychainName) |
FormValidation |
doCheckKeychainPwd(Secret value,
String keychainName) |
String |
getDisplayName() |
GlobalConfigurationImpl |
getGlobalConfiguration() |
String |
getUUID() |
boolean |
isApplicable(Class<? extends AbstractProject> jobType) |
filteraddHelpFileRedirect, 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, toMappublic boolean isApplicable(Class<? extends AbstractProject> jobType)
isApplicable in class BuildStepDescriptor<Builder>public String getDisplayName()
getDisplayName in class Descriptor<Builder>public GlobalConfigurationImpl getGlobalConfiguration()
public String getUUID()
public FormValidation doCheckKeychainPath(@QueryParameter String value, @QueryParameter String keychainName)
public FormValidation doCheckKeychainPwd(@QueryParameter Secret value, @QueryParameter String keychainName)
Copyright © 2016–2022. All rights reserved.