RepositoryExtensions Class
The RepositoryExtensions class is divided into several partial classes where groups of WebMethods are implemented. This keeps all methods from being listed in a single file and is much more maintainable.
Inheritance Hierarchy
System.Object
System.ComponentModel.MarshalByValueComponent
System.Web.Services.WebService
Microsoft.TeamFoundation.Server.Core.WebServices.TeamFoundationWebService
Microsoft.TeamFoundation.VersionControl.Server.VersionControlWebService
Microsoft.TeamFoundation.VersionControl.Server.RepositoryExtensions
Namespace: Microsoft.TeamFoundation.VersionControl.Server
Assembly: Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntax
'Declaration
<WebServiceAttribute(Namespace := "https://schemas.microsoft.com/TeamFoundation/2005/06/VersionControl/ClientServices/03", _
Description := "Team Foundation VersionControl ClientServices web service")> _
<ProxyParentClassAttribute("VersionControlClientProxy")> _
<ClientServiceAttribute(ServiceName := "ISCCProvider3", CollectionServiceIdentifier := "ec9b0153-ee54-450e-b6e0-664ecb033c99")> _
Public Class RepositoryExtensions _
Inherits VersionControlWebService
[WebServiceAttribute(Namespace = "https://schemas.microsoft.com/TeamFoundation/2005/06/VersionControl/ClientServices/03",
Description = "Team Foundation VersionControl ClientServices web service")]
[ProxyParentClassAttribute("VersionControlClientProxy")]
[ClientServiceAttribute(ServiceName = "ISCCProvider3", CollectionServiceIdentifier = "ec9b0153-ee54-450e-b6e0-664ecb033c99")]
public class RepositoryExtensions : VersionControlWebService
[WebServiceAttribute(Namespace = L"https://schemas.microsoft.com/TeamFoundation/2005/06/VersionControl/ClientServices/03",
Description = L"Team Foundation VersionControl ClientServices web service")]
[ProxyParentClassAttribute(L"VersionControlClientProxy")]
[ClientServiceAttribute(ServiceName = L"ISCCProvider3", CollectionServiceIdentifier = L"ec9b0153-ee54-450e-b6e0-664ecb033c99")]
public ref class RepositoryExtensions : public VersionControlWebService
[<WebServiceAttribute(Namespace = "https://schemas.microsoft.com/TeamFoundation/2005/06/VersionControl/ClientServices/03",
Description = "Team Foundation VersionControl ClientServices web service")>]
[<ProxyParentClassAttribute("VersionControlClientProxy")>]
[<ClientServiceAttribute(ServiceName = "ISCCProvider3", CollectionServiceIdentifier = "ec9b0153-ee54-450e-b6e0-664ecb033c99")>]
type RepositoryExtensions =
class
inherit VersionControlWebService
end
public class RepositoryExtensions extends VersionControlWebService
The RepositoryExtensions type exposes the following members.
Constructors
Name | Description | |
---|---|---|
RepositoryExtensions |
Top
Properties
Name | Description | |
---|---|---|
Application | Gets the application object for the current HTTP request. (Inherited from WebService.) | |
Container | Gets the container for the component. (Inherited from MarshalByValueComponent.) | |
Context | Gets the ASP.NET HttpContext for the current request, which encapsulates all HTTP-specific context used by the HTTP server to process Web requests. (Inherited from WebService.) | |
DesignMode | Gets a value indicating whether the component is currently in design mode. (Inherited from MarshalByValueComponent.) | |
Events | Gets the list of event handlers that are attached to this component. (Inherited from MarshalByValueComponent.) | |
RequestContext | The RequestContext associated with this web service request. (Inherited from TeamFoundationWebService.) | |
Server | Gets the HttpServerUtility for the current request. (Inherited from WebService.) | |
Session | Gets the HttpSessionState instance for the current request. (Inherited from WebService.) | |
Site | Gets or sets the site of the component. (Inherited from MarshalByValueComponent.) | |
SoapVersion | Gets the version of the SOAP protocol used to make the SOAP request to the XML Web service. (Inherited from WebService.) | |
User | Gets the ASP.NET server User object. Can be used to authenticate whether a user is authorized to execute the request. (Inherited from WebService.) |
Top
Methods
Name | Description | |
---|---|---|
AddProxy | Adds a new proxy server record with the given parameters. | |
AddWebServiceResource | Adds IDisposable resources used by Web Service methods which should be disposed at the end of the request. (Inherited from TeamFoundationWebService.) | |
CheckIn | ||
CheckInShelveset | ||
DeleteBranchObject | Deletes a branch object and all associated relationships. | |
DeleteProxy | Deletes the proxy record as specified by the given identifier from the server. | |
Dispose() | Releases all resources used by the MarshalByValueComponent. (Inherited from MarshalByValueComponent.) | |
Dispose(Boolean) | Releases the unmanaged resources used by the MarshalByValueComponent and optionally releases the managed resources. (Inherited from MarshalByValueComponent.) | |
EnterMethod | (Inherited from VersionControlWebService.) | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from MarshalByValueComponent.) | |
Get | Called by the client to synchronize the workspace with a given version. Returns a "to do" list of files for the client to download to update the user's local working copies. | |
GetChangesetProperty | Obtains properties associated with a given change set. | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetService | Gets the implementer of the IServiceProvider. (Inherited from MarshalByValueComponent.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
GetVersionedItemProperty | Obtains properties associated with versioned items. | |
HandleException | This basic WebService ExceptionHandler captures the exception and records it in the request Context for future logging. Services may choose to over-ride this method, perform some actions based on the exception, changing the exception, eating it or just letting it pass. (Inherited from TeamFoundationWebService.) | |
LeaveMethod | (Inherited from VersionControlWebService.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Merge | Returns the list of GetOperations for pending merges automatically resolved and conflicts for the ones that are not automatically resolved. | |
PendChanges | Called to perform adds, checkouts, branches, renames, deletes, and so on. Changes submitted may contain wildcard characters and recursion flags. Wildcards and recursions will be expanded and the list of changes successfully pended will be returned. | |
QueryBranchObjectOwnership | Queries the branch object ownership information for a given changeset Returns the Root branches which the changeset belongs too and the count of items in each branch. | |
QueryBranchObjects | Queries for branch objects recursively. | |
QueryChangesetExtended | Query change set with properties. | |
QueryChangesForChangeset | Queries changes throughout a given changeset (can be paged or non-pages). | |
QueryMergeRelationships | Returns the paths the input path is related to, together with Version information at latest. | |
QueryMergesExtended | ||
QueryPendingChangesForWorkspace | Returns a list of pending changes matching specified criteria. These results are limited by the value passed in for page size. The value of lastChange specifies where to begin paging from, or null for the first page. Children are returned according to the recursive option. If RecursionType.None is specified, only the serverItem is returned. If RecursionType.OneLevel is specified and serverItem represents a folder, that folder and its direct children are returned. If RecursionType.Full is specified and serverItem is a folder all its descendants are returned. | |
QueryProxies | Returns a list of proxy records. | |
ResetCheckinDates | Resets the check-in dates of all changesets in the TPC to before the last date.This will be used by the migration tools, and will only work on an "empty" TPC. Empty means that only the following checkins could have occurred. a. $/ b. Team Project Creation c. Team Project Creation + 1 changeset - for Build Definitions. | |
Resolve | Resolves a specific conflict with a specific resolution. This is called for Get, Checkin, and Merge conflicts. | |
Rollback | Rolls back changes in a given tree for a specific version range. | |
SetChangesetProperty | Sets property values to a changeset. | |
SetMethodName | Sets the method name (does NOT call EnterMethod) This is meant to be called with the same instance of methodInformation, but without the parameters so that the method is correctly logged in the activity log rather than just its URL. (Inherited from TeamFoundationWebService.) | |
SetPendingChangeProperty | ||
SetVersionedItemProperty | Sets properties to versioned items. | |
ToString | Returns a String containing the name of the Component, if any. This method should not be overridden. (Inherited from MarshalByValueComponent.) | |
TrackMerges | Returns merges which occurred from a source item for a list of source changesets to a set of target items. The source and target items do not have to be directly related in merge history. | |
UndoPendingChanges | Undoes a set of pending changes. If a serverItem spec does not match anything, a Failure object is returned for it. This method returns an array of pending changes that were undone. For each file, the client should call DownloadFile() and specify the version returned in the UndonePendingChange object to retrieve the unmodified versions of the files. | |
Unshelve | Copies shelved changes into a workspace. | |
UpdateBranchObject | Creates / updates a branch object. If the item exists but is not a branch object It will mark the item as a root of a branch. |
Top
Events
Name | Description | |
---|---|---|
Disposed | Adds an event handler to listen to the Disposed event on the component. (Inherited from MarshalByValueComponent.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.