com.atlassian.bamboo.build
Class BuildConfigurationValidationUtils

java.lang.Object
  extended by com.atlassian.bamboo.build.BuildConfigurationValidationUtils

public class BuildConfigurationValidationUtils
extends java.lang.Object

Helper class for validation of BuildConfiguration objects


Constructor Summary
BuildConfigurationValidationUtils()
           
 
Method Summary
static void validatePostiveInteger(java.lang.String paramKey, java.lang.String positiveIntegerText, java.lang.Integer maxValue, java.lang.String maxValueText, java.lang.String notIntegerText, BuildConfiguration buildConfiguration, ErrorCollection errorCollection)
           
static void validatePostiveInteger(java.lang.String paramKey, java.lang.String positiveIntegerText, java.lang.String notIntegerText, BuildConfiguration buildConfiguration, ErrorCollection errorCollection)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BuildConfigurationValidationUtils

public BuildConfigurationValidationUtils()
Method Detail

validatePostiveInteger

public static void validatePostiveInteger(java.lang.String paramKey,
                                          java.lang.String positiveIntegerText,
                                          java.lang.String notIntegerText,
                                          BuildConfiguration buildConfiguration,
                                          ErrorCollection errorCollection)

validatePostiveInteger

public static void validatePostiveInteger(java.lang.String paramKey,
                                          java.lang.String positiveIntegerText,
                                          @Nullable
                                          java.lang.Integer maxValue,
                                          java.lang.String maxValueText,
                                          java.lang.String notIntegerText,
                                          BuildConfiguration buildConfiguration,
                                          ErrorCollection errorCollection)


Copyright © 2011 Atlassian. All Rights Reserved.