Uses of Class
com.microsoft.tfs.core.clients.registration.RegistrationEntry

Packages that use RegistrationEntry
com.microsoft.tfs.core.clients.registration   
 

Uses of RegistrationEntry in com.microsoft.tfs.core.clients.registration
 

Methods in com.microsoft.tfs.core.clients.registration that return RegistrationEntry
 RegistrationEntry[] RegistrationClient.getRegistrationEntries()
          Gets all of the RegistrationEntrys.
 RegistrationEntry[] RegistrationData.getRegistrationEntries(boolean makeCopy)
           
 RegistrationEntry[] RegistrationClient.getRegistrationEntries(boolean forceRefresh)
          Gets all of the RegistrationEntrys, specifying whether to force a refresh of the registration data from the TF server.
 RegistrationEntry RegistrationClient.getRegistrationEntry(java.lang.String toolId)
          Gets the RegistrationEntry for the specified tool.
 RegistrationEntry RegistrationData.getRegistrationEntry(java.lang.String toolID, boolean makeCopy)
           
 RegistrationEntry RegistrationClient.getRegistrationEntry(java.lang.String toolId, boolean forceRefresh)
          Gets the RegistrationEntry for the specified tool, specifying whether to force a refresh of the registration data from the TF server.
 

Constructors in com.microsoft.tfs.core.clients.registration with parameters of type RegistrationEntry
RegistrationData(RegistrationEntry[] entries, long lastRefreshTimeMillis, java.lang.String serverURI)
           
 



© 2015 Microsoft. All rights reserved.