|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WorkItemCheckinInfo | |
---|---|
com.microsoft.tfs.core.clients.versioncontrol.soapextensions | |
com.microsoft.tfs.core.clients.versioncontrol.workspacecache | |
com.microsoft.tfs.core.pendingcheckin |
Uses of WorkItemCheckinInfo in com.microsoft.tfs.core.clients.versioncontrol.soapextensions |
---|
Methods in com.microsoft.tfs.core.clients.versioncontrol.soapextensions that return WorkItemCheckinInfo | |
---|---|
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. |
Methods in com.microsoft.tfs.core.clients.versioncontrol.soapextensions with parameters of type WorkItemCheckinInfo | |
---|---|
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. |
Constructors in com.microsoft.tfs.core.clients.versioncontrol.soapextensions with parameters of type WorkItemCheckinInfo | |
---|---|
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 WorkItemCheckinInfo in com.microsoft.tfs.core.clients.versioncontrol.workspacecache |
---|
Methods in com.microsoft.tfs.core.clients.versioncontrol.workspacecache that return WorkItemCheckinInfo | |
---|---|
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). |
Methods in com.microsoft.tfs.core.clients.versioncontrol.workspacecache with parameters of type WorkItemCheckinInfo | |
---|---|
static WorkItemCheckedInfo[] |
WorkItemCheckedInfo.fromCheckinInfo(WorkItemCheckinInfo[] checkinInfo)
Helper to convert from WorkItemCheckinInfo to the
WorkItemCheckedInfo objects we persist. |
Uses of WorkItemCheckinInfo in com.microsoft.tfs.core.pendingcheckin |
---|
Methods in com.microsoft.tfs.core.pendingcheckin that return WorkItemCheckinInfo | |
---|---|
WorkItemCheckinInfo[] |
StandardPendingCheckinWorkItems.getCheckedWorkItems()
|
WorkItemCheckinInfo[] |
PendingCheckinWorkItems.getCheckedWorkItems()
|
Methods in com.microsoft.tfs.core.pendingcheckin with parameters of type WorkItemCheckinInfo | |
---|---|
void |
StandardPendingCheckinWorkItems.setCheckedWorkItems(WorkItemCheckinInfo[] checkedWorkItems)
Sets the work items that are "checked" in the user interface. |
void |
PendingCheckinWorkItems.setCheckedWorkItems(WorkItemCheckinInfo[] checkedWorkItems)
Sets the work items that are "checked" in the user interface. |
Constructors in com.microsoft.tfs.core.pendingcheckin with parameters of type WorkItemCheckinInfo | |
---|---|
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. |
|
StandardPendingCheckinWorkItems(WorkItemCheckinInfo[] checkedWorkItems)
Constructs a @ StandardPendingCheckinWorkItems} for the given checked work items. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |