private suspend fun validateRelatedComponentVersions(componentVersion: ComponentVersion, endInterfaceSpecificationVersions: Set<InterfaceSpecificationVersion>? = null)

Validates InterfaceDefinitions on ComponentVersions incoming-related to the provided componentVersion Removes / updates those if InterfaceSpecificationVersions are no longer derived Performs a graph update

Parameters

componentVersion

used to get incoming-related ComponentVersions to validate InterfaceDefinitions on

endInterfaceSpecificationVersions

used to identify InterfaceDefinition to validate, if not provided all are validated