public class BambooYamlValidatorImpl extends Object implements BambooYamlValidator
Constructor and Description |
---|
BambooYamlValidatorImpl() |
Modifier and Type | Method and Description |
---|---|
void |
validate(BambooYamlDefinition bambooYamlDefinition,
VcsRepositoryData repository)
Validates an instance of
BambooYamlDefinition . |
@NotNull public void validate(@NotNull BambooYamlDefinition bambooYamlDefinition, VcsRepositoryData repository)
BambooYamlValidator
BambooYamlDefinition
. This method will check if project referenced by
argument exists and is accessible.validate
in interface BambooYamlValidator
bambooYamlDefinition
- YAML document to validaterepository
- repository string the YAML documentCopyright © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.