|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConflictType | |
---|---|
com.microsoft.tfs.core.clients.versioncontrol.soapextensions |
Uses of ConflictType in com.microsoft.tfs.core.clients.versioncontrol.soapextensions |
---|
Fields in com.microsoft.tfs.core.clients.versioncontrol.soapextensions declared as ConflictType | |
---|---|
static ConflictType |
ConflictType.CHECKIN
|
static ConflictType |
ConflictType.GET
|
static ConflictType |
ConflictType.LOCAL
|
static ConflictType |
ConflictType.MERGE
|
static ConflictType |
ConflictType.NONE
|
static ConflictType |
ConflictType.UNKNOWN
|
Fields in com.microsoft.tfs.core.clients.versioncontrol.soapextensions with type parameters of type ConflictType | |
---|---|
static java.util.HashMap<java.lang.Integer,ConflictType> |
ConflictType.VALUE_MAP
|
Methods in com.microsoft.tfs.core.clients.versioncontrol.soapextensions that return ConflictType | |
---|---|
static ConflictType |
ConflictType.fromInteger(int value)
Returns the ConflictType for the specified integer value. |
static ConflictType |
ConflictType.fromWebServiceObject(ms.tfs.versioncontrol.clientservices._03._ConflictType webServiceObject)
Gets the correct wrapper type for the given web service object. |
ConflictType |
PendingChange.getConflictType()
|
ConflictType |
ConflictInformation.getConflictType()
|
ConflictType |
Conflict.getType()
|
Methods in com.microsoft.tfs.core.clients.versioncontrol.soapextensions with parameters of type ConflictType | |
---|---|
void |
Workspace.addConflict(ConflictType conflictType,
int itemID,
int versionServer,
int pendingChangeID,
java.lang.String sourceLocalItem,
java.lang.String targetLocalItem,
OperationStatus conflictReason)
Notifies the server that we've discovered a conflict with our local files. |
void |
PendingChange.setConflictType(ConflictType conflictType)
|
void |
Conflict.setType(ConflictType type)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |