Uses of Class
com.microsoft.tfs.core.TFSTeamProjectCollection

Packages that use TFSTeamProjectCollection
com.microsoft.tfs.core   
com.microsoft.tfs.core.artifact   
com.microsoft.tfs.core.clients.build   
com.microsoft.tfs.core.clients.build.buildstatus   
com.microsoft.tfs.core.clients.commonstructure   
com.microsoft.tfs.core.clients.favorites   
com.microsoft.tfs.core.clients.framework.configuration.compatibility   
com.microsoft.tfs.core.clients.groupsecurity   
com.microsoft.tfs.core.clients.linking   
com.microsoft.tfs.core.clients.registration   
com.microsoft.tfs.core.clients.reporting   
com.microsoft.tfs.core.clients.sharepoint   
com.microsoft.tfs.core.clients.teamstore   
com.microsoft.tfs.core.clients.versioncontrol   
com.microsoft.tfs.core.clients.versioncontrol.workspacecache   
com.microsoft.tfs.core.clients.workitem   
com.microsoft.tfs.core.config.client   
com.microsoft.tfs.core.util   
 

Uses of TFSTeamProjectCollection in com.microsoft.tfs.core
 

Methods in com.microsoft.tfs.core that return TFSTeamProjectCollection
 TFSTeamProjectCollection TFSConfigurationServer.getTeamProjectCollection(com.microsoft.tfs.util.GUID collectionID)
          Gets the TFSTeamProjectCollection for the specified ID.
 

Constructors in com.microsoft.tfs.core with parameters of type TFSTeamProjectCollection
PreFrameworkServerDataProvider(TFSTeamProjectCollection teamProjectCollection)
          Constructs a PreFrameworkServerDataProvider using a TFSTeamProjectCollection.
 

Uses of TFSTeamProjectCollection in com.microsoft.tfs.core.artifact
 

Methods in com.microsoft.tfs.core.artifact with parameters of type TFSTeamProjectCollection
static java.lang.String LinkingFacade.getExternalURL(WorkItem workItem, TFSTeamProjectCollection connection)
           
 

Uses of TFSTeamProjectCollection in com.microsoft.tfs.core.clients.build
 

Methods in com.microsoft.tfs.core.clients.build that return TFSTeamProjectCollection
 TFSTeamProjectCollection IBuildServer.getConnection()
           
 

Constructors in com.microsoft.tfs.core.clients.build with parameters of type TFSTeamProjectCollection
AdministrationWebService(TFSTeamProjectCollection tfs)
           
AdministrationWebService4(TFSTeamProjectCollection tfs)
           
BuildQueueWebService(TFSTeamProjectCollection tfs)
           
BuildQueueWebService4(TFSTeamProjectCollection tfs)
           
BuildService2008(TFSTeamProjectCollection tfs)
           
BuildWebService(TFSTeamProjectCollection tfs)
           
BuildWebService4(TFSTeamProjectCollection tfs)
           
 

Uses of TFSTeamProjectCollection in com.microsoft.tfs.core.clients.build.buildstatus
 

Methods in com.microsoft.tfs.core.clients.build.buildstatus with parameters of type TFSTeamProjectCollection
static BuildStatusCache BuildStatusCache.load(TFSTeamProjectCollection connection)
           
 void BuildStatusCache.save(TFSTeamProjectCollection collection)
           
 

Uses of TFSTeamProjectCollection in com.microsoft.tfs.core.clients.commonstructure
 

Methods in com.microsoft.tfs.core.clients.commonstructure that return TFSTeamProjectCollection
 TFSTeamProjectCollection CommonStructureClient.getConnection()
           
 

Constructors in com.microsoft.tfs.core.clients.commonstructure with parameters of type TFSTeamProjectCollection
CommonStructureClient(TFSTeamProjectCollection connection, ms.tfs.services.classification._03._ClassificationSoap webService, ms.tfs.services.classification._03._Classification4Soap webService4)
           
 

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

Methods in com.microsoft.tfs.core.clients.favorites with parameters of type TFSTeamProjectCollection
 void IdentityFavoritesStore.connect(TFSTeamProjectCollection tpc, java.lang.String filterNamespace, com.microsoft.tfs.util.GUID identity)
          Provides uniform Connection Mechanism for store instances.
 void IFavoritesStore.connect(TFSTeamProjectCollection tpc, java.lang.String filterNamespace, com.microsoft.tfs.util.GUID identity)
          Provides uniform Connection Mechanism for store instances.
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 TFSTeamProjectCollection in com.microsoft.tfs.core.clients.framework.configuration.compatibility
 

Methods in com.microsoft.tfs.core.clients.framework.configuration.compatibility that return TFSTeamProjectCollection
protected  TFSTeamProjectCollection TFSCompatibilityEntityDataProvider.getConnection()
           
protected  TFSTeamProjectCollection TFSCompatibilityEntity.getConnection()
           
 

Constructors in com.microsoft.tfs.core.clients.framework.configuration.compatibility with parameters of type TFSTeamProjectCollection
OrganizationalRootCompatibilityEntity(TFSTeamProjectCollection connection)
           
TeamProjectCompatibilityEntityDataProvider(TFSTeamProjectCollection connection, ProjectInfo projectInfo)
           
TFSCompatibilityEntity(TFSTeamProjectCollection connection)
           
TFSCompatibilityEntityDataProvider(TFSTeamProjectCollection connection)
           
 

Uses of TFSTeamProjectCollection in com.microsoft.tfs.core.clients.groupsecurity
 

Constructors in com.microsoft.tfs.core.clients.groupsecurity with parameters of type TFSTeamProjectCollection
GroupSecurityClient(TFSTeamProjectCollection connection, ms.tfs.services.groupsecurity._03._GroupSecurityServiceSoap webService)
           
 

Uses of TFSTeamProjectCollection in com.microsoft.tfs.core.clients.linking
 

Constructors in com.microsoft.tfs.core.clients.linking with parameters of type TFSTeamProjectCollection
LinkingClient(TFSTeamProjectCollection connection)
           
 

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

Constructors in com.microsoft.tfs.core.clients.registration with parameters of type TFSTeamProjectCollection
RegistrationClient(TFSTeamProjectCollection connection)
          Creates a new RegistrationClient with a default refresh interval and disk caching enabled.
RegistrationClient(TFSTeamProjectCollection connection, long refreshIntervalMillis, boolean enableDiskCache)
          Creates a new RegistrationClient, specifying the refresh interval and disk caching policy.
 

Uses of TFSTeamProjectCollection in com.microsoft.tfs.core.clients.reporting
 

Methods in com.microsoft.tfs.core.clients.reporting with parameters of type TFSTeamProjectCollection
static java.lang.String ReportUtils.getProjectReportFolder(TFSTeamProjectCollection connection, com.microsoft.tfs.util.GUID projectId)
           
static java.lang.String ReportUtils.getReportManagerURL(TFSTeamProjectCollection connection)
           
static java.lang.String ReportUtils.getReportServiceURL(TFSTeamProjectCollection connection)
           
static boolean ReportUtils.isReportingConfigured(TFSTeamProjectCollection connection)
          Determine if a reporting instance is defined for the project collection.
 

Constructors in com.microsoft.tfs.core.clients.reporting with parameters of type TFSTeamProjectCollection
ReportingClient(TFSTeamProjectCollection connection, ms.sql.reporting.reportingservices._ReportingService2005Soap webService)
           
 

Uses of TFSTeamProjectCollection in com.microsoft.tfs.core.clients.sharepoint
 

Methods in com.microsoft.tfs.core.clients.sharepoint with parameters of type TFSTeamProjectCollection
static java.lang.String WSSUtils.getWSSURL(TFSTeamProjectCollection connection, ProjectInfo projectInfo)
           
static boolean WSSUtils.isWSSConfigured(TFSTeamProjectCollection connection, ProjectInfo projectInfo)
           
 

Constructors in com.microsoft.tfs.core.clients.sharepoint with parameters of type TFSTeamProjectCollection
WSSClient(TFSTeamProjectCollection connection, ms.wss._ListsSoap webService, java.lang.String projectName)
          Creates a WSSClient with the given TFSTeamProjectCollection and web service proxy.
WSSDocumentLibrary(TFSTeamProjectCollection connection, org.w3c.dom.Element node)
           
 

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

Constructors in com.microsoft.tfs.core.clients.teamstore with parameters of type TFSTeamProjectCollection
TeamProjectCollectionTeamStore(TFSTeamProjectCollection teamProjectCollection)
           
 

Uses of TFSTeamProjectCollection in com.microsoft.tfs.core.clients.versioncontrol
 

Methods in com.microsoft.tfs.core.clients.versioncontrol that return TFSTeamProjectCollection
 TFSTeamProjectCollection VersionControlClient.getConnection()
           
 

Constructors in com.microsoft.tfs.core.clients.versioncontrol with parameters of type TFSTeamProjectCollection
VersionControlClient(TFSTeamProjectCollection connection, ms.tfs.versioncontrol.clientservices._03._RepositorySoap repository, ms.tfs.versioncontrol.clientservices._03._RepositoryExtensionsSoap repositoryExtensions, ms.tfs.versioncontrol.clientservices._03._Repository4Soap repository4, ms.tfs.versioncontrol.clientservices._03._Repository5Soap repository5)
          Creates a VersionControlClient that will use the given web service proxy class and the given connection.
VersionControlClient(TFSTeamProjectCollection connection, ms.tfs.versioncontrol.clientservices._03._RepositorySoap webService, ms.tfs.versioncontrol.clientservices._03._RepositoryExtensionsSoap webServiceExtensions, ms.tfs.versioncontrol.clientservices._03._Repository4Soap repository4, ms.tfs.versioncontrol.clientservices._03._Repository5Soap repository5, int maximumGetEngineWorkerThreads, int getEngineWorkerThreadIdleTimeoutSeconds)
           Creates a VersionControlClient that will use the given web service proxy class and the given connection.
 

Uses of TFSTeamProjectCollection in com.microsoft.tfs.core.clients.versioncontrol.workspacecache
 

Methods in com.microsoft.tfs.core.clients.versioncontrol.workspacecache with parameters of type TFSTeamProjectCollection
 Workspace WorkspaceInfo.getWorkspace(TFSTeamProjectCollection collection)
          Get the workspace object that matches this CachedWorkspace.
 

Uses of TFSTeamProjectCollection in com.microsoft.tfs.core.clients.workitem
 

Methods in com.microsoft.tfs.core.clients.workitem that return TFSTeamProjectCollection
 TFSTeamProjectCollection WorkItemClient.getConnection()
           
 

Constructors in com.microsoft.tfs.core.clients.workitem with parameters of type TFSTeamProjectCollection
WorkItemClient(TFSTeamProjectCollection connection, ms.tfs.workitemtracking.clientservices._03._ClientService2Soap webService2, ms.tfs.workitemtracking.clientservices._03._ClientService3Soap webService3, ms.tfs.workitemtracking.clientservices._03._ClientService5Soap webService5)
           
 

Uses of TFSTeamProjectCollection in com.microsoft.tfs.core.config.client
 

Methods in com.microsoft.tfs.core.config.client with parameters of type TFSTeamProjectCollection
 WSSClient DefaultClientFactory.newWSSClient(TFSTeamProjectCollection connection, ProjectInfo projectInfo)
          Creates a new Sharepoint client.
 WSSClient ClientFactory.newWSSClient(TFSTeamProjectCollection connection, ProjectInfo projectInfo)
          Creates a new Sharepoint client.
 

Uses of TFSTeamProjectCollection in com.microsoft.tfs.core.util
 

Constructors in com.microsoft.tfs.core.util with parameters of type TFSTeamProjectCollection
TSWAHyperlinkBuilder(TFSTeamProjectCollection collection)
          Creates a TSWAHyperlinkBuilder for the given TFSTeamProjectCollection.
TSWAHyperlinkBuilder(TFSTeamProjectCollection collection, boolean displayInEmbeddedBrowser)
          Creates a TSWAHyperlinkBuilder for the given TFSTeamProjectCollection.
 



© 2015 Microsoft. All rights reserved.