com.atlassian.bamboo.validation
Interface ValidationService.ValidationFunction

Enclosing interface:
ValidationService

public static interface ValidationService.ValidationFunction

Function to call once the object is locked.


Method Summary
 void validate(String fieldName, String fieldValue, ErrorCollection errorCollection)
          param input - the locked object

return function result

 

Method Detail

validate

void validate(@NotNull
              String fieldName,
              @NotNull
              String fieldValue,
              @NotNull
              ErrorCollection errorCollection)
param input - the locked object

return function result



Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.