Uses of Class
com.microsoft.tfs.core.clients.versioncontrol.soapextensions.SeverityType

Packages that use SeverityType
com.microsoft.tfs.core.clients.versioncontrol.soapextensions   
 

Uses of SeverityType in com.microsoft.tfs.core.clients.versioncontrol.soapextensions
 

Fields in com.microsoft.tfs.core.clients.versioncontrol.soapextensions declared as SeverityType
static SeverityType SeverityType.ERROR
           
static SeverityType SeverityType.WARNING
           
 

Methods in com.microsoft.tfs.core.clients.versioncontrol.soapextensions that return SeverityType
static SeverityType SeverityType.fromWebServiceObject(ms.tfs.versioncontrol.clientservices._03._SeverityType webServiceObject)
          Gets the correct wrapper type for the given web service object.
 SeverityType Failure.getSeverity()
           
 

Constructors in com.microsoft.tfs.core.clients.versioncontrol.soapextensions with parameters of type SeverityType
Failure(java.lang.String message, java.lang.String code, SeverityType severity, java.lang.String item)
          Constructs a Failure that represents a local workspace failure.
 



© 2015 Microsoft. All rights reserved.