|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of WorkItemClient in com.microsoft.tfs.core |
---|
Methods in com.microsoft.tfs.core that return WorkItemClient | |
---|---|
WorkItemClient |
TFSTeamProjectCollection.getWorkItemClient()
A convenience method to get the WIT client from this TFSConnection . |
Uses of WorkItemClient in com.microsoft.tfs.core.clients.versioncontrol.soapextensions |
---|
Methods in com.microsoft.tfs.core.clients.versioncontrol.soapextensions with parameters of type WorkItemClient | |
---|---|
static WorkItemCheckinInfo[] |
WorkItemCheckinInfo.fromWorkItemCheckedInfo(WorkItemClient workItemClient,
WorkItemCheckedInfo[] checkedInfo)
Converts WorkItemCheckedInfo s to WorkItemCheckinInfo . |
WorkItemCheckinInfo[] |
Shelveset.getWorkItemInfo(WorkItemClient workItemClient)
Gets work items associated with the shelveset. |
WorkItem[] |
Changeset.getWorkItems(WorkItemClient workItemClient)
Gets the work items which reference this changeset. |
Uses of WorkItemClient in com.microsoft.tfs.core.clients.versioncontrol.workspacecache |
---|
Methods in com.microsoft.tfs.core.clients.versioncontrol.workspacecache with parameters of type WorkItemClient | |
---|---|
WorkItemCheckinInfo[] |
SavedCheckin.getWorkItemsCheckinInfo(WorkItemClient workItemClient)
Convenience method to get the checked work item info as WorkItemCheckinInfo (used for web services) instead of
WorkItemCheckedInfo (used for persistence). |
Uses of WorkItemClient in com.microsoft.tfs.core.clients.workitem |
---|
Methods in com.microsoft.tfs.core.clients.workitem that return WorkItemClient | |
---|---|
WorkItemClient |
WorkItem.getClient()
|
Constructors in com.microsoft.tfs.core.clients.workitem with parameters of type WorkItemClient | |
---|---|
GroupDataProvider(WorkItemClient client,
java.lang.String projectName)
Constructor. |
Uses of WorkItemClient in com.microsoft.tfs.core.clients.workitem.project |
---|
Methods in com.microsoft.tfs.core.clients.workitem.project that return WorkItemClient | |
---|---|
WorkItemClient |
ProjectCollection.getClient()
|
WorkItemClient |
Project.getWorkItemClient()
|
Uses of WorkItemClient in com.microsoft.tfs.core.clients.workitem.query |
---|
Methods in com.microsoft.tfs.core.clients.workitem.query that return WorkItemClient | |
---|---|
WorkItemClient |
QueryDocument.getWorkItemClient()
|
WorkItemClient |
Query.getWorkItemClient()
|
Constructors in com.microsoft.tfs.core.clients.workitem.query with parameters of type WorkItemClient | |
---|---|
QueryDocument(WorkItemClient workItemClient)
|
Uses of WorkItemClient in com.microsoft.tfs.core.clients.workitem.query.qe |
---|
Methods in com.microsoft.tfs.core.clients.workitem.query.qe that return WorkItemClient | |
---|---|
WorkItemClient |
QEQuery.getWorkItemClient()
|
Methods in com.microsoft.tfs.core.clients.workitem.query.qe with parameters of type WorkItemClient | |
---|---|
static QEQuery |
QEQueryFactory.createQueryFromWIQL(java.lang.String wiql,
WorkItemClient client,
LinkQueryMode mode)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |