Class LabelsValidator

java.lang.Object
com.atlassian.jira.jql.validator.LabelsValidator
All Implemented Interfaces:
ClauseValidator

public class LabelsValidator extends Object implements ClauseValidator
A validator for the Labels field that is a simple wrapper around the text field validator.
Since:
v4.2
  • Constructor Details

  • Method Details

    • validate

      public MessageSet validate(ApplicationUser searcher, TerminalClause terminalClause)
      Description copied from interface: ClauseValidator
      Validates a clause and adds human readable i18n'ed messages if there is a problem.
      Specified by:
      validate in interface ClauseValidator
      Parameters:
      searcher - the user who is executing the search.
      terminalClause - the clause to validate.
      Returns:
      an MessageSet that will contain any messages relating to failed validation. An empty message set must be returned to indicate there were no errors. null can never be returned.