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.mapbased.server | |
com.perforce.p4java.impl.mapbased.server.cmd | |
com.perforce.p4java.option.server | |
com.perforce.p4java.server.delegator |
Modifier and Type | Method and Description |
---|---|
static IChangelist.Type |
IChangelist.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IChangelist.Type[] |
IChangelist.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
List<IChangelistSummary> |
Server.getChangelists(int maxMostRecent,
List<IFileSpec> fileSpecs,
String clientName,
String userName,
boolean includeIntegrated,
IChangelist.Type type,
boolean longDesc) |
Modifier and Type | Method and Description |
---|---|
List<IChangelistSummary> |
ChangesDelegator.getChangelists(int maxMostRecent,
List<IFileSpec> fileSpecs,
String clientName,
String userName,
boolean includeIntegrated,
IChangelist.Type type,
boolean longDesc) |
Modifier and Type | Field and Description |
---|---|
protected IChangelist.Type |
GetChangelistsOptions.type
If not null, restrict output to pending, shelved or
submitted changelists.
|
Modifier and Type | Method and Description |
---|---|
IChangelist.Type |
GetChangelistsOptions.getType() |
Modifier and Type | Method and Description |
---|---|
GetChangelistsOptions |
GetChangelistsOptions.setType(IChangelist.Type type) |
Constructor and Description |
---|
GetChangelistsOptions(int maxMostRecent,
String clientName,
String userName,
boolean includeIntegrated,
IChangelist.Type type,
boolean longDesc)
Explicit-value constructor.
|
GetChangelistsOptions(int maxMostRecent,
String clientName,
String userName,
boolean includeIntegrated,
IChangelist.Type type,
boolean longDesc,
boolean viewRestricted)
Explicit-value constructor.
|
GetChangelistsOptions(int maxMostRecent,
String clientName,
String userName,
boolean includeIntegrated,
IChangelist.Type type,
boolean longDesc,
boolean viewRestricted,
boolean truncateDescriptions)
Explicit-value constructor.
|
Modifier and Type | Method and Description |
---|---|
List<IChangelistSummary> |
IChangesDelegator.getChangelists(int maxMostRecent,
List<IFileSpec> fileSpecs,
String clientName,
String userName,
boolean includeIntegrated,
IChangelist.Type type,
boolean longDesc)
Gets the changelists.
|
Copyright © 2017 Perforce Software. All Rights Reserved.