@Extension
public static final class ElectricFlowPipelinePublisher.DescriptorImpl
extends hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher>
See .jelly for the actual HTML fragment for the configuration screen.
| Constructor and Description |
|---|
DescriptorImpl()
In order to load the persisted global configuration, you have to call
load() in the constructor.
|
| Modifier and Type | Method and Description |
|---|---|
hudson.util.FormValidation |
doCheckConfiguration(String value) |
hudson.util.FormValidation |
doCheckPipelineName(String value) |
hudson.util.FormValidation |
doCheckProjectName(String value) |
hudson.util.ListBoxModel |
doFillAddParamItems(String configuration,
String pipelineName,
String addParam) |
hudson.util.ListBoxModel |
doFillConfigurationItems() |
hudson.util.ListBoxModel |
doFillPipelineNameItems(String projectName,
String configuration,
String pipelineName) |
hudson.util.ListBoxModel |
doFillProjectNameItems(String configuration) |
void |
doHelp(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp) |
hudson.util.FormValidation |
doTestConnection() |
Configuration |
getConfigurationByName(String name) |
List<Configuration> |
getConfigurations() |
String |
getDisplayName()
This human readable name is used in the configuration screen.
|
String |
getId() |
boolean |
isApplicable(Class<? extends hudson.model.AbstractProject> aClass) |
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, configure, find, find, findByDescribableClassName, findById, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getPropertyTypeOrDie, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMappublic DescriptorImpl()
public hudson.util.FormValidation doCheckConfiguration(@QueryParameter
String value)
public hudson.util.FormValidation doCheckPipelineName(@QueryParameter
String value)
public hudson.util.FormValidation doCheckProjectName(@QueryParameter
String value)
public hudson.util.ListBoxModel doFillAddParamItems(@QueryParameter
String configuration,
@QueryParameter
String pipelineName,
@QueryParameter
String addParam)
throws Exception
Exceptionpublic hudson.util.ListBoxModel doFillConfigurationItems()
public hudson.util.ListBoxModel doFillPipelineNameItems(@QueryParameter
String projectName,
@QueryParameter
String configuration,
@QueryParameter
String pipelineName)
throws Exception
Exceptionpublic hudson.util.ListBoxModel doFillProjectNameItems(@QueryParameter
String configuration)
throws Exception
Exceptionpublic void doHelp(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
throws IOException,
javax.servlet.ServletException
doHelp in class hudson.model.Descriptor<hudson.tasks.Publisher>IOExceptionjavax.servlet.ServletExceptionpublic hudson.util.FormValidation doTestConnection()
public Configuration getConfigurationByName(String name)
public List<Configuration> getConfigurations()
public String getDisplayName()
getDisplayName in class hudson.model.Descriptor<hudson.tasks.Publisher>public String getId()
getId in class hudson.model.Descriptor<hudson.tasks.Publisher>public boolean isApplicable(Class<? extends hudson.model.AbstractProject> aClass)
isApplicable in class hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher>Copyright © 2016–2017. All rights reserved.