public static class IntegrityItemAction.IntegrityItemDescriptorImpl
extends hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher>
| Modifier and Type | Field and Description | 
|---|---|
static String | 
defaultQueryDefinition  | 
static String | 
defaultTestFailedVerdictName  | 
static String | 
defaultTestPassedVerdictName  | 
static String | 
defaultTestSkippedVerdictName  | 
static String | 
defaultTestSuiteContainsField  | 
| Constructor and Description | 
|---|
IntegrityItemDescriptorImpl()  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
configure(org.kohsuke.stapler.StaplerRequest req,
         net.sf.json.JSONObject formData)  | 
hudson.util.ListBoxModel | 
doFillServerConfigItems(String serverConfig)
Provides a list box for users to choose from a list of Integrity Server configurations 
 | 
String | 
getDisplayName()  | 
String | 
getQueryDefinition()
Returns the default query definition that will be used to find the 'build' item 
 | 
String | 
getTestFailedVerdictName()
Returns the default name for the Integrity 'Failed' verdict 
 | 
String | 
getTestPassedVerdictName()
Returns the default name for the Integrity 'Passed' verdict 
 | 
String | 
getTestSkippedVerdictName()
Returns the default name for the Integrity 'Skipped' verdict 
 | 
String | 
getTestSuiteContainsField()
Returns the default name for the Integrity 'Contains' field 
 | 
boolean | 
isApplicable(Class<? extends hudson.model.AbstractProject> jobType)  | 
hudson.tasks.Publisher | 
newInstance(org.kohsuke.stapler.StaplerRequest req,
           net.sf.json.JSONObject formData)  | 
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, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMappublic static final String defaultQueryDefinition
public static final String defaultTestSuiteContainsField
public static final String defaultTestPassedVerdictName
public static final String defaultTestFailedVerdictName
public static final String defaultTestSkippedVerdictName
public hudson.tasks.Publisher newInstance(org.kohsuke.stapler.StaplerRequest req,
                                          net.sf.json.JSONObject formData)
                                   throws hudson.model.Descriptor.FormException
newInstance in class hudson.model.Descriptor<hudson.tasks.Publisher>hudson.model.Descriptor.FormExceptionpublic String getDisplayName()
getDisplayName in class hudson.model.Descriptor<hudson.tasks.Publisher>public boolean configure(org.kohsuke.stapler.StaplerRequest req,
                         net.sf.json.JSONObject formData)
                  throws hudson.model.Descriptor.FormException
configure in class hudson.model.Descriptor<hudson.tasks.Publisher>hudson.model.Descriptor.FormExceptionpublic boolean isApplicable(Class<? extends hudson.model.AbstractProject> jobType)
isApplicable in class hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher>public hudson.util.ListBoxModel doFillServerConfigItems(@QueryParameter
                                                        String serverConfig)
configuration - Simple configuration namepublic String getQueryDefinition()
public String getTestSuiteContainsField()
public String getTestPassedVerdictName()
public String getTestFailedVerdictName()
public String getTestSkippedVerdictName()
Copyright © 2016–2024. All rights reserved.