Uses of Class
com.microsoft.tfs.core.clients.build.flags.BuildAgentUpdate

Packages that use BuildAgentUpdate
com.microsoft.tfs.core.clients.build.flags   
 

Uses of BuildAgentUpdate in com.microsoft.tfs.core.clients.build.flags
 

Fields in com.microsoft.tfs.core.clients.build.flags declared as BuildAgentUpdate
static BuildAgentUpdate BuildAgentUpdate.ATTACHED_PROPERTIES
           
static BuildAgentUpdate BuildAgentUpdate.BUILD_DIRECTORY
           
static BuildAgentUpdate BuildAgentUpdate.CONTROLLER_URI
           
static BuildAgentUpdate BuildAgentUpdate.DESCRIPTION
           
static BuildAgentUpdate BuildAgentUpdate.ENABLED
           
static BuildAgentUpdate BuildAgentUpdate.NAME
           
static BuildAgentUpdate BuildAgentUpdate.NONE
           
static BuildAgentUpdate BuildAgentUpdate.STATUS
           
static BuildAgentUpdate BuildAgentUpdate.STATUS_MESSAGE
           
static BuildAgentUpdate BuildAgentUpdate.TAGS
           
 

Methods in com.microsoft.tfs.core.clients.build.flags that return BuildAgentUpdate
 BuildAgentUpdate BuildAgentUpdate.combine(BuildAgentUpdate other)
           
static BuildAgentUpdate BuildAgentUpdate.combine(BuildAgentUpdate[] value)
           
static BuildAgentUpdate BuildAgentUpdate.fromWebServiceObject(ms.tfs.build.buildservice._04._BuildAgentUpdate value)
           
 BuildAgentUpdate BuildAgentUpdate.remove(BuildAgentUpdate other)
           
 BuildAgentUpdate BuildAgentUpdate.retain(BuildAgentUpdate other)
           
 

Methods in com.microsoft.tfs.core.clients.build.flags with parameters of type BuildAgentUpdate
 BuildAgentUpdate BuildAgentUpdate.combine(BuildAgentUpdate other)
           
static BuildAgentUpdate BuildAgentUpdate.combine(BuildAgentUpdate[] value)
           
 boolean BuildAgentUpdate.contains(BuildAgentUpdate other)
           
 boolean BuildAgentUpdate.containsAll(BuildAgentUpdate other)
           
 boolean BuildAgentUpdate.containsAny(BuildAgentUpdate other)
           
 BuildAgentUpdate BuildAgentUpdate.remove(BuildAgentUpdate other)
           
 BuildAgentUpdate BuildAgentUpdate.retain(BuildAgentUpdate other)
           
 



© 2015 Microsoft. All rights reserved.