@Extension @Symbol(value="importDeveloperProfile") public static class DeveloperProfileLoader.DescriptorImpl extends BuildStepDescriptor<Builder>
Descriptor.FormException, Descriptor.PropertyType, Descriptor.Self
clazz
Constructor and Description |
---|
DescriptorImpl() |
Modifier and Type | Method and Description |
---|---|
FormValidation |
doCheckDeveloperProfileId(String value) |
FormValidation |
doCheckKeychainPath(String value,
String keychainName,
Boolean importIntoExistingKeychain) |
FormValidation |
doCheckKeychainPwd(Secret value,
String keychainName,
Boolean importIntoExistingKeychain) |
ListBoxModel |
doFillProfileIdItems(Item context) |
String |
getDisplayName() |
GlobalConfigurationImpl |
getGlobalConfiguration() |
String |
getUUID() |
boolean |
isApplicable(Class<? extends AbstractProject> jobType) |
filter
addHelpFileRedirect, 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
public boolean isApplicable(Class<? extends AbstractProject> jobType)
isApplicable
in class BuildStepDescriptor<Builder>
public String getDisplayName()
getDisplayName
in class Descriptor<Builder>
public ListBoxModel doFillProfileIdItems(@AncestorInPath Item context)
public GlobalConfigurationImpl getGlobalConfiguration()
public String getUUID()
public FormValidation doCheckDeveloperProfileId(@QueryParameter String value)
public FormValidation doCheckKeychainPath(@QueryParameter String value, @QueryParameter String keychainName, @QueryParameter Boolean importIntoExistingKeychain)
public FormValidation doCheckKeychainPwd(@QueryParameter Secret value, @QueryParameter String keychainName, @QueryParameter Boolean importIntoExistingKeychain)
Copyright © 2016–2022. All rights reserved.