Uses of Class
com.atlassian.jira.rest.v1.model.errors.ValidationError

Packages that use ValidationError
com.atlassian.jira.gadgets.system   
com.atlassian.jira.gadgets.system.util   
com.atlassian.jira.rest.v1.model.errors   
 

Uses of ValidationError in com.atlassian.jira.gadgets.system
 

Method parameters in com.atlassian.jira.gadgets.system with type arguments of type ValidationError
protected  javax.ws.rs.core.Response AbstractResource.createErrorResponse(Collection<ValidationError> errors)
          Creates an error response using the given errors.
protected  javax.ws.rs.core.Response AbstractResource.createValidationResponse(Collection<ValidationError> errors)
          Creates a response based on the given errors.
protected  SearchRequest SearchQueryBackedResource.getSearchRequestAndValidate(String queryString, Collection<ValidationError> errors, Map<String,Object> params)
          Method used for retrieving/building a SearchRequest and validating params.
 

Uses of ValidationError in com.atlassian.jira.gadgets.system.util
 

Method parameters in com.atlassian.jira.gadgets.system.util with type arguments of type ValidationError
 void DefaultProjectsAndCategoriesHelper.validate(String projectsOrCategories, Collection<ValidationError> errors, String fieldName)
           
 void ProjectsAndCategoriesHelper.validate(String projectsOrCategories, Collection<ValidationError> errors, String fieldName)
           
 int ResourceDateValidator.validateDaysPrevious(String fieldName, ChartFactory.PeriodName period, String days, Collection<ValidationError> errors)
           
 ChartFactory.PeriodName ResourceDateValidator.validatePeriod(String fieldName, String periodName, Collection<ValidationError> errors)
           
 

Uses of ValidationError in com.atlassian.jira.rest.v1.model.errors
 

Methods in com.atlassian.jira.rest.v1.model.errors that return types with arguments of type ValidationError
 Collection<ValidationError> ErrorCollection.getErrors()
          Deprecated.  
 

Methods in com.atlassian.jira.rest.v1.model.errors with parameters of type ValidationError
static ErrorCollection.Builder ErrorCollection.Builder.newBuilder(ValidationError... errors)
           
 

Method parameters in com.atlassian.jira.rest.v1.model.errors with type arguments of type ValidationError
static ErrorCollection.Builder ErrorCollection.Builder.newBuilder(Collection<ValidationError> errors)
           
 



Copyright © 2002-2014 Atlassian. All Rights Reserved.