Uses of Class
com.microsoft.tfs.core.clients.teamsettings.TeamConfiguration

Packages that use TeamConfiguration
com.microsoft.tfs.core.clients.favorites   
com.microsoft.tfs.core.clients.teamsettings   
com.microsoft.tfs.core.clients.teamstore   
 

Uses of TeamConfiguration in com.microsoft.tfs.core.clients.favorites
 

Methods in com.microsoft.tfs.core.clients.favorites with parameters of type TeamConfiguration
static IFavoritesStore FavoritesStoreFactory.create(TFSTeamProjectCollection connection, ProjectInfo currentProject, TeamConfiguration currentTeam, java.lang.String featureScope, boolean isPersonal)
          Creates a Favorites store using Identity Service.
 

Uses of TeamConfiguration in com.microsoft.tfs.core.clients.teamsettings
 

Methods in com.microsoft.tfs.core.clients.teamsettings that return TeamConfiguration
 TeamConfiguration[] TeamSettingsConfigurationService.getTeamConfigurationsForUser(java.lang.String[] projectUris)
          Get the team settings for teams that the current user/identity is a member of (scoped to a set of team projects)
 

Uses of TeamConfiguration in com.microsoft.tfs.core.clients.teamstore
 

Methods in com.microsoft.tfs.core.clients.teamstore that return TeamConfiguration
 TeamConfiguration TeamProjectCollectionTeamStore.getTeam(java.lang.String projectUri, com.microsoft.tfs.util.GUID id)
          Gets the corresponding TeamConfiguration object for the project.
 TeamConfiguration TeamProjectCollectionTeamStore.getTeam(java.lang.String projectUri, java.lang.String teamName)
          Gets the corresponding TeamConfiguration object for the project.
 TeamConfiguration[] TeamProjectCollectionTeamStore.getTeams(java.lang.String projectUri)
          Gets all the corresponding TeamConfiguration objects for the project that the current user belongs to.
 TeamConfiguration[] TeamProjectCollectionTeamStore.getTeamsForCurrentUser()
          Gets all the Teams the active user is a member of for the selected project Uris (selected in the 'Initialize' or via the 'GetTeam' methods).
 



© 2015 Microsoft. All rights reserved.