| Package | Description |
|---|---|
| com.perforce.p4java.core |
Provides interfaces and classes for defining and accessing Perforce objects
such as jobs, changelists, etc., and, through the file sub-package, Perforce
files.
|
| com.perforce.p4java.impl.generic.core |
Provides standard implementation classes for the com.perforce.p4java.core interfaces.
|
| com.perforce.p4java.impl.mapbased.server | |
| com.perforce.p4java.impl.mapbased.server.cmd | |
| com.perforce.p4java.server.delegator |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IBranchSpec
Defines a full Perforce branch specification for use in Perforce integrate (merge)
commands.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BranchSpec
Simple default implementation class for the IBranchSpec interface.
|
class |
BranchSpecSummary
Default implementation class for the IBranchSpecSummary interface.
|
| Constructor and Description |
|---|
BranchSpec(IBranchSpecSummary summary)
Construct a new BranchSpec from the passed-in summary branch spec.
|
| Modifier and Type | Method and Description |
|---|---|
List<IBranchSpecSummary> |
Server.getBranchSpecs(GetBranchSpecsOptions opts) |
List<IBranchSpecSummary> |
Server.getBranchSpecs(String userName,
String nameFilter,
int maxReturns) |
| Modifier and Type | Method and Description |
|---|---|
List<IBranchSpecSummary> |
BranchesDelegator.getBranchSpecs(GetBranchSpecsOptions opts) |
List<IBranchSpecSummary> |
BranchesDelegator.getBranchSpecs(String userName,
String nameFilter,
int maxReturns) |
| Modifier and Type | Method and Description |
|---|---|
List<IBranchSpecSummary> |
IBranchesDelegator.getBranchSpecs(GetBranchSpecsOptions opts)
Get a list of all summary Perforce branch specs known to the Perforce
server.
|
List<IBranchSpecSummary> |
IBranchesDelegator.getBranchSpecs(String userName,
String nameFilter,
int maxReturns)
Old style getBranchSpecs api call.
|
Copyright © 2017 Perforce Software. All Rights Reserved.