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

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

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

Fields in com.microsoft.tfs.core.clients.build.flags declared as BuildServiceHostUpdate
static BuildServiceHostUpdate BuildServiceHostUpdate.BASE_URI
           
static BuildServiceHostUpdate BuildServiceHostUpdate.NAME
           
static BuildServiceHostUpdate BuildServiceHostUpdate.NONE
           
static BuildServiceHostUpdate BuildServiceHostUpdate.REQUIRE_CLIENT_CERTIFICATE
           
 

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

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



© 2015 Microsoft. All rights reserved.