|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SupportedFeatures | |
---|---|
com.microsoft.tfs.core.clients.versioncontrol | |
com.microsoft.tfs.core.clients.versioncontrol.soapextensions |
Uses of SupportedFeatures in com.microsoft.tfs.core.clients.versioncontrol |
---|
Fields in com.microsoft.tfs.core.clients.versioncontrol declared as SupportedFeatures | |
---|---|
static SupportedFeatures |
SupportedFeatures.ALL
This is a combination of all the features which are supported. |
static SupportedFeatures |
SupportedFeatures.BATCHED_CHECKINS
This represents the ability to page pending changes down from the server, and queue up pending changes for checkin, before committing them. |
static SupportedFeatures |
SupportedFeatures.CHECKIN_DATES
The server supports the ability to set checkin dates |
static SupportedFeatures |
SupportedFeatures.CREATE_BRANCH
The ability to create a committed branch on the server. |
static SupportedFeatures |
SupportedFeatures.DESTROY
The destroy feature is available on the server. |
static SupportedFeatures |
SupportedFeatures.GET_CHANGES_FOR_CHANGESET
The ability to page changes within a changeset. |
static SupportedFeatures |
SupportedFeatures.GET_LATEST_ON_CHECKOUT
The client supports optionally synchronizing to the latest version of an item on Checkout (PendingEdit). |
static SupportedFeatures |
SupportedFeatures.LOCAL_VERSIONS
This represents the ability to query local version information from the server |
static SupportedFeatures |
SupportedFeatures.NONE
|
static SupportedFeatures |
SupportedFeatures.ONE_LEVEL_MAPPING
This means that the server / client supports one level mappings |
static SupportedFeatures |
SupportedFeatures.PROXY_SUITE
This represents the suite of proxy services: AddProxy(), DeleteProxy(), QueryProxies(), ... |
static SupportedFeatures |
SupportedFeatures.WORKSPACE_PERMISSIONS
The server supports workspace permissions |
Methods in com.microsoft.tfs.core.clients.versioncontrol that return SupportedFeatures | |
---|---|
SupportedFeatures |
SupportedFeatures.combine(SupportedFeatures other)
|
static SupportedFeatures |
SupportedFeatures.combine(SupportedFeatures[] changeTypes)
|
SupportedFeatures |
VersionControlClient.getServerSupportedFeatures()
Gets the SupportedFeatures for the server this
VersionControlClient is connected to. |
SupportedFeatures |
SupportedFeatures.remove(SupportedFeatures other)
|
SupportedFeatures |
SupportedFeatures.retain(SupportedFeatures other)
|
Methods in com.microsoft.tfs.core.clients.versioncontrol with parameters of type SupportedFeatures | |
---|---|
SupportedFeatures |
SupportedFeatures.combine(SupportedFeatures other)
|
static SupportedFeatures |
SupportedFeatures.combine(SupportedFeatures[] changeTypes)
|
boolean |
SupportedFeatures.contains(SupportedFeatures other)
|
boolean |
SupportedFeatures.containsAll(SupportedFeatures other)
|
boolean |
SupportedFeatures.containsAny(SupportedFeatures other)
|
SupportedFeatures |
SupportedFeatures.remove(SupportedFeatures other)
|
SupportedFeatures |
SupportedFeatures.retain(SupportedFeatures other)
|
Uses of SupportedFeatures in com.microsoft.tfs.core.clients.versioncontrol.soapextensions |
---|
Methods in com.microsoft.tfs.core.clients.versioncontrol.soapextensions that return SupportedFeatures | |
---|---|
SupportedFeatures |
RepositoryProperties.getSupportedFeatures()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |