Uses of Interface
com.microsoft.tfs.core.clients.build.IBuildServiceHost

Packages that use IBuildServiceHost
com.microsoft.tfs.core.clients.build   
 

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

Methods in com.microsoft.tfs.core.clients.build that return IBuildServiceHost
 IBuildServiceHost IBuildServer.createBuildServiceHost(java.lang.String name, java.lang.String baseUrl)
           
 IBuildServiceHost IBuildServer.createBuildServiceHost(java.lang.String name, java.lang.String scheme, java.lang.String host, int port)
           
 IBuildServiceHost IBuildServer.getBuildServiceHostByName(java.lang.String serviceHostName)
           
 IBuildServiceHost IBuildServer.getBuildServiceHostByURI(java.lang.String buildServiceHostUri)
           
 IBuildServiceHost IBuildController.getServiceHost()
          The service host in which this controller resides.
 IBuildServiceHost IBuildAgent.getServiceHost()
          The service host in which this build agent resides.
 IBuildServiceHost[] IBuildServiceHostQueryResult.getServiceHosts()
           
 IBuildServiceHost[] IBuildServer.queryBuildServiceHosts(java.lang.String serviceHostName)
           
 IBuildServiceHost[] IBuildServer.queryBuildServiceHostsByURI(java.lang.String[] buildServiceHostUris)
           
 

Methods in com.microsoft.tfs.core.clients.build with parameters of type IBuildServiceHost
 void IBuildServer.saveBuildServiceHost(IBuildServiceHost serviceHost)
           
 void IBuildServer.testConnectionsForBuildMachine(IBuildServiceHost host)
           
 



© 2015 Microsoft. All rights reserved.