Interface VcsUsernamesValidation

    • Method Detail

      • validate

        List<InvalidProperty> validate​(@NotNull
                                       SUser user,
                                       VcsUsernamePropertyKey key,
                                       @NotNull
                                       List<String> vcsNames)
        Validate vcsNames for user in root with id vcsRootId If some vcs names are invalid then list of invalid properties should be returned
        Parameters:
        user - User for which vcs names should be validated
        vcsRootId - VCS root id for which vcs names should be validated
        vcsNames - vcs names to be validated
        Returns:
        list of invalid properties