Package fi.meliora.testlab.ext.jenkins
Class TestlabNotifier.DescriptorImpl
java.lang.Object
hudson.model.Descriptor<T>
hudson.tasks.BuildStepDescriptor<Publisher>
fi.meliora.testlab.ext.jenkins.TestlabNotifier.DescriptorImpl
- Enclosing class:
- TestlabNotifier
@Extension
@Symbol("melioraTestlab")
public static final class TestlabNotifier.DescriptorImpl
extends BuildStepDescriptor<Publisher>
-
Nested Class Summary
Nested classes/interfaces inherited from class hudson.model.Descriptor
Descriptor.FormException, Descriptor.PropertyType, Descriptor.Self -
Field Summary
FieldsModifier and TypeFieldDescriptionFields inherited from class hudson.model.Descriptor
clazz -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanconfigure(org.kohsuke.stapler.StaplerRequest staplerRequest, net.sf.json.JSONObject json) protected voidThis human-readable name is used in the configuration screen.protected ListBoxModelbooleanisApplicable(Class type) Applicable to any kind of project.static voidtoString()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, getStaticHelpUrl, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
-
Field Details
-
companyId
-
apiKey
-
usingonpremise
-
cors
-
-
Constructor Details
-
DescriptorImpl
public DescriptorImpl()
-
-
Method Details
-
startCORS
-
getDisplayName
This human-readable name is used in the configuration screen.- Overrides:
getDisplayNamein classDescriptor<Publisher>
-
isApplicable
Applicable to any kind of project.- Specified by:
isApplicablein classBuildStepDescriptor<Publisher>
-
configure
public boolean configure(org.kohsuke.stapler.StaplerRequest staplerRequest, net.sf.json.JSONObject json) throws Descriptor.FormException - Overrides:
configurein classDescriptor<Publisher>- Throws:
Descriptor.FormException
-
configureCORS
protected void configureCORS() -
getDefaultDescriptionTemplate
-
getDefaultAutomationSource
-
doFillAddIssuesItems
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class) public ListBoxModel doFillAddIssuesItems() -
doFillMergeAsSingleIssueItems
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class) public ListBoxModel doFillMergeAsSingleIssueItems() -
doFillReopenExistingItems
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class) public ListBoxModel doFillReopenExistingItems() -
doFillImportTestCasesItems
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class) public ListBoxModel doFillImportTestCasesItems() -
doFillRobotCatenateParentKeywordsItems
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class) public ListBoxModel doFillRobotCatenateParentKeywordsItems() -
doFillAddIssueStrategyItems
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class) public ListBoxModel doFillAddIssueStrategyItems() -
getRulesetDefaultBooleanModel
-
toString
-