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 boolean
configure(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject formData)
hudson.util.ListBoxModel
doFillReportFormatItems(String reportFormat)
hudson.util.FormValidation
doTestConfiguration(String itmsAddress, String reportFolder, String jiraProjectKey, String jiraTicketKey, String itmsCycleName)
hudson.util.FormValidation
doTestConnection(String itmsServer, String username, String token)
AuthenticationInfo
getAuthenticationInfo()
String
getDisplayName()
String
getItmsServer()
String
getToken()
String
getUsername()
boolean
isApplicable(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:
configure
in classhudson.model.Descriptor<hudson.tasks.Publisher>
- Throws:
hudson.model.Descriptor.FormException
-
isApplicable
- Specified by:
isApplicable
in classhudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher>
-
getDisplayName
- Overrides:
getDisplayName
in classhudson.model.Descriptor<hudson.tasks.Publisher>
-
doTestConnection
-
doTestConfiguration
-
doFillReportFormatItems
-
getItmsServer
-
getUsername
-
getToken
-
getAuthenticationInfo
-