Uses of Class
com.microsoft.tfs.core.clients.registration.ArtifactType

Packages that use ArtifactType
com.microsoft.tfs.core.clients.registration   
 

Uses of ArtifactType in com.microsoft.tfs.core.clients.registration
 

Methods in com.microsoft.tfs.core.clients.registration that return ArtifactType
 ArtifactType RegistrationClient.getArtifactType(java.lang.String toolId, java.lang.String artifactTypeName)
          Gets the specified ArtifactType for the specified tool.
 ArtifactType RegistrationData.getArtifactType(java.lang.String toolID, java.lang.String artifactTypeName, boolean makeCopy)
           
 ArtifactType RegistrationClient.getArtifactType(java.lang.String toolId, java.lang.String artifactTypeName, boolean forceRefresh)
          Gets the specified ArtifactType for the specified tool, specifying whether to force a refresh of the registration data from the TF server.
 ArtifactType[] RegistrationEntry.getArtifactTypes()
           
 ArtifactType[] RegistrationClient.getArtifactTypes(java.lang.String toolId)
          Gets all of the ArtifactTypes for the specified tool.
 ArtifactType[] RegistrationData.getArtifactTypes(java.lang.String toolID, boolean makeCopy)
           
 ArtifactType[] RegistrationClient.getArtifactTypes(java.lang.String toolId, boolean forceRefresh)
          Gets all of the ArtifactTypes for the specified tool, specifying whether to force a refresh of the registration data from the TF server.
 

Constructors in com.microsoft.tfs.core.clients.registration with parameters of type ArtifactType
RegistrationEntry(java.lang.String type, ServiceInterface[] serviceInterfaces, Database[] databases, EventType[] eventTypes, ArtifactType[] artifactTypes, RegistrationExtendedAttribute[] registrationExtendedAttributes)
           
 



© 2015 Microsoft. All rights reserved.