Class UseModuleInfo
java.lang.Object
com.nomagic.magicdraw.teamwork2.local2remote.ResolveLocalModuleInfo
com.nomagic.magicdraw.teamwork2.local2remote.UseModuleInfo
Use remote module resolution info. Remote module will be used instead of local module when local project is added to teamwork.
-
Constructor Summary
ConstructorDescriptionUseModuleInfo
(com.nomagic.ci.persistence.IAttachedProject attachedProject, String remoteId) Constructor. -
Method Summary
-
Constructor Details
-
UseModuleInfo
@OpenApi public UseModuleInfo(com.nomagic.ci.persistence.IAttachedProject attachedProject, String remoteId) Constructor.- Parameters:
attachedProject
- local module to replace.remoteId
- remote module teamwork project id.
-