Modifier and Type | Method and Description |
---|---|
java.util.List<IChangelist> |
Server.getInterchanges(IFileSpec fromFile,
IFileSpec toFile,
GetInterchangesOptions opts) |
java.util.List<IChangelist> |
Server.getInterchanges(java.lang.String branchSpecName,
java.util.List<IFileSpec> fromFileList,
java.util.List<IFileSpec> toFileList,
GetInterchangesOptions opts) |
Modifier and Type | Method and Description |
---|---|
java.util.List<IChangelist> |
InterchangesDelegator.getInterchanges(IFileSpec fromFile,
IFileSpec toFile,
GetInterchangesOptions opts) |
java.util.List<IChangelist> |
InterchangesDelegator.getInterchanges(java.lang.String branchSpecName,
java.util.List<IFileSpec> fromFileList,
java.util.List<IFileSpec> toFileList,
GetInterchangesOptions opts) |
Modifier and Type | Method and Description |
---|---|
GetInterchangesOptions |
GetInterchangesOptions.setBiDirectional(boolean biDirectional) |
GetInterchangesOptions |
GetInterchangesOptions.setBranch(java.lang.String branch) |
GetInterchangesOptions |
GetInterchangesOptions.setLongDesc(boolean longDesc) |
GetInterchangesOptions |
GetInterchangesOptions.setMaxChangelistId(int maxChangelistId) |
GetInterchangesOptions |
GetInterchangesOptions.setParentStream(java.lang.String parentStream) |
GetInterchangesOptions |
GetInterchangesOptions.setReverseMapping(boolean reverseMapping) |
GetInterchangesOptions |
GetInterchangesOptions.setShowFiles(boolean showFiles) |
GetInterchangesOptions |
GetInterchangesOptions.setStream(java.lang.String stream) |
Modifier and Type | Method and Description |
---|---|
java.util.List<IChangelist> |
IInterchangesDelegator.getInterchanges(IFileSpec fromFile,
IFileSpec toFile,
GetInterchangesOptions opts)
Returns a list of changelists that have not been integrated from a set of
source files to a set of target files.
|
java.util.List<IChangelist> |
IInterchangesDelegator.getInterchanges(java.lang.String branchSpecName,
java.util.List<IFileSpec> fromFileList,
java.util.List<IFileSpec> toFileList,
GetInterchangesOptions opts)
Returns a list of changelists that have not been integrated from a set of
source files to a set of target files.
|
Copyright © 2018 Perforce Software. All Rights Reserved.