Interface NewExtIdValidator
-
- All Superinterfaces:
TeamCityExtension
public interface NewExtIdValidator extends TeamCityExtension
Validates new extId in the context of owner project
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
validateExtId(SProject owner, String extId)
-
-
-
Method Detail
-
validateExtId
void validateExtId(@NotNull SProject owner, @NotNull String extId) throws InvalidIdentifierException
- Throws:
InvalidIdentifierException
-
-