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

Packages that use CheckinNote
com.microsoft.tfs.core.clients.versioncontrol   
com.microsoft.tfs.core.clients.versioncontrol.events   
com.microsoft.tfs.core.clients.versioncontrol.soapextensions   
com.microsoft.tfs.core.clients.versioncontrol.workspacecache   
com.microsoft.tfs.core.pendingcheckin   
com.microsoft.tfs.core.pendingcheckin.events   
 

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

Methods in com.microsoft.tfs.core.clients.versioncontrol with parameters of type CheckinNote
 int VersionControlClient.createBranch(java.lang.String sourceServerPath, java.lang.String targetServerPath, VersionSpec version, java.lang.String owner, java.lang.String comment, CheckinNote checkinNote, PolicyOverrideInfo policyOverride, Mapping[] mappings)
          Creates a branch of the given source path at the given version to the given target path.
static boolean GatedCheckinUtils.gatedCheckinNotesMatch(CheckinNote committedCheckinNotes, CheckinNote pendingCheckinNotes)
          Tests whether a committed check in note matches the pending checkin note.
 

Uses of CheckinNote in com.microsoft.tfs.core.clients.versioncontrol.events
 

Constructors in com.microsoft.tfs.core.clients.versioncontrol.events with parameters of type CheckinNote
BranchCommittedEvent(EventSource source, java.lang.String sourcePath, java.lang.String targetPath, VersionSpec version, java.lang.String owner, java.lang.String comment, CheckinNote checkinNote, PolicyOverrideInfo policyOverrideInfo, Mapping[] mappings, int changesetID)
           
 

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

Methods in com.microsoft.tfs.core.clients.versioncontrol.soapextensions that return CheckinNote
 CheckinNote Shelveset.getCheckinNote()
           
 CheckinNote Changeset.getCheckinNote()
           
static CheckinNote CheckinNote.loadFromXML(org.w3c.dom.Element checkinNoteNode)
          Creates an instance from the XML representation used in the cache file.
 

Methods in com.microsoft.tfs.core.clients.versioncontrol.soapextensions with parameters of type CheckinNote
 int Workspace.checkIn(PendingChange[] changes, java.lang.String comment, CheckinNote checkinNote, WorkItemCheckinInfo[] associatedWorkItems, PolicyOverrideInfo policyOverrideInfo)
           
 int Workspace.checkIn(PendingChange[] changes, java.lang.String author, java.lang.String authorDisplayName, java.lang.String comment, CheckinNote checkinNote, WorkItemCheckinInfo[] associatedWorkItems, PolicyOverrideInfo policyOverrideInfo)
           
 int Workspace.checkIn(PendingChange[] changes, java.lang.String author, java.lang.String authorDisplayName, java.lang.String comment, CheckinNote checkinNote, WorkItemCheckinInfo[] associatedWorkItems, PolicyOverrideInfo policyOverrideInfo, CheckinFlags flags)
           
 int Workspace.checkIn(PendingChange[] changes, java.lang.String committer, java.lang.String committerDisplayName, java.lang.String author, java.lang.String authorDisplayName, java.lang.String comment, CheckinNote checkinNote, WorkItemCheckinInfo[] associatedWorkItems, PolicyOverrideInfo policyOverrideInfo, CheckinFlags flags)
          Checkin pending changes in this workspace.
 CheckinEvaluationResult Workspace.evaluateCheckIn(CheckinEvaluationOptions options, PendingChange[] allChanges, PendingChange[] changesToCheckin, java.lang.String comment, CheckinNote checkinNotes, WorkItemCheckinInfo[] workItemChanges, PolicyEvaluator policyEvaluator, PolicyContext policyContext)
          Checks for required checkin notes and evaluates the given changes against defined checkin policies before they are sent to the server for check-in.
 void Changeset.setCheckinNote(CheckinNote checkinNote)
           
 

Constructors in com.microsoft.tfs.core.clients.versioncontrol.soapextensions with parameters of type CheckinNote
Changeset(Change[] changes, java.lang.String comment, CheckinNote checkinNote, PolicyOverrideInfo policyOverride, java.lang.String committer, java.lang.String committerDisplayName, java.util.Calendar date, int changeSetID, java.lang.String owner, java.lang.String ownerDisplayName, PropertyValue[] properties)
           
Changeset(java.lang.String owner, java.lang.String comment, CheckinNote checkinNote, PolicyOverrideInfo policyOverride)
           
Shelveset(java.lang.String name, java.lang.String owner, java.lang.String ownerDisplayName, java.lang.String comment, java.lang.String policyOverrideComment, CheckinNote checkinNote, VersionControlLink[] links, java.util.Calendar creationDate, boolean changesExcluded, PropertyValue[] propertyValues)
           
Shelveset(java.lang.String name, java.lang.String owner, java.lang.String ownerDisplayName, java.lang.String comment, java.lang.String policyOverrideComment, CheckinNote checkinNote, WorkItemCheckedInfo[] checkedInfo, java.util.Calendar creationDate, boolean changesExcluded, PropertyValue[] propertyValues)
           
Shelveset(java.lang.String name, java.lang.String owner, java.lang.String ownerDisplayName, java.lang.String comment, java.lang.String policyOverrideComment, CheckinNote checkinNote, WorkItemCheckinInfo[] checkedInfo, java.util.Calendar creationDate, boolean changesExcluded, PropertyValue[] propertyValues)
           
 

Uses of CheckinNote in com.microsoft.tfs.core.clients.versioncontrol.workspacecache
 

Methods in com.microsoft.tfs.core.clients.versioncontrol.workspacecache that return CheckinNote
 CheckinNote SavedCheckin.getCheckinNotes()
           
 

Methods in com.microsoft.tfs.core.clients.versioncontrol.workspacecache with parameters of type CheckinNote
 void SavedCheckin.setCheckinNotes(CheckinNote checkinNotes)
           
 

Constructors in com.microsoft.tfs.core.clients.versioncontrol.workspacecache with parameters of type CheckinNote
SavedCheckin(java.util.Collection<java.lang.String> excludedServerPaths, java.lang.String comment, CheckinNote checkinNotes, WorkItemCheckedInfo[] workItemCheckedInfo, java.lang.String policyOverrideComment)
           
SavedCheckin(java.lang.String comment, PendingChange[] excludedChanges, CheckinNote checkinNotes, WorkItemCheckedInfo[] workItemCheckedInfo, java.lang.String policyOverrideComment)
           
 

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

Methods in com.microsoft.tfs.core.pendingcheckin that return CheckinNote
 CheckinNote StandardPendingCheckinNotes.getCheckinNotes()
          
 CheckinNote PendingCheckinNotes.getCheckinNotes()
           
 

Methods in com.microsoft.tfs.core.pendingcheckin with parameters of type CheckinNote
 void StandardPendingCheckinNotes.setCheckinNotes(CheckinNote checkinNotes)
          
 void PendingCheckinNotes.setCheckinNotes(CheckinNote note)
           
 

Constructors in com.microsoft.tfs.core.pendingcheckin with parameters of type CheckinNote
StandardPendingCheckin(Workspace workspace, PendingChange[] allChanges, PendingChange[] checkedChanges, java.lang.String comment, CheckinNote checkinNotes, WorkItemCheckinInfo[] checkedWorkItems, PolicyEvaluator evaluator)
          Creates a StandardPendingCheckin using the user-supplied evaluator and the loader it was already configured with.
StandardPendingCheckinNotes(CheckinNote checkinNotes, VersionControlClient client, AffectedTeamProjects affectedTeamProjects)
          Constructs a standard PendingCheckinNotes object.
 

Uses of CheckinNote in com.microsoft.tfs.core.pendingcheckin.events
 

Methods in com.microsoft.tfs.core.pendingcheckin.events that return CheckinNote
 CheckinNote NotesChangedEvent.getCheckinNote()
           
 

Constructors in com.microsoft.tfs.core.pendingcheckin.events with parameters of type CheckinNote
NotesChangedEvent(EventSource source, CheckinNote checkinNote)
          Describes a check-in note change.
 



© 2015 Microsoft. All rights reserved.