Package com.atlassian.bamboo.build
Class BuildConfigurationValidationUtils
java.lang.Object
com.atlassian.bamboo.build.BuildConfigurationValidationUtils
Helper class for validation of
BuildConfiguration
objects-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic 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)
-
Constructor Details
-
BuildConfigurationValidationUtils
public BuildConfigurationValidationUtils()
-
-
Method Details
-
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)
-