@Extension @Symbol(value="xcodeBuild") public static final class XCodeBuilder.DescriptorImpl extends BuildStepDescriptor<Builder>
Descriptor.FormException, Descriptor.PropertyType, Descriptor.Self
clazz
Constructor and Description |
---|
DescriptorImpl() |
Modifier and Type | Method and Description |
---|---|
FormValidation |
doCheckIpaExportMethod(String value,
Boolean buildIpa) |
FormValidation |
doCheckOnDemandResourcesAssetPacksBaseURL(String value,
Boolean embedOnDemandResourcesAssetPacksInBundle) |
FormValidation |
doCheckTarget(String value,
String xcodeWorkspaceFile,
String xcodeSchema) |
FormValidation |
doCheckXcodeSchema(String value,
Boolean generateArchive,
Boolean buildIpa,
String xcodeWorkspaceFile,
String target) |
FormValidation |
doCheckXcodeWorkspaceFile(String value,
String xcodeSchema,
String target) |
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 GlobalConfigurationImpl getGlobalConfiguration()
public String getUUID()
public FormValidation doCheckOnDemandResourcesAssetPacksBaseURL(@QueryParameter String value, @QueryParameter Boolean embedOnDemandResourcesAssetPacksInBundle)
public FormValidation doCheckIpaExportMethod(@QueryParameter String value, @QueryParameter Boolean buildIpa)
public FormValidation doCheckXcodeWorkspaceFile(@QueryParameter String value, @QueryParameter String xcodeSchema, @QueryParameter String target)
public FormValidation doCheckXcodeSchema(@QueryParameter String value, @QueryParameter Boolean generateArchive, @QueryParameter Boolean buildIpa, @QueryParameter String xcodeWorkspaceFile, @QueryParameter String target)
public FormValidation doCheckTarget(@QueryParameter String value, @QueryParameter String xcodeWorkspaceFile, @QueryParameter String xcodeSchema)
Copyright © 2016–2022. All rights reserved.