Modifier and Type | Method and Description |
---|---|
String |
Server.deletePendingChangelist(int id,
ChangelistOptions opts) |
IChangelist |
Server.getChangelist(int id,
ChangelistOptions opts) |
Modifier and Type | Method and Description |
---|---|
String |
ChangeDelegator.deletePendingChangelist(int id,
ChangelistOptions opts) |
IChangelist |
ChangeDelegator.getChangelist(int id,
ChangelistOptions opts) |
Modifier and Type | Method and Description |
---|---|
ChangelistOptions |
ChangelistOptions.setForce(boolean force) |
ChangelistOptions |
ChangelistOptions.setForceUpdateByOwner(boolean forceUpdateByOwner) |
ChangelistOptions |
ChangelistOptions.setIncludeFixStatus(boolean includeFixStatus) |
ChangelistOptions |
ChangelistOptions.setOriginalChangelist(boolean originalChangelist) |
Modifier and Type | Method and Description |
---|---|
String |
IChangeDelegator.deletePendingChangelist(int id,
ChangelistOptions opts)
Delete a pending Perforce changelist.
|
IChangelist |
IChangeDelegator.getChangelist(int id,
ChangelistOptions opts)
Get a specific Perforce changelist from a Perforce server.
|
Copyright © 2017 Perforce Software. All Rights Reserved.