public final class

NavigableFieldListValidator

extends Object
implements Validator
java.lang.Object
   ↳ com.atlassian.jira.bc.admin.NavigableFieldListValidator

Class Overview

Validates a list of strings to each be the id of a navigable field that is valid for at least one project.

Summary

Public Constructors
NavigableFieldListValidator(FieldManager fieldManager)
NavigableFieldListValidator()
Public Methods
Validator.Result validate(String value)
Validate the given string to see if it passes and if not, why not.
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.validation.Validator

Public Constructors

public NavigableFieldListValidator (FieldManager fieldManager)

public NavigableFieldListValidator ()

Public Methods

public Validator.Result validate (String value)

Validate the given string to see if it passes and if not, why not.

Parameters
value all validation input is a String.
Returns
  • A result that contains access to the details of the validation outcome.