Package com.atlassian.bamboo.utils
Class ErrorCollectionUtils
- java.lang.Object
-
- com.atlassian.bamboo.utils.ErrorCollectionUtils
-
public class ErrorCollectionUtils extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
addErrorCollection(@NotNull com.atlassian.struts.ValidationAware validationAware, @Nullable ErrorCollection errorCollection)
static void
addFieldErrors(@NotNull com.atlassian.struts.ValidationAware validationAware, @NotNull Map<String,String> fieldErrors)
-
-
-
Method Detail
-
addErrorCollection
public static void addErrorCollection(@NotNull @NotNull com.atlassian.struts.ValidationAware validationAware, @Nullable @Nullable ErrorCollection errorCollection)
-
-