|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of PendingCheckin in com.microsoft.tfs.core.checkinpolicies |
---|
Methods in com.microsoft.tfs.core.checkinpolicies that return PendingCheckin | |
---|---|
PendingCheckin |
PolicyEvaluator.getPendingCheckin()
|
protected PendingCheckin |
PolicyBase.getPendingCheckin()
|
Methods in com.microsoft.tfs.core.checkinpolicies with parameters of type PendingCheckin | |
---|---|
void |
PolicyInstance.initialize(PendingCheckin pendingCheckin,
PolicyContext context)
Prepares a PolicyInstance for policy evaluation. |
void |
PolicyEvaluationStatus.initialize(PendingCheckin pendingCheckin,
PolicyContext context)
Initializes (or re-initializes) the evaluatable policy instance. |
void |
PolicyBase.initialize(PendingCheckin pendingCheckin,
PolicyContext context)
Prepares a PolicyInstance for policy evaluation. |
void |
PolicyEvaluator.setPendingCheckin(PendingCheckin pendingCheckin)
Sets the pending checkin used for policy evaluations. |
Uses of PendingCheckin in com.microsoft.tfs.core.clients.versioncontrol.soapextensions |
---|
Methods in com.microsoft.tfs.core.clients.versioncontrol.soapextensions with parameters of type PendingCheckin | |
---|---|
CheckinEvaluationResult |
Workspace.evaluateCheckIn(CheckinEvaluationOptions options,
PendingCheckin pendingCheckin,
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. |
Uses of PendingCheckin in com.microsoft.tfs.core.pendingcheckin |
---|
Classes in com.microsoft.tfs.core.pendingcheckin that implement PendingCheckin | |
---|---|
class |
StandardPendingCheckin
Standard implementation of PendingCheckin . |
Constructors in com.microsoft.tfs.core.pendingcheckin with parameters of type PendingCheckin | |
---|---|
StandardPendingCheckinPolicies(PendingCheckin pendingCheckin,
VersionControlClient client,
PolicyEvaluator evaluator)
Constructs a @ StandardPendingCheckinPolicies} for the given pending checkin and client, using an existing PolicyEvaluator and the
PolicyLoader it was configured with. |
Uses of PendingCheckin in com.microsoft.tfs.core.pendingcheckin.filters |
---|
Classes in com.microsoft.tfs.core.pendingcheckin.filters that implement PendingCheckin | |
---|---|
class |
FilterPendingCheckin
A PendingCheckin that wraps another PendingCheckin and
filters its data (pending changes, notes, etc.) before they are returned by
its get methods. |
Constructors in com.microsoft.tfs.core.pendingcheckin.filters with parameters of type PendingCheckin | |
---|---|
FilterPendingCheckin(PendingCheckin realPendingCheckin,
PendingChangeFilter filter)
Creates a pending checkin using the user-supplied evaluator and the loader it was already configured with. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |