Class ParameterParser

java.lang.Object
org.jenkinsci.plugins.parameterizedscheduler.ParameterParser

public class ParameterParser extends Object
  • Constructor Details

    • ParameterParser

      public ParameterParser()
  • Method Details

    • parse

      public Map<String,String> parse(String nameValuePairFormattedString)
      Parses a string with key value pairs
      Parameters:
      nameValuePairFormattedString - of name=value;other=value name value pairs
      Returns:
      Map of key-value pairs parsed from provided string
    • checkSanity

      @CheckForNull public String checkSanity(String cronTabSpec, ParametersDefinitionProperty parametersDefinitionProperty)