public abstract class GooglePlayBuildStepDescriptor<T extends hudson.tasks.BuildStep & hudson.model.Describable<T>>
extends hudson.tasks.BuildStepDescriptor<T>
| Constructor and Description |
|---|
GooglePlayBuildStepDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData) |
hudson.util.FormValidation |
doCheckApkFilesPattern(String value) |
hudson.util.FormValidation |
doCheckGoogleCredentialsId(hudson.model.Item item,
String value) |
hudson.util.FormValidation |
doCheckRolloutPercentage(String value) |
hudson.util.FormValidation |
doCheckTrackName(String value) |
hudson.util.ListBoxModel |
doFillGoogleCredentialsIdItems(hudson.model.Item item) |
hudson.util.ComboBoxModel |
doFillRolloutPercentageItems() |
hudson.util.ComboBoxModel |
doFillTrackNameItems() |
boolean |
isApplicable(Class<? extends hudson.model.AbstractProject> c) |
addHelpFileRedirect, 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 hudson.util.ListBoxModel doFillGoogleCredentialsIdItems(@AncestorInPath
hudson.model.Item item)
public hudson.util.FormValidation doCheckGoogleCredentialsId(@AncestorInPath
hudson.model.Item item,
@QueryParameter
String value)
public hudson.util.FormValidation doCheckApkFilesPattern(@QueryParameter
String value)
public hudson.util.FormValidation doCheckTrackName(@QueryParameter
String value)
public hudson.util.FormValidation doCheckRolloutPercentage(@QueryParameter
String value)
public hudson.util.ComboBoxModel doFillTrackNameItems()
public hudson.util.ComboBoxModel doFillRolloutPercentageItems()
public boolean isApplicable(Class<? extends hudson.model.AbstractProject> c)
public boolean configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData)
throws hudson.model.Descriptor.FormException
Copyright © 2016–2018. All rights reserved.