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

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

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

Methods in com.microsoft.tfs.core.clients.versioncontrol that return LabelResult
 LabelResult[] VersionControlClient.createLabel(VersionControlLabel label, LabelItemSpec[] items, LabelChildOption options)
          Create or update a label for items in this workspace.
 LabelResult[] VersionControlClient.deleteLabel(java.lang.String label, java.lang.String scope)
          Deletes the specified label.
 LabelResult[] VersionControlClient.unlabelItem(java.lang.String label, java.lang.String scope, ItemSpec[] items, VersionSpec version)
          Removes a label that was applied to an item.
 

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

Methods in com.microsoft.tfs.core.clients.versioncontrol.soapextensions that return LabelResult
 LabelResult[] Workspace.createLabel(VersionControlLabel label, LabelItemSpec[] items, LabelChildOption options)
          Create or update a label for items in this workspace.
 LabelResult[] Workspace.unlabelItem(java.lang.String label, java.lang.String scope, ItemSpec[] items, VersionSpec version)
          Removes a label that was applied to an item.
 



© 2015 Microsoft. All rights reserved.