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

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

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

Methods in com.microsoft.tfs.core.clients.build that return BuildQueryOrder
 BuildQueryOrder IBuildDetailSpec.getQueryOrder()
          The ordering which should be used when selecting a max number of builds.
 

Methods in com.microsoft.tfs.core.clients.build with parameters of type BuildQueryOrder
 void IBuildDetailSpec.setQueryOrder(BuildQueryOrder value)
           
 

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

Fields in com.microsoft.tfs.core.clients.build.flags declared as BuildQueryOrder
static BuildQueryOrder BuildQueryOrder.FINISH_TIME_ASCENDING
           
static BuildQueryOrder BuildQueryOrder.FINISH_TIME_DESCENDING
           
static BuildQueryOrder BuildQueryOrder.START_TIME_ASCENDING
           
static BuildQueryOrder BuildQueryOrder.START_TIME_DESCENDING
           
 

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



© 2015 Microsoft. All rights reserved.