Class TestResultsAggregator.Descriptor
java.lang.Object
hudson.model.Descriptor<T>
hudson.tasks.BuildStepDescriptor<Publisher>
com.jenkins.testresultsaggregator.TestResultsAggregator.Descriptor
- Enclosing class:
 - TestResultsAggregator
 
@Extension
@Symbol("testResultsAggregator")
public static class TestResultsAggregator.Descriptor
extends BuildStepDescriptor<Publisher>
- 
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
ConstructorsConstructorDescriptionIn order to load the persisted global configuration, you have to call load() in the constructor. - 
Method Summary
Modifier and TypeMethodDescriptionbooleanconfigure(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject jsonObject) doCheckOutOfDateResults(String outOfDateResults) doTestApiConnection(String jenkinsUrl, String username, Secret password) booleanisApplicable(Class<? extends AbstractProject> jobType) voidsetJenkinsUrl(String jenkinsUrl) voidsetMailNotificationFrom(String mailNotificationFrom) voidsetPassword(String password) voidsetUsername(String username) Methods inherited from class hudson.tasks.BuildStepDescriptor
filterMethods inherited from class hudson.model.Descriptor
addHelpFileRedirect, bindJSON, calcAutoCompleteSettings, calcFillSettings, configure, doHelp, find, find, findByDescribableClassName, findById, getCategory, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, 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 
- 
Constructor Details
- 
Descriptor
public Descriptor()In order to load the persisted global configuration, you have to call load() in the constructor. 
 - 
 - 
Method Details
- 
getUsername
 - 
setUsername
 - 
getPassword
 - 
setPassword
 - 
getJenkinsUrl
 - 
setJenkinsUrl
 - 
getMailNotificationFrom
 - 
setMailNotificationFrom
 - 
defaultMailNotificationFrom
 - 
isApplicable
- Specified by:
 isApplicablein classBuildStepDescriptor<Publisher>
 - 
getDisplayName
- Overrides:
 getDisplayNamein classDescriptor<Publisher>
 - 
configure
public boolean configure(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject jsonObject) throws Descriptor.FormException - Overrides:
 configurein classDescriptor<Publisher>- Throws:
 Descriptor.FormException
 - 
doCheckOutOfDateResults
 - 
doTestApiConnection
public FormValidation doTestApiConnection(@QueryParameter String jenkinsUrl, @QueryParameter String username, @QueryParameter Secret password)  
 -