Class GooglePlayBuildStepDescriptor<T extends BuildStep & Describable<T>>
- java.lang.Object
-
- hudson.model.Descriptor<T>
-
- hudson.tasks.BuildStepDescriptor<T>
-
- org.jenkinsci.plugins.googleplayandroidpublisher.GooglePlayBuildStepDescriptor<T>
-
- Direct Known Subclasses:
ApkPublisher.DescriptorImpl
,ReleaseTrackAssignmentBuilder.DescriptorImpl
public abstract class GooglePlayBuildStepDescriptor<T extends BuildStep & Describable<T>> extends BuildStepDescriptor<T>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class hudson.model.Descriptor
Descriptor.FormException, Descriptor.PropertyType, Descriptor.Self
-
-
Field Summary
-
Fields inherited from class hudson.model.Descriptor
clazz
-
-
Constructor Summary
Constructors Constructor Description GooglePlayBuildStepDescriptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
configure(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject formData)
FormValidation
doCheckGoogleCredentialsId(Item item, String value)
FormValidation
doCheckInAppUpdatePriority(String value)
FormValidation
doCheckRolloutPercentage(String value)
FormValidation
doCheckTrackName(String value)
ListBoxModel
doFillGoogleCredentialsIdItems(Item item)
ComboBoxModel
doFillTrackNameItems()
boolean
isApplicable(Class<? extends AbstractProject> c)
-
Methods inherited from class hudson.tasks.BuildStepDescriptor
filter
-
Methods inherited from class hudson.model.Descriptor
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, getRequiredGlobalConfigPagePermission, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
-
-
-
-
Method Detail
-
doFillGoogleCredentialsIdItems
public ListBoxModel doFillGoogleCredentialsIdItems(@AncestorInPath Item item)
-
doCheckGoogleCredentialsId
public FormValidation doCheckGoogleCredentialsId(@AncestorInPath Item item, @QueryParameter String value)
-
doFillTrackNameItems
public ComboBoxModel doFillTrackNameItems()
-
doCheckTrackName
public FormValidation doCheckTrackName(@QueryParameter String value)
-
doCheckRolloutPercentage
public FormValidation doCheckRolloutPercentage(@QueryParameter String value)
-
doCheckInAppUpdatePriority
public FormValidation doCheckInAppUpdatePriority(@QueryParameter String value)
-
isApplicable
public boolean isApplicable(Class<? extends AbstractProject> c)
- Specified by:
isApplicable
in classBuildStepDescriptor<T extends BuildStep & Describable<T>>
-
configure
public boolean configure(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject formData) throws Descriptor.FormException
- Overrides:
configure
in classDescriptor<T extends BuildStep & Describable<T>>
- Throws:
Descriptor.FormException
-
-