Class ValidationProblemUtils
java.lang.Object
com.atlassian.bamboo.configuration.external.util.ValidationProblemUtils
Utility methods for working with
validation problems
.-
Method Summary
Modifier and TypeMethodDescriptionstatic @NotNull List<com.atlassian.bamboo.specs.api.validators.common.ValidationProblem>
fromErrorCollection
(@NotNull ErrorCollection errorCollection) Creates a list ofvalidation problems
based on anerror collection
.
-
Method Details
-
fromErrorCollection
@NotNull public static @NotNull List<com.atlassian.bamboo.specs.api.validators.common.ValidationProblem> fromErrorCollection(@NotNull @NotNull ErrorCollection errorCollection) Creates a list ofvalidation problems
based on anerror collection
.
-