suspend fun addInterfaceSpecificationVersionToComponentVersion(interfaceSpecificationVersion: InterfaceSpecificationVersion, componentVersion: ComponentVersion, visible: Boolean, invisible: Boolean)

Adds an InterfaceSpecificationVersion to a ComponentVersion Updates the InterfaceDefinition and creates it if necessary

Parameters

interfaceSpecificationVersion
componentVersion
visible

if true, interfaceSpecificationVersion should be visibleSelfDefined on componentVersion afterwards

invisible

if true, interfaceSpecificationVersion should be invisibleSelfDefined on componentVersion afterwards