Class LeapworkJenkinsBridgeBuilder.DescriptorImpl

java.lang.Object
hudson.model.Descriptor<T>
hudson.tasks.BuildStepDescriptor<Builder>
com.Leapwork.Leapwork_plugin.LeapworkJenkinsBridgeBuilder.DescriptorImpl
All Implemented Interfaces:
Saveable, Loadable, OnMaster
Enclosing class:
LeapworkJenkinsBridgeBuilder

@Extension public static final class LeapworkJenkinsBridgeBuilder.DescriptorImpl extends BuildStepDescriptor<Builder>
  • Field Details

  • Constructor Details

    • DescriptorImpl

      public DescriptorImpl()
  • Method Details

    • doFillLeapworkDoneStatusAsItems

      public ListBoxModel doFillLeapworkDoneStatusAsItems(@QueryParameter("leapworkDoneStatusAs") String selection)
    • isApplicable

      public boolean isApplicable(Class<? extends AbstractProject> aClass)
      Specified by:
      isApplicable in class BuildStepDescriptor<Builder>
    • doCheckLeapworkDelay

      public FormValidation doCheckLeapworkDelay(@QueryParameter("leapworkDelay") String delay)
    • doCheckLeapworkTimeout

      public FormValidation doCheckLeapworkTimeout(@QueryParameter("leapworkTimeout") String timeout)
    • getDefaultLeapworkDelay

      public String getDefaultLeapworkDelay()
    • getDefaultLeapworkTimeout

      public String getDefaultLeapworkTimeout()
    • getDefaultLeapworkReport

      public String getDefaultLeapworkReport()
    • getDefaultLeapworkWritePassedFlowKeyFrames

      public boolean getDefaultLeapworkWritePassedFlowKeyFrames()
    • getDefaultEnableLeapworkHTTPS

      public boolean getDefaultEnableLeapworkHTTPS()
    • getDisplayName

      public String getDisplayName()
      Overrides:
      getDisplayName in class Descriptor<Builder>
    • configure

      public boolean configure(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject formData) throws Descriptor.FormException
      Overrides:
      configure in class Descriptor<Builder>
      Throws:
      Descriptor.FormException