|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ServerPathFormatException in com.microsoft.tfs.core.clients.versioncontrol |
---|
Methods in com.microsoft.tfs.core.clients.versioncontrol that throw ServerPathFormatException | |
---|---|
Changeset[] |
VersionControlClient.queryHistory(java.lang.String serverOrLocalPath,
VersionSpec version,
int deletionID,
RecursionType recursion,
java.lang.String user,
VersionSpec versionFrom,
VersionSpec versionTo,
int maxCount,
boolean includeFileDetails,
boolean slotMode,
boolean includeDownloadInfo,
boolean sortAscending)
Queries the server for history about an item. |
java.util.Iterator<Changeset> |
VersionControlClient.queryHistoryIterator(java.lang.String serverOrLocalPath,
VersionSpec version,
int deletionID,
RecursionType recursion,
java.lang.String user,
VersionSpec versionFrom,
VersionSpec versionTo,
int maxCount,
boolean includeFileDetails,
boolean slotMode,
boolean includeDownloadInfo,
boolean sortAscending)
Queries the server for history about an item. |
Uses of ServerPathFormatException in com.microsoft.tfs.core.clients.versioncontrol.path |
---|
Methods in com.microsoft.tfs.core.clients.versioncontrol.path that throw ServerPathFormatException | |
---|---|
static java.lang.String |
ServerPath.canonicalize(java.lang.String serverPath)
Returns a new version of the given repository path that is fully rooted and canonicalized. |
static boolean |
ServerPath.isChild(java.lang.String parentPath,
java.lang.String possibleChild)
Tests the given paths for a parent-child relationship. |
static boolean |
ServerPath.matchesWildcard(java.lang.String firstItemPath,
java.lang.String secondItemFolderPath,
java.lang.String secondItemWildcardPattern,
boolean recursive)
Matches one item against a wildcard tuple (item path and wildcard pattern to apply to that item path), optionally allowing recursive matches. |
Uses of ServerPathFormatException in com.microsoft.tfs.core.clients.versioncontrol.soapextensions |
---|
Methods in com.microsoft.tfs.core.clients.versioncontrol.soapextensions that throw ServerPathFormatException | |
---|---|
void |
Workspace.deleteWorkingFolder(WorkingFolder wf)
Delete a working folder mapping from this workspace. |
void |
Workspace.deleteWorkingFolders(WorkingFolder[] workingFolders)
Delete a working folder mapping from this workspace. |
Changeset[] |
Workspace.queryHistory(java.lang.String serverOrLocalPath,
VersionSpec version,
int deletionID,
RecursionType recursion,
java.lang.String user,
VersionSpec versionFrom,
VersionSpec versionTo,
int maxCount,
boolean includeFileDetails,
boolean slotMode,
boolean includeDownloadInfo,
boolean sortAscending)
Queries the server for history about an item. |
java.util.Iterator<Changeset> |
Workspace.queryHistoryIterator(java.lang.String serverOrLocalPath,
VersionSpec version,
int deletionID,
RecursionType recursion,
java.lang.String user,
VersionSpec versionFrom,
VersionSpec versionTo,
int maxCount,
boolean includeFileDetails,
boolean slotMode,
boolean includeDownloadInfo,
boolean sortAscending)
Queries the server for history about an item. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |