public class BuildConfigurationValidationUtils extends Object
BuildConfiguration
objectsConstructor and Description |
---|
BuildConfigurationValidationUtils() |
Modifier and Type | Method and Description |
---|---|
static void |
validatePostiveInteger(String paramKey,
String positiveIntegerText,
Integer maxValue,
String maxValueText,
String notIntegerText,
BuildConfiguration buildConfiguration,
ErrorCollection errorCollection) |
static void |
validatePostiveInteger(String paramKey,
String positiveIntegerText,
String notIntegerText,
BuildConfiguration buildConfiguration,
ErrorCollection errorCollection) |
public static void validatePostiveInteger(String paramKey, String positiveIntegerText, String notIntegerText, BuildConfiguration buildConfiguration, ErrorCollection errorCollection)
public static void validatePostiveInteger(String paramKey, String positiveIntegerText, @Nullable Integer maxValue, String maxValueText, String notIntegerText, BuildConfiguration buildConfiguration, ErrorCollection errorCollection)
Copyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.