Uses of Package
com.microsoft.tfs.core.checkinpolicies

Packages that use com.microsoft.tfs.core.checkinpolicies
com.microsoft.tfs.core.checkinpolicies   
com.microsoft.tfs.core.checkinpolicies.events   
com.microsoft.tfs.core.checkinpolicies.loaders   
com.microsoft.tfs.core.clients.versioncontrol   
com.microsoft.tfs.core.clients.versioncontrol.soapextensions   
com.microsoft.tfs.core.pendingcheckin   
 

Classes in com.microsoft.tfs.core.checkinpolicies used by com.microsoft.tfs.core.checkinpolicies
PolicyAnnotation
           A PolicyAnnotation contains one or more PolicyDefinitions, and can be serialized to and from a TFS annotation on a single team project.
PolicyContext
           PolicyContext contains optional values that are passed down to a check-in policy by the execution environment that hosts the policy.
PolicyDefinition
           A PolicyDefinition represents a policy that is configured for a team project on a Team Foundation Server.
PolicyEditArgs
           PolicyEditArgs contains information that is passed to checkin policies when they are edited.
PolicyEvaluationCancelledException
           Thrown when check-in policy validation fails because the user cancelled the evaluation.
PolicyEvaluatorState
           Represents the state of an object that can perform checkin policy evaluations.
PolicyFailure
           Contains information about a single failure detected during checkin policy evaluation (PolicyInstance.evaluate(PolicyContext)).
PolicyInstance
           An instance is a loaded, configured, configurable, and evaluatable policy object ready for use by the framework.
PolicyLoader
           A PolicyLoader performs all loading and instantiation of PolicyInstance objects, as well as discover of available PolicyTypes.
PolicyLoaderException
           Thrown when a PolicyLoader encounters a problem.
PolicySerializationException
           Thrown when a PolicyDefinition encounters a problem saving to or loading from a Memento.
PolicyType
           Defines a kind of check-in policy.
 

Classes in com.microsoft.tfs.core.checkinpolicies used by com.microsoft.tfs.core.checkinpolicies.events
PolicyEvaluator
           A long-lived object that manages evaluation of check-in policies.
PolicyFailure
           Contains information about a single failure detected during checkin policy evaluation (PolicyInstance.evaluate(PolicyContext)).
PolicyInstance
           An instance is a loaded, configured, configurable, and evaluatable policy object ready for use by the framework.
 

Classes in com.microsoft.tfs.core.checkinpolicies used by com.microsoft.tfs.core.checkinpolicies.loaders
PolicyInstance
           An instance is a loaded, configured, configurable, and evaluatable policy object ready for use by the framework.
PolicyLoader
           A PolicyLoader performs all loading and instantiation of PolicyInstance objects, as well as discover of available PolicyTypes.
PolicyLoaderException
           Thrown when a PolicyLoader encounters a problem.
 

Classes in com.microsoft.tfs.core.checkinpolicies used by com.microsoft.tfs.core.clients.versioncontrol
PolicyDefinition
           A PolicyDefinition represents a policy that is configured for a team project on a Team Foundation Server.
PolicySerializationException
           Thrown when a PolicyDefinition encounters a problem saving to or loading from a Memento.
 

Classes in com.microsoft.tfs.core.checkinpolicies used by com.microsoft.tfs.core.clients.versioncontrol.soapextensions
PolicyContext
           PolicyContext contains optional values that are passed down to a check-in policy by the execution environment that hosts the policy.
PolicyEvaluationCancelledException
           Thrown when check-in policy validation fails because the user cancelled the evaluation.
PolicyEvaluator
           A long-lived object that manages evaluation of check-in policies.
PolicyFailure
           Contains information about a single failure detected during checkin policy evaluation (PolicyInstance.evaluate(PolicyContext)).
 

Classes in com.microsoft.tfs.core.checkinpolicies used by com.microsoft.tfs.core.pendingcheckin
PolicyContext
           PolicyContext contains optional values that are passed down to a check-in policy by the execution environment that hosts the policy.
PolicyEvaluationCancelledException
           Thrown when check-in policy validation fails because the user cancelled the evaluation.
PolicyEvaluator
           A long-lived object that manages evaluation of check-in policies.
PolicyEvaluatorState
           Represents the state of an object that can perform checkin policy evaluations.
PolicyFailure
           Contains information about a single failure detected during checkin policy evaluation (PolicyInstance.evaluate(PolicyContext)).
 



© 2015 Microsoft. All rights reserved.