Package com.Leapwork.Leapwork_plugin
Class LeapworkJenkinsBridgeBuilder.DescriptorImpl
java.lang.Object
hudson.model.Descriptor<T>
hudson.tasks.BuildStepDescriptor<Builder>
com.Leapwork.Leapwork_plugin.LeapworkJenkinsBridgeBuilder.DescriptorImpl
- Enclosing class:
- LeapworkJenkinsBridgeBuilder
@Extension
public static final class LeapworkJenkinsBridgeBuilder.DescriptorImpl
extends BuildStepDescriptor<Builder>
-
Nested Class Summary
Nested classes/interfaces inherited from class hudson.model.Descriptor
Descriptor.FormException, Descriptor.PropertyType, Descriptor.Self
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
static final boolean
static final String
static final String
static final boolean
Fields inherited from class hudson.model.Descriptor
clazz
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
configure
(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject formData) doCheckLeapworkDelay
(String delay) doCheckLeapworkTimeout
(String timeout) doFillLeapworkDoneStatusAsItems
(String selection) boolean
boolean
boolean
isApplicable
(Class<? extends AbstractProject> aClass) Methods inherited from class hudson.tasks.BuildStepDescriptor
filter
Methods 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
-
Field Details
-
DEFAULT_DELAY
- See Also:
-
DEFAULT_TIMEOUT
- See Also:
-
DEFAULT_REPORT_NAME
- See Also:
-
DEFAULT_WRITE_PASSED_FLOW_KEYFRAMES
public static final boolean DEFAULT_WRITE_PASSED_FLOW_KEYFRAMES- See Also:
-
DEFAULT_ENABLE_lEAPWORK_HTTPS
public static final boolean DEFAULT_ENABLE_lEAPWORK_HTTPS- See Also:
-
-
Constructor Details
-
DescriptorImpl
public DescriptorImpl()
-
-
Method Details
-
doFillLeapworkDoneStatusAsItems
public ListBoxModel doFillLeapworkDoneStatusAsItems(@QueryParameter("leapworkDoneStatusAs") String selection) -
isApplicable
- Specified by:
isApplicable
in classBuildStepDescriptor<Builder>
-
doCheckLeapworkDelay
-
doCheckLeapworkTimeout
-
getDefaultLeapworkDelay
-
getDefaultLeapworkTimeout
-
getDefaultLeapworkReport
-
getDefaultLeapworkWritePassedFlowKeyFrames
public boolean getDefaultLeapworkWritePassedFlowKeyFrames() -
getDefaultEnableLeapworkHTTPS
public boolean getDefaultEnableLeapworkHTTPS() -
getDisplayName
- Overrides:
getDisplayName
in classDescriptor<Builder>
-
configure
public boolean configure(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject formData) throws Descriptor.FormException - Overrides:
configure
in classDescriptor<Builder>
- Throws:
Descriptor.FormException
-