Class LegacyBuildstepCondition.LegacyConditionDescriptor

  • All Implemented Interfaces:
    Saveable, OnMaster
    Enclosing class:
    LegacyBuildstepCondition

    @Extension
    public static class LegacyBuildstepCondition.LegacyConditionDescriptor
    extends org.jenkins_ci.plugins.run_condition.RunCondition.RunConditionDescriptor
    • Constructor Detail

      • LegacyConditionDescriptor

        public LegacyConditionDescriptor()
    • Method Detail

      • doCheckCondition

        public FormValidation doCheckCondition​(@QueryParameter
                                               String value)
                                        throws IOException,
                                               javax.servlet.ServletException
        Performs on-the-fly validation of the form field 'condition'.
        Parameters:
        value - This parameter receives the value that the user has typed.
        Returns:
        Indicates the outcome of the validation.
        Throws:
        IOException
        javax.servlet.ServletException