Package com.atlassian.bamboo.build
Class BuildConfigurationValidationUtils
- java.lang.Object
-
- com.atlassian.bamboo.build.BuildConfigurationValidationUtils
-
public class BuildConfigurationValidationUtils extends Object
Helper class for validation ofBuildConfiguration
objects
-
-
Constructor Summary
Constructors Constructor Description BuildConfigurationValidationUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
validatePostiveInteger(String paramKey, String positiveIntegerText, @Nullable Integer maxValue, String maxValueText, String notIntegerText, BuildConfiguration buildConfiguration, ErrorCollection errorCollection)
static void
validatePostiveInteger(String paramKey, String positiveIntegerText, String notIntegerText, BuildConfiguration buildConfiguration, ErrorCollection errorCollection)
-
-
-
Method Detail
-
validatePostiveInteger
public static void validatePostiveInteger(String paramKey, String positiveIntegerText, String notIntegerText, BuildConfiguration buildConfiguration, ErrorCollection errorCollection)
-
validatePostiveInteger
public static void validatePostiveInteger(String paramKey, String positiveIntegerText, @Nullable @Nullable Integer maxValue, String maxValueText, String notIntegerText, BuildConfiguration buildConfiguration, ErrorCollection errorCollection)
-
-