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 |
IChangelist
Describes a Perforce changelist.
|
Modifier and Type | Class and Description |
---|---|
class |
Changelist
Simple default generic implementation class for the IChangelist interface.
|
class |
ChangelistSummary
Default implementation of the IChangelistSummary interface.
|
Constructor and Description |
---|
Changelist(IChangelistSummary summary,
IOptionsServer server,
boolean refresh)
Construct a new Changelist using the passed-in changelist as a template.
|
Changelist(IChangelistSummary summary,
IServer server,
boolean refresh)
Deprecated.
|
ChangelistSummary(IChangelistSummary summary)
Construct a new ChangelistSummary from the passed-in summary.
|
Modifier and Type | Method and Description |
---|---|
List<IChangelistSummary> |
Server.getChangelists(int maxMostRecent,
List<IFileSpec> fileSpecs,
String clientName,
String userName,
boolean includeIntegrated,
boolean submittedOnly,
boolean pendingOnly,
boolean longDesc) |
List<IChangelistSummary> |
Server.getChangelists(int maxMostRecent,
List<IFileSpec> fileSpecs,
String clientName,
String userName,
boolean includeIntegrated,
IChangelist.Type type,
boolean longDesc) |
List<IChangelistSummary> |
Server.getChangelists(List<IFileSpec> fileSpecs,
GetChangelistsOptions opts) |
Modifier and Type | Method and Description |
---|---|
List<IChangelistSummary> |
ChangesDelegator.getChangelists(int maxMostRecent,
List<IFileSpec> fileSpecs,
String clientName,
String userName,
boolean includeIntegrated,
boolean submittedOnly,
boolean pendingOnly,
boolean longDesc) |
List<IChangelistSummary> |
ChangesDelegator.getChangelists(int maxMostRecent,
List<IFileSpec> fileSpecs,
String clientName,
String userName,
boolean includeIntegrated,
IChangelist.Type type,
boolean longDesc) |
List<IChangelistSummary> |
ChangesDelegator.getChangelists(List<IFileSpec> fileSpecs,
GetChangelistsOptions opts)
Get a list of Perforce changelist summary objects from the Perforce
server.
|
Modifier and Type | Method and Description |
---|---|
List<IChangelistSummary> |
IChangesDelegator.getChangelists(int maxMostRecent,
List<IFileSpec> fileSpecs,
String clientName,
String userName,
boolean includeIntegrated,
boolean submittedOnly,
boolean pendingOnly,
boolean longDesc)
Gets the changelists.
|
List<IChangelistSummary> |
IChangesDelegator.getChangelists(int maxMostRecent,
List<IFileSpec> fileSpecs,
String clientName,
String userName,
boolean includeIntegrated,
IChangelist.Type type,
boolean longDesc)
Gets the changelists.
|
List<IChangelistSummary> |
IChangesDelegator.getChangelists(List<IFileSpec> fileSpecs,
GetChangelistsOptions opts)
Get a list of Perforce changelist summary objects from the Perforce server.
|
Copyright © 2017 Perforce Software. All Rights Reserved.