|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.microsoft.tfs.core.checkinpolicies.PolicyContextKeys
public class PolicyContextKeys
PolicyContextKeys
defines constant policy context property keys that
are used by the Plug-in for Eclipse and stand-alone Explorer to pass
information to policy implementations during evaluation.
Field Summary | |
---|---|
static java.lang.String |
CHECKIN_CONTROL
Deprecated. |
static java.lang.String |
PENDING_CHANGES_CONTROL
Deprecated. TEE 10.0 no longer uses this control, so it is not initialized in PolicyContext s. Use the control
returned by the CHECKIN_CONTROL key instead. |
static java.lang.String |
RUNNING_PRODUCT_CLC
This key identifies a property whose value is an object (must not be null ) when the policy framework is running in the Command
Line Client (CLC). |
static java.lang.String |
RUNNING_PRODUCT_ECLIPSE_PLUGIN
This key identifies a property whose value is an Object (must not be null ) when the policy framework is running in the Plug-in
for Eclipse. |
static java.lang.String |
RUNNING_PRODUCT_EXPLORER
This key identifies a property whose value is an object (must not be null ) when the policy framework is running in the
stand-alone Team Explorer. |
static java.lang.String |
SWT_SHELL
This key identifies a property whose value is a SWT Shell object. |
static java.lang.String |
TASK_MONITOR
This key identifies a property whose value is a com.microsoft.tfs.util.tasks.TaskMonitor when the policy framework is running where a task monitor is appropriate. |
static java.lang.String |
TFS_TEAM_PROJECT_COLLECTION
This key identifies a property whose value is a com.microsoft.tfs.core.TFSTeamProjectCollection. |
Constructor Summary | |
---|---|
PolicyContextKeys()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String SWT_SHELL
"SWT_SHELL"
@Deprecated public static final java.lang.String PENDING_CHANGES_CONTROL
PolicyContext
s. Use the control
returned by the CHECKIN_CONTROL
key instead.
"PENDING_CHANGES_CONTROL"
CHECKIN_CONTROL
,
Constant Field Values@Deprecated public static final java.lang.String CHECKIN_CONTROL
"CHECKIN_CONTROL"
public static final java.lang.String RUNNING_PRODUCT_ECLIPSE_PLUGIN
null
) when the policy framework is running in the Plug-in
for Eclipse. It is not set when the framework runs in other products.
"RUNNING_PRODUCT_ECLIPSE_PLUGIN"
public static final java.lang.String RUNNING_PRODUCT_EXPLORER
null
) when the policy framework is running in the
stand-alone Team Explorer. It is not set when the framework runs in other
products.
"RUNNING_PRODUCT_EXPLORER"
public static final java.lang.String RUNNING_PRODUCT_CLC
null
) when the policy framework is running in the Command
Line Client (CLC). It is not set when the framework runs in other
products.
"RUNNING_PRODUCT_CLC"
public static final java.lang.String TASK_MONITOR
"TASK_MONITOR"
public static final java.lang.String TFS_TEAM_PROJECT_COLLECTION
"TFS_TEAM_PROJECT_COLLECTION"
Constructor Detail |
---|
public PolicyContextKeys()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |