@Extension
public static final class RhnPush.RpmPublisherDescriptor
extends hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher>
| Modifier and Type | Field and Description | 
|---|---|
| static String | DISPLAY_NAME | 
| Constructor and Description | 
|---|
| RpmPublisherDescriptor() | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | configure(org.kohsuke.stapler.StaplerRequest req,
         net.sf.json.JSONObject json) | 
| hudson.util.FormValidation | doCheckChannels(hudson.model.AbstractProject project,
               String value) | 
| hudson.util.FormValidation | doCheckHostname(hudson.model.AbstractProject project,
               String value) | 
| hudson.util.FormValidation | doCheckIncludes(hudson.model.AbstractProject project,
               String value) | 
| hudson.util.FormValidation | doCheckPassword(hudson.model.AbstractProject project,
               String value) | 
| hudson.util.FormValidation | doCheckServer(hudson.model.AbstractProject project,
             String value) | 
| hudson.util.FormValidation | doCheckUsername(hudson.model.AbstractProject project,
               String value) | 
| hudson.util.ListBoxModel | doFillSatelliteServerHostnameItems() | 
| String | getDisplayName() | 
| List<SatelliteServer> | getSatelliteServers() | 
| boolean | isApplicable(Class<? extends hudson.model.AbstractProject> jobType) | 
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, doHelp, find, find, findByDescribableClassName, findById, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, 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 static final String DISPLAY_NAME
public boolean isApplicable(Class<? extends hudson.model.AbstractProject> jobType)
isApplicable in class hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher>public String getDisplayName()
getDisplayName in class hudson.model.Descriptor<hudson.tasks.Publisher>public List<SatelliteServer> getSatelliteServers()
public hudson.util.ListBoxModel doFillSatelliteServerHostnameItems()
public boolean configure(org.kohsuke.stapler.StaplerRequest req,
                         net.sf.json.JSONObject json)
                  throws hudson.model.Descriptor.FormException
configure in class hudson.model.Descriptor<hudson.tasks.Publisher>hudson.model.Descriptor.FormExceptionpublic hudson.util.FormValidation doCheckHostname(@AncestorInPath
                                                  hudson.model.AbstractProject project,
                                                  @QueryParameter
                                                  String value)
                                           throws IOException
IOExceptionpublic hudson.util.FormValidation doCheckServer(@AncestorInPath
                                                hudson.model.AbstractProject project,
                                                @QueryParameter
                                                String value)
                                         throws IOException
IOExceptionpublic hudson.util.FormValidation doCheckUsername(@AncestorInPath
                                                  hudson.model.AbstractProject project,
                                                  @QueryParameter
                                                  String value)
                                           throws IOException
IOExceptionpublic hudson.util.FormValidation doCheckPassword(@AncestorInPath
                                                  hudson.model.AbstractProject project,
                                                  @QueryParameter
                                                  String value)
                                           throws IOException
IOExceptionpublic hudson.util.FormValidation doCheckChannels(@AncestorInPath
                                                  hudson.model.AbstractProject project,
                                                  @QueryParameter
                                                  String value)
                                           throws IOException
IOExceptionpublic hudson.util.FormValidation doCheckIncludes(@AncestorInPath
                                                  hudson.model.AbstractProject project,
                                                  @QueryParameter
                                                  String value)
                                           throws IOException,
                                                  InterruptedException
IOExceptionInterruptedExceptionCopyright © 2016–2022 SpecEMS. All rights reserved.