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

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

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

Methods in com.microsoft.tfs.core.clients.build that return QueuePriority
 QueuePriority IQueuedBuild.getPriority()
          The priority of the queued build.
 QueuePriority IBuildRequest.getPriority()
          The priority for the requested build.
 

Methods in com.microsoft.tfs.core.clients.build with parameters of type QueuePriority
 void IQueuedBuild.setPriority(QueuePriority value)
           
 void IBuildRequest.setPriority(QueuePriority value)
           
 

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

Fields in com.microsoft.tfs.core.clients.build.soapextensions declared as QueuePriority
static QueuePriority QueuePriority.ABOVE_NORMAL
           
static QueuePriority QueuePriority.BELOW_NORMAL
           
static QueuePriority QueuePriority.HIGH
           
static QueuePriority QueuePriority.LOW
           
static QueuePriority QueuePriority.NORMAL
           
 

Methods in com.microsoft.tfs.core.clients.build.soapextensions that return QueuePriority
static QueuePriority QueuePriority.fromDisplayText(java.lang.String displayText)
          Gets the correct wrapper type for the given display text.
static QueuePriority QueuePriority.fromWebServiceObject(ms.tfs.build.buildservice._04._QueuePriority webServiceObject)
          Gets the correct wrapper type for the given web service object.
 

Methods in com.microsoft.tfs.core.clients.build.soapextensions with parameters of type QueuePriority
 int QueuePriority.compareTo(QueuePriority other)
           
 



© 2015 Microsoft. All rights reserved.