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

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

Uses of LabelChildOption in com.microsoft.tfs.core.clients.versioncontrol
 

Methods in com.microsoft.tfs.core.clients.versioncontrol with parameters of type LabelChildOption
 LabelResult[] VersionControlClient.createLabel(VersionControlLabel label, LabelItemSpec[] items, LabelChildOption options)
          Create or update a label for items in this workspace.
 

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

Fields in com.microsoft.tfs.core.clients.versioncontrol.soapextensions declared as LabelChildOption
static LabelChildOption LabelChildOption.FAIL
           
static LabelChildOption LabelChildOption.MERGE
           
static LabelChildOption LabelChildOption.REPLACE
           
 

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

Methods in com.microsoft.tfs.core.clients.versioncontrol.soapextensions with parameters of type LabelChildOption
 LabelResult[] Workspace.createLabel(VersionControlLabel label, LabelItemSpec[] items, LabelChildOption options)
          Create or update a label for items in this workspace.
 



© 2015 Microsoft. All rights reserved.