public interface BambooYamlValidator
BambooYamlDefinition| Modifier and Type | Method and Description | 
|---|---|
void | 
validate(BambooYamlDefinition bambooYamlDefinition,
        VcsRepositoryData repository)
Validates an instance of  
BambooYamlDefinition. | 
@NotNull
void validate(@NotNull
                       BambooYamlDefinition bambooYamlDefinition,
                       VcsRepositoryData repository)
BambooYamlDefinition. This method will check if project referenced by
 argument exists and is accessible.bambooYamlDefinition - YAML document to validaterepository - repository string the YAML documentYamlSpecsValidationException - if the passed YAML document is invalid in any wayCopyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.