@Extension @Symbol(value="exportIpa") public static final class ExportIpa.DescriptorImpl extends BuildStepDescriptor<Builder>
Descriptor.FormException, Descriptor.PropertyType, Descriptor.Selfclazz| Constructor and Description |
|---|
DescriptorImpl() |
| Modifier and Type | Method and Description |
|---|---|
FormValidation |
doCheckArchiveDir(String value) |
FormValidation |
doCheckIpaExportMethod(String value) |
FormValidation |
doCheckResourcesAssetURL(String value,
Boolean packResourcesAsset) |
FormValidation |
doCheckXcodeSchema(String value,
Boolean generateArchive,
String xcodeWorkspaceFile,
String target) |
FormValidation |
doCheckXcodeWorkspaceFile(String value,
String xcodeSchema,
String target) |
String |
getDisplayName() |
GlobalConfigurationImpl |
getGlobalConfiguration() |
String |
getUUID() |
boolean |
isApplicable(Class<? extends AbstractProject> aClass) |
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 String getDisplayName()
getDisplayName in class Descriptor<Builder>public GlobalConfigurationImpl getGlobalConfiguration()
public boolean isApplicable(Class<? extends AbstractProject> aClass)
isApplicable in class BuildStepDescriptor<Builder>public String getUUID()
public FormValidation doCheckArchiveDir(@QueryParameter String value)
public FormValidation doCheckResourcesAssetURL(@QueryParameter String value, @QueryParameter Boolean packResourcesAsset)
public FormValidation doCheckIpaExportMethod(@QueryParameter String value)
public FormValidation doCheckXcodeWorkspaceFile(@QueryParameter String value, @QueryParameter String xcodeSchema, @QueryParameter String target)
public FormValidation doCheckXcodeSchema(@QueryParameter String value, @QueryParameter Boolean generateArchive, @QueryParameter String xcodeWorkspaceFile, @QueryParameter String target)
Copyright © 2016–2022. All rights reserved.