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

Packages that use CheckinNoteFieldDefinition
com.microsoft.tfs.core.clients.versioncontrol   
com.microsoft.tfs.core.pendingcheckin   
 

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

Methods in com.microsoft.tfs.core.clients.versioncontrol that return types with arguments of type CheckinNoteFieldDefinition
 java.util.SortedSet<CheckinNoteFieldDefinition> VersionControlClient.queryCheckinNoteFieldDefinitionsForServerPaths(java.lang.String[] serverPaths)
          For the passed array of server paths, work out the list of Team Projects associated with those items then query the server for the Checkin Note Field Definitions for those projects.
 

Uses of CheckinNoteFieldDefinition in com.microsoft.tfs.core.pendingcheckin
 

Methods in com.microsoft.tfs.core.pendingcheckin that return CheckinNoteFieldDefinition
 CheckinNoteFieldDefinition CheckinNoteFailure.getDefinition()
           
 CheckinNoteFieldDefinition[] StandardPendingCheckinNotes.getFieldDefinitions()
          Gets the field definitions that the checkin note was last evaluated against.
 CheckinNoteFieldDefinition[] PendingCheckinNotes.getFieldDefinitions()
          Gets the field definitions that the checkin note was last evaluated against.
 

Constructors in com.microsoft.tfs.core.pendingcheckin with parameters of type CheckinNoteFieldDefinition
CheckinNoteFailure(CheckinNoteFieldDefinition definition, java.lang.String message)
           
 



© 2015 Microsoft. All rights reserved.