Uses of Class
com.microsoft.tfs.core.clients.versioncontrol.exceptions.ChangeRequestValidationException

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

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

Methods in com.microsoft.tfs.core.clients.versioncontrol.soapextensions that throw ChangeRequestValidationException
static ChangeRequest[] ChangeRequest.fromSpecs(ItemSpec[] specs, RequestType requestType, LockLevel[] lockLevel, FileEncoding[] fileEncoding)
          Create change requests from an array of specs.
static ChangeRequest[] ChangeRequest.fromStrings(java.lang.String[] paths, RequestType requestType, LockLevel[] lockLevel, RecursionType recursionType, FileEncoding[] fileEncoding)
          Create change requests from an array of string paths.
 

Constructors in com.microsoft.tfs.core.clients.versioncontrol.soapextensions that throw ChangeRequestValidationException
ChangeRequest(ms.tfs.versioncontrol.clientservices._03._ChangeRequest request)
          Construct a ChangeRequest.
ChangeRequest(ItemSpec item, VersionSpec version, RequestType requestType, ItemType itemType, int encoding, LockLevel lockLevel, int deletionID, java.lang.String targetItem, boolean detectTargetItemType)
          Creates a ChangeRequest for the given item at the given version.
 



© 2015 Microsoft. All rights reserved.