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

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

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

Methods in com.microsoft.tfs.core.clients.build that return AgentStatus
 AgentStatus IBuildAgent.getStatus()
          The status of the build agent - 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 AgentStatus
 void IBuildServiceHost.setBuildAgentStatus(IBuildAgent agent, AgentStatus status, java.lang.String message)
          Set build agent status
 void IBuildAgent.setStatus(AgentStatus value)
           
 

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

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

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



© 2015 Microsoft. All rights reserved.