Class UseModuleInfo


  • @OpenApi
    public final class UseModuleInfo
    extends ResolveLocalModuleInfo
    Use remote module resolution info. Remote module will be used instead of local module when local project is added to teamwork.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String mRemoteId  
    • Constructor Summary

      Constructors 
      Constructor Description
      UseModuleInfo​(IAttachedProject attachedProject, java.lang.String remoteId)
      Constructor.
    • Field Detail

      • mRemoteId

        private final java.lang.String mRemoteId
    • Constructor Detail

      • UseModuleInfo

        @OpenApi
        public UseModuleInfo​(IAttachedProject attachedProject,
                             java.lang.String remoteId)
        Constructor.
        Parameters:
        attachedProject - local module to replace.
        remoteId - remote module teamwork project id.
    • Method Detail

      • getRemoteId

        public java.lang.String getRemoteId()