C# 클래스 Microsoft.TeamFoundation.VersionControl.Client.RepositoryService

상속: Microsoft.TeamFoundation.Client.Services.TFSCollectionService
파일 보기 프로젝트 열기: Indomitable/monodevelop-tfs-addin 1 사용 예제들

공개 메소드들

메소드 설명
CreateWorkspace ( Microsoft.TeamFoundation.VersionControl.Client.Workspace workspace ) : Microsoft.TeamFoundation.VersionControl.Client.Workspace
DeleteWorkspace ( string workspaceName, string ownerName ) : void
QueryChangeset ( int changeSetId, bool includeChanges = false, bool includeDownloadUrls = false, bool includeSourceRenames = true ) : Changeset
QueryHistory ( ItemSpec item, VersionSpec versionItem, VersionSpec versionFrom, VersionSpec versionTo, int maxCount = short.MaxValue ) : List
QueryItems ( ItemSpec itemSpec, VersionSpec versionSpec, DeletedState deletedState, ItemType itemType, bool includeDownloadInfo ) : List
QueryItems ( Microsoft.TeamFoundation.VersionControl.Client.Workspace workspace, ItemSpec itemSpec, VersionSpec versionSpec, DeletedState deletedState, ItemType itemType, bool includeDownloadInfo ) : List
QueryItems ( string workspaceName, string workspaceOwner, ItemSpec itemSpecs, VersionSpec versionSpec, DeletedState deletedState, ItemType itemType, bool includeDownloadInfo ) : List
QueryItemsExtended ( Microsoft.TeamFoundation.VersionControl.Client.Workspace workspace, ItemSpec itemSpec, DeletedState deletedState, ItemType itemType ) : List
QueryItemsExtended ( string workspaceName, string workspaceOwner, List itemSpecs, DeletedState deletedState, ItemType itemType ) : List
QueryPendingSets ( string localWorkspaceName, string localWorkspaceOwner, string queryWorkspaceName, string ownerName, ItemSpec itemSpecs, bool generateDownloadUrls ) : List
QueryWorkspace ( string ownerName, string workspaceName ) : Microsoft.TeamFoundation.VersionControl.Client.Workspace
QueryWorkspaces ( string ownerName, string computer ) : List
UpdateWorkspace ( string oldWorkspaceName, string ownerName, Microsoft.TeamFoundation.VersionControl.Client.Workspace newWorkspace ) : Microsoft.TeamFoundation.VersionControl.Client.Workspace

비공개 메소드들

메소드 설명
CheckIn ( Microsoft.TeamFoundation.VersionControl.Client.Workspace workspace, List changes, string comment, WorkItemCheckinAction>.Dictionary workItems ) : CheckInResult
ConflictExtractor ( System.Xml.Linq.XElement element, Microsoft.TeamFoundation.VersionControl.Client.Workspace wsp ) : List
FailuresExtractor ( System.Xml.Linq.XElement response ) : List
Get ( Microsoft.TeamFoundation.VersionControl.Client.Workspace workspace, List requests, bool force, bool noGet ) : List
GetOperationExtractor ( System.Xml.Linq.XElement element ) : List
PendChanges ( Microsoft.TeamFoundation.VersionControl.Client.Workspace workspace, List changeRequest, List &failures ) : List
QueryConflicts ( Microsoft.TeamFoundation.VersionControl.Client.Workspace workspace, List items ) : List
QueryPendingChangesForWorkspace ( Microsoft.TeamFoundation.VersionControl.Client.Workspace workspace, List itemSpecs, bool includeDownloadInfo ) : List
Resolve ( Conflict conflict, ResolutionType resolutionType ) : ResolveResult
UndoPendChanges ( Microsoft.TeamFoundation.VersionControl.Client.Workspace workspace, List itemSpecs ) : List
UpdateLocalVersion ( UpdateLocalVersionQueue updateLocalVersionQueue ) : void
UploadFile ( Microsoft.TeamFoundation.VersionControl.Client.Workspace workspace, PendingChange change ) : void
UploadFile ( string workspaceName, string ownerName, PendingChange change ) : void

메소드 상세

CreateWorkspace() 공개 메소드

public CreateWorkspace ( Microsoft.TeamFoundation.VersionControl.Client.Workspace workspace ) : Microsoft.TeamFoundation.VersionControl.Client.Workspace
workspace Microsoft.TeamFoundation.VersionControl.Client.Workspace
리턴 Microsoft.TeamFoundation.VersionControl.Client.Workspace

DeleteWorkspace() 공개 메소드

public DeleteWorkspace ( string workspaceName, string ownerName ) : void
workspaceName string
ownerName string
리턴 void

QueryChangeset() 공개 메소드

public QueryChangeset ( int changeSetId, bool includeChanges = false, bool includeDownloadUrls = false, bool includeSourceRenames = true ) : Changeset
changeSetId int
includeChanges bool
includeDownloadUrls bool
includeSourceRenames bool
리턴 Changeset

QueryHistory() 공개 메소드

public QueryHistory ( ItemSpec item, VersionSpec versionItem, VersionSpec versionFrom, VersionSpec versionTo, int maxCount = short.MaxValue ) : List
item ItemSpec
versionItem VersionSpec
versionFrom VersionSpec
versionTo VersionSpec
maxCount int
리턴 List

QueryItems() 공개 메소드

public QueryItems ( ItemSpec itemSpec, VersionSpec versionSpec, DeletedState deletedState, ItemType itemType, bool includeDownloadInfo ) : List
itemSpec ItemSpec
versionSpec VersionSpec
deletedState DeletedState
itemType ItemType
includeDownloadInfo bool
리턴 List

QueryItems() 공개 메소드

public QueryItems ( Microsoft.TeamFoundation.VersionControl.Client.Workspace workspace, ItemSpec itemSpec, VersionSpec versionSpec, DeletedState deletedState, ItemType itemType, bool includeDownloadInfo ) : List
workspace Microsoft.TeamFoundation.VersionControl.Client.Workspace
itemSpec ItemSpec
versionSpec VersionSpec
deletedState DeletedState
itemType ItemType
includeDownloadInfo bool
리턴 List

QueryItems() 공개 메소드

public QueryItems ( string workspaceName, string workspaceOwner, ItemSpec itemSpecs, VersionSpec versionSpec, DeletedState deletedState, ItemType itemType, bool includeDownloadInfo ) : List
workspaceName string
workspaceOwner string
itemSpecs ItemSpec
versionSpec VersionSpec
deletedState DeletedState
itemType ItemType
includeDownloadInfo bool
리턴 List

QueryItemsExtended() 공개 메소드

public QueryItemsExtended ( Microsoft.TeamFoundation.VersionControl.Client.Workspace workspace, ItemSpec itemSpec, DeletedState deletedState, ItemType itemType ) : List
workspace Microsoft.TeamFoundation.VersionControl.Client.Workspace
itemSpec ItemSpec
deletedState DeletedState
itemType ItemType
리턴 List

QueryItemsExtended() 공개 메소드

public QueryItemsExtended ( string workspaceName, string workspaceOwner, List itemSpecs, DeletedState deletedState, ItemType itemType ) : List
workspaceName string
workspaceOwner string
itemSpecs List
deletedState DeletedState
itemType ItemType
리턴 List

QueryPendingSets() 공개 메소드

public QueryPendingSets ( string localWorkspaceName, string localWorkspaceOwner, string queryWorkspaceName, string ownerName, ItemSpec itemSpecs, bool generateDownloadUrls ) : List
localWorkspaceName string
localWorkspaceOwner string
queryWorkspaceName string
ownerName string
itemSpecs ItemSpec
generateDownloadUrls bool
리턴 List

QueryWorkspace() 공개 메소드

public QueryWorkspace ( string ownerName, string workspaceName ) : Microsoft.TeamFoundation.VersionControl.Client.Workspace
ownerName string
workspaceName string
리턴 Microsoft.TeamFoundation.VersionControl.Client.Workspace

QueryWorkspaces() 공개 메소드

public QueryWorkspaces ( string ownerName, string computer ) : List
ownerName string
computer string
리턴 List

UpdateWorkspace() 공개 메소드

public UpdateWorkspace ( string oldWorkspaceName, string ownerName, Microsoft.TeamFoundation.VersionControl.Client.Workspace newWorkspace ) : Microsoft.TeamFoundation.VersionControl.Client.Workspace
oldWorkspaceName string
ownerName string
newWorkspace Microsoft.TeamFoundation.VersionControl.Client.Workspace
리턴 Microsoft.TeamFoundation.VersionControl.Client.Workspace