Uses of Class
com.microsoft.tfs.core.clients.build.soapextensions.ControllerStatus

Packages that use ControllerStatus
com.microsoft.tfs.core.clients.build   
com.microsoft.tfs.core.clients.build.soapextensions   
 

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

Methods in com.microsoft.tfs.core.clients.build that return ControllerStatus
 ControllerStatus IBuildController.getStatus()
          The status of the build controller - when Offline it will not be reached by AT, when Unavailable AT will attempt to fix, when Available it's working.
 

Methods in com.microsoft.tfs.core.clients.build with parameters of type ControllerStatus
 void IBuildServiceHost.setBuildControllerStatus(ControllerStatus status, java.lang.String message)
          Set build controller status
 void IBuildController.setStatus(ControllerStatus value)
           
 

Uses of ControllerStatus in com.microsoft.tfs.core.clients.build.soapextensions
 

Fields in com.microsoft.tfs.core.clients.build.soapextensions declared as ControllerStatus
static ControllerStatus ControllerStatus.AVAILABLE
           
static ControllerStatus ControllerStatus.OFFLINE
           
static ControllerStatus ControllerStatus.UNAVAILABLE
           
 

Methods in com.microsoft.tfs.core.clients.build.soapextensions that return ControllerStatus
static ControllerStatus ControllerStatus.fromWebServiceObject(ms.tfs.build.buildservice._04._ControllerStatus webServiceObject)
          Gets the correct wrapper type for the given web service object.
 



© 2015 Microsoft. All rights reserved.