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.
|
Modifier and Type | Method and Description |
---|---|
static ChangelistStatus |
ChangelistStatus.fromString(String str)
A user-friendly fail-safe way to convert from strings to file actions
without generating exceptions, etc.
|
ChangelistStatus |
IChangelistSummary.getStatus()
Get the status of this changelist, if known.
|
static ChangelistStatus |
ChangelistStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChangelistStatus[] |
ChangelistStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
IChangelistSummary.setStatus(ChangelistStatus status)
Set the changelist status.
|
Modifier and Type | Field and Description |
---|---|
protected ChangelistStatus |
ChangelistSummary.status |
Modifier and Type | Method and Description |
---|---|
ChangelistStatus |
Changelist.getStatus() |
ChangelistStatus |
ChangelistSummary.getStatus() |
Modifier and Type | Method and Description |
---|---|
void |
Changelist.setStatus(ChangelistStatus status) |
void |
ChangelistSummary.setStatus(ChangelistStatus status) |
Constructor and Description |
---|
Changelist(int id,
String clientId,
String username,
ChangelistStatus status,
Date date,
String description,
boolean shelved,
Server serverImpl)
Construct a changelist implementation given an explicit set of initial field values.
|
Changelist(int id,
String clientId,
String username,
ChangelistStatus status,
Date date,
String description,
boolean shelved,
Server serverImpl,
IChangelistSummary.Visibility visibility)
Construct a changelist implementation given an explicit set of initial field values.
|
ChangelistSummary(int id,
String clientId,
String username,
ChangelistStatus status,
Date date,
String description,
boolean shelved)
Explicit-value constructor; calls the default ServerResource constructor.
|
Copyright © 2017 Perforce Software. All Rights Reserved.