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

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

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

Methods in com.microsoft.tfs.core.clients.versioncontrol that return VersionControlLabel
 VersionControlLabel[] VersionControlClient.queryLabels(java.lang.String label, java.lang.String scope, java.lang.String owner, boolean includeItemDetails, java.lang.String filterItem, VersionSpec filterItemVersion)
          Query the collection of labels that match the given specifications.
 

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

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

Methods in com.microsoft.tfs.core.clients.versioncontrol.soapextensions that return VersionControlLabel
 VersionControlLabel[] Workspace.queryLabels(java.lang.String label, java.lang.String scope, java.lang.String owner, boolean includeItemDetails, java.lang.String filterItem, VersionSpec filterItemVersion)
          Query the collection of labels that match the given specifications.
 

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



© 2015 Microsoft. All rights reserved.