|
||||||||||
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.pendingcheckin.CheckinEvaluationOptions
public final class CheckinEvaluationOptions
A set of boolean options which determine which parts of the check-in are evaluated.
Field Summary | |
---|---|
static CheckinEvaluationOptions |
ALL
Check all parts of the check-in. |
static CheckinEvaluationOptions |
CONFLICTS
Check for version control conflicts. |
static CheckinEvaluationOptions |
NONE
Do not evaluate any part of the check-in. |
static CheckinEvaluationOptions |
NOTES
Evaluate the check-in notes. |
static CheckinEvaluationOptions |
POLICIES
Evaluate check-in policies. |
Method Summary | |
---|---|
CheckinEvaluationOptions |
combine(CheckinEvaluationOptions other)
|
static CheckinEvaluationOptions |
combine(CheckinEvaluationOptions[] changeTypes)
|
boolean |
contains(CheckinEvaluationOptions other)
|
boolean |
containsAll(CheckinEvaluationOptions other)
|
boolean |
containsAny(CheckinEvaluationOptions other)
|
CheckinEvaluationOptions |
remove(CheckinEvaluationOptions other)
|
CheckinEvaluationOptions |
retain(CheckinEvaluationOptions 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 CheckinEvaluationOptions NONE
public static final CheckinEvaluationOptions NOTES
public static final CheckinEvaluationOptions POLICIES
public static final CheckinEvaluationOptions CONFLICTS
public static final CheckinEvaluationOptions ALL
Method Detail |
---|
public static CheckinEvaluationOptions combine(CheckinEvaluationOptions[] changeTypes)
public boolean containsAll(CheckinEvaluationOptions other)
public boolean contains(CheckinEvaluationOptions other)
public boolean containsAny(CheckinEvaluationOptions other)
public CheckinEvaluationOptions remove(CheckinEvaluationOptions other)
public CheckinEvaluationOptions retain(CheckinEvaluationOptions other)
public CheckinEvaluationOptions combine(CheckinEvaluationOptions other)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |