Uses of Class
com.microsoft.tfs.core.checkinpolicies.PolicyDefinition

Packages that use PolicyDefinition
com.microsoft.tfs.core.checkinpolicies   
com.microsoft.tfs.core.clients.versioncontrol   
 

Uses of PolicyDefinition in com.microsoft.tfs.core.checkinpolicies
 

Methods in com.microsoft.tfs.core.checkinpolicies that return PolicyDefinition
static PolicyDefinition PolicyDefinition.fromMemento(Memento definitionMemento)
          Reads a full PolicyDefinition from the given memento and its children.
 PolicyDefinition[] PolicyAnnotation.getDefinitions()
           
 

Constructors in com.microsoft.tfs.core.checkinpolicies with parameters of type PolicyDefinition
PolicyAnnotation(PolicyDefinition[] definitions)
          Creates an annotation that holds the given definitions.
 

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

Methods in com.microsoft.tfs.core.clients.versioncontrol that return PolicyDefinition
 PolicyDefinition[] TeamProject.getCheckinPolicies()
          Gets the policies defined for this team project.
 PolicyDefinition[] VersionControlClient.getCheckinPoliciesForServerPaths(java.lang.String[] serverPaths)
          Gets the checkin policies defined for the given server paths, which must be team projects.
 

Methods in com.microsoft.tfs.core.clients.versioncontrol with parameters of type PolicyDefinition
 void VersionControlClient.setCheckinPolicies(java.lang.String teamProjectPath, PolicyDefinition[] definitions)
          Sets the checkin policies for the given team project path.
 



© 2015 Microsoft. All rights reserved.