Package io.jenkins.plugins
Class CucumberGlobalConfiguration
java.lang.Object
hudson.model.Descriptor<T>
hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher>
io.jenkins.plugins.CucumberGlobalConfiguration
- All Implemented Interfaces:
hudson.model.Saveable,jenkins.util.io.OnMaster
@Extension
public final class CucumberGlobalConfiguration
extends hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher>
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
Constructors Constructor Description CucumberGlobalConfiguration()In order to load the persisted global configuration, you have to call load() in the constructor. -
Method Summary
Modifier and Type Method Description booleanconfigure(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject formData)hudson.util.ListBoxModeldoFillReportFormatItems(String reportFormat)hudson.util.FormValidationdoTestConfiguration(String itmsAddress, String reportFolder, String jiraProjectKey, String jiraTicketKey, String itmsCycleName)hudson.util.FormValidationdoTestConnection(String itmsServer, String username, String token)AuthenticationInfogetAuthenticationInfo()StringgetDisplayName()StringgetItmsServer()StringgetToken()StringgetUsername()booleanisApplicable(Class<? extends hudson.model.AbstractProject> jobType)Methods inherited from class hudson.model.Descriptor
addHelpFileRedirect, 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, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
-
Constructor Details
-
CucumberGlobalConfiguration
public CucumberGlobalConfiguration()In order to load the persisted global configuration, you have to call load() in the constructor.
-
-
Method Details
-
configure
public boolean configure(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject formData) throws hudson.model.Descriptor.FormException- Overrides:
configurein classhudson.model.Descriptor<hudson.tasks.Publisher>- Throws:
hudson.model.Descriptor.FormException
-
isApplicable
- Specified by:
isApplicablein classhudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher>
-
getDisplayName
- Overrides:
getDisplayNamein classhudson.model.Descriptor<hudson.tasks.Publisher>
-
doTestConnection
-
doTestConfiguration
-
doFillReportFormatItems
-
getItmsServer
-
getUsername
-
getToken
-
getAuthenticationInfo
-