public abstract class GooglePlayBuildStepDescriptor<T extends BuildStep & Describable<T>> extends BuildStepDescriptor<T>
Descriptor.FormException, Descriptor.PropertyType, Descriptor.Selfclazz| Constructor and Description |
|---|
GooglePlayBuildStepDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData) |
FormValidation |
doCheckApkFilesPattern(String value) |
FormValidation |
doCheckGoogleCredentialsId(Item item,
String value) |
FormValidation |
doCheckRolloutPercent(String value) |
FormValidation |
doCheckTrackName(String value) |
ListBoxModel |
doFillGoogleCredentialsIdItems(Item item) |
ComboBoxModel |
doFillRolloutPercentItems() |
ComboBoxModel |
doFillTrackNameItems() |
boolean |
isApplicable(Class<? extends AbstractProject> c) |
filteraddHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, doHelp, find, find, findByDescribableClassName, findById, getCategory, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getDisplayName, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getPropertyTypeOrDie, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMappublic ListBoxModel doFillGoogleCredentialsIdItems(@AncestorInPath Item item)
public FormValidation doCheckGoogleCredentialsId(@AncestorInPath Item item, @QueryParameter String value)
public FormValidation doCheckApkFilesPattern(@QueryParameter String value)
public FormValidation doCheckTrackName(@QueryParameter String value)
public FormValidation doCheckRolloutPercent(@QueryParameter String value)
public ComboBoxModel doFillTrackNameItems()
public ComboBoxModel doFillRolloutPercentItems()
public boolean isApplicable(Class<? extends AbstractProject> c)
isApplicable in class BuildStepDescriptor<T extends BuildStep & Describable<T>>public boolean configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData)
throws Descriptor.FormException
configure in class Descriptor<T extends BuildStep & Describable<T>>Descriptor.FormExceptionCopyright © 2016–2019. All rights reserved.