|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.microsoft.tfs.util.BitField
com.microsoft.tfs.core.clients.versioncontrol.SupportedFeatures
public final class SupportedFeatures
Features supported by the version control services of a Team Foundation Server.
Field Summary | |
---|---|
static SupportedFeatures |
ALL
This is a combination of all the features which are supported. |
static 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 |
CHECKIN_DATES
The server supports the ability to set checkin dates |
static SupportedFeatures |
CREATE_BRANCH
The ability to create a committed branch on the server. |
static SupportedFeatures |
DESTROY
The destroy feature is available on the server. |
static SupportedFeatures |
GET_CHANGES_FOR_CHANGESET
The ability to page changes within a changeset. |
static SupportedFeatures |
GET_LATEST_ON_CHECKOUT
The client supports optionally synchronizing to the latest version of an item on Checkout (PendingEdit). |
static SupportedFeatures |
LOCAL_VERSIONS
This represents the ability to query local version information from the server |
static SupportedFeatures |
NONE
|
static SupportedFeatures |
ONE_LEVEL_MAPPING
This means that the server / client supports one level mappings |
static SupportedFeatures |
PROXY_SUITE
This represents the suite of proxy services: AddProxy(), DeleteProxy(), QueryProxies(), ... |
static SupportedFeatures |
WORKSPACE_PERMISSIONS
The server supports workspace permissions |
Constructor Summary | |
---|---|
SupportedFeatures(int flags)
|
Method Summary | |
---|---|
SupportedFeatures |
combine(SupportedFeatures other)
|
static SupportedFeatures |
combine(SupportedFeatures[] changeTypes)
|
boolean |
contains(SupportedFeatures other)
|
boolean |
containsAll(SupportedFeatures other)
|
boolean |
containsAny(SupportedFeatures other)
|
SupportedFeatures |
remove(SupportedFeatures other)
|
SupportedFeatures |
retain(SupportedFeatures other)
|
Methods inherited from class com.microsoft.tfs.util.BitField |
---|
combine, combineInternal, containsAllInternal, containsAnyInternal, containsInternal, equals, fromStringValues, getCombinedSpecialFlags, hashCode, isEmpty, registerStringValue, registerStringValue, removeInternal, retainInternal, toFullStringValues, toIntFlags, toString, toStringValues |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final SupportedFeatures NONE
public static final SupportedFeatures GET_LATEST_ON_CHECKOUT
GET_LATEST_ON_CHECKOUT
is not set in PendChangesOptions, then
the client will synchronize only if the team project has the
GET_LATEST_ON_CHECKOUT
setting on.
public static final SupportedFeatures ONE_LEVEL_MAPPING
public static final SupportedFeatures DESTROY
public static final SupportedFeatures CREATE_BRANCH
public static final SupportedFeatures GET_CHANGES_FOR_CHANGESET
public static final SupportedFeatures PROXY_SUITE
public static final SupportedFeatures LOCAL_VERSIONS
public static final SupportedFeatures BATCHED_CHECKINS
public static final SupportedFeatures WORKSPACE_PERMISSIONS
public static final SupportedFeatures CHECKIN_DATES
public static final SupportedFeatures ALL
Constructor Detail |
---|
public SupportedFeatures(int flags)
Method Detail |
---|
public static SupportedFeatures combine(SupportedFeatures[] changeTypes)
public boolean containsAll(SupportedFeatures other)
public boolean contains(SupportedFeatures other)
public boolean containsAny(SupportedFeatures other)
public SupportedFeatures remove(SupportedFeatures other)
public SupportedFeatures retain(SupportedFeatures other)
public SupportedFeatures combine(SupportedFeatures other)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |