|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 RegistrationEntry s. |
RegistrationEntry[] |
RegistrationData.getRegistrationEntries(boolean makeCopy)
|
RegistrationEntry[] |
RegistrationClient.getRegistrationEntries(boolean forceRefresh)
Gets all of the RegistrationEntry s, 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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |