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
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final booleanstatic final Stringstatic final Stringstatic final booleanstatic final StringFields inherited from class hudson.model.Descriptor
clazz -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanconfigure(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject formData) doCheckLeapworkDelay(String delay) doCheckLeapworkTimeout(String timeout) doFillLeapworkDoneStatusAsItems(String selection) booleanbooleanbooleanisApplicable(Class<? extends AbstractProject> aClass) 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
-
Field Details
-
DEFAULT_DELAY
- See Also:
-
DEFAULT_TIMEOUT
- See Also:
-
DEFAULT_XML_REPORT_NAME
- See Also:
-
DEFAULT_JSON_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:
isApplicablein classBuildStepDescriptor<Builder>
-
doCheckLeapworkDelay
-
doCheckLeapworkTimeout
-
getDefaultLeapworkDelay
-
getDefaultLeapworkTimeout
-
getDefaultLeapworkXmlReport
-
getDefaultLeapworkJsonReport
-
getDefaultLeapworkWritePassedFlowKeyFrames
public boolean getDefaultLeapworkWritePassedFlowKeyFrames() -
getDefaultEnableLeapworkHTTPS
public boolean getDefaultEnableLeapworkHTTPS() -
getDisplayName
- Overrides:
getDisplayNamein classDescriptor<Builder>
-
configure
public boolean configure(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject formData) throws Descriptor.FormException - Overrides:
configurein classDescriptor<Builder>- Throws:
Descriptor.FormException
-