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

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

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

Methods in com.microsoft.tfs.core.clients.build that return IBuildController
 IBuildController IBuildServiceHost.createBuildController(java.lang.String name)
          Creates a build controller associated with the current service host.
 IBuildController IBuildDefinition.getBuildController()
          The build controller that builds this build definition.
 IBuildController IBuildDetail.getBuildController()
          The IBuildController used to perform the build.
 IBuildController IBuildRequest.getBuildController()
          The build controller on which the requested build should be started.
 IBuildController IQueuedBuild.getBuildController()
          The build controller on which the queued build will be built.
 IBuildController IBuildServer.getBuildController(java.lang.String name)
           
 IBuildController IBuildServer.getBuildController(java.lang.String buildControllerUri, boolean includeAgents)
           
 IBuildController IBuildServer.getBuildController(java.lang.String buildControllerUri, java.lang.String[] propertyNameFilters, boolean includeAgents)
           
 IBuildController IBuildAgent.getController()
          The build controller that owns this build agent.
 IBuildController IBuildServiceHost.getController()
          Gets the build controller associated with this service host
 IBuildController[] IBuildControllerQueryResult.getControllers()
          The array of build controllers for this query result.
 IBuildController[] IBuildServer.queryBuildControllers()
           
 IBuildController[] IBuildServer.queryBuildControllers(boolean includeAgents)
           
 IBuildController[] IBuildServer.queryBuildControllersByURI(java.lang.String[] buildControllerUris, boolean includeAgents)
           
 IBuildController[] IBuildServer.queryBuildControllersByURI(java.lang.String[] buildControllerUris, java.lang.String[] propertyNameFilters, boolean includeAgents)
           
 IBuildController[] IBuildServer.saveBuildControllers(IBuildController[] controllers)
           
 

Methods in com.microsoft.tfs.core.clients.build with parameters of type IBuildController
 IBuildAgent IBuildServiceHost.createBuildAgent(java.lang.String name, java.lang.String buildDirectory, IBuildController buildController)
          Creates a build agent associated with the current service host and adds it to the list of agents.
 IBuildDetail IBuildDefinition.createManualBuild(java.lang.String buildNumber, java.lang.String dropLocation, BuildStatus buildStatus, IBuildController controller, java.lang.String requestedFor)
          Creates a BuildDetail record in the TFS Build database.
 void IBuildServer.deleteBuildControllers(IBuildController[] controllers)
           
 IBuildController[] IBuildServer.saveBuildControllers(IBuildController[] controllers)
           
 void IBuildDefinition.setBuildController(IBuildController controller)
           
 void IBuildRequest.setBuildController(IBuildController value)
           
 void IBuildServiceHost.setBuildController(IBuildController controller)
          Provides a mechanism by which a controller may be added to this service host during deserialization.
 void IBuildAgent.setController(IBuildController value)
           
 void IBuildServer.testConnectionForBuildController(IBuildController controller)
           
 



© 2014 Microsoft. All rights reserved.