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 IChangelistSummary.Visibility |
IChangelistSummary.Visibility.fromString(String str)
Return a suitable Visibility type as inferred from the passed-in
string, which is assumed to be the string form of a Visibility type.
|
IChangelistSummary.Visibility |
IChangelistSummary.getVisibility()
Get the visibility associated with this changelist.
|
static IChangelistSummary.Visibility |
IChangelistSummary.Visibility.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IChangelistSummary.Visibility[] |
IChangelistSummary.Visibility.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.setVisibility(IChangelistSummary.Visibility visibility)
Set the visibility associated with this changelist.
|
Modifier and Type | Field and Description |
---|---|
protected IChangelistSummary.Visibility |
ChangelistSummary.visibility |
Modifier and Type | Method and Description |
---|---|
IChangelistSummary.Visibility |
ChangelistSummary.getVisibility() |
Modifier and Type | Method and Description |
---|---|
void |
ChangelistSummary.setVisibility(IChangelistSummary.Visibility visibility) |
Constructor and Description |
---|
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.
|
Copyright © 2017 Perforce Software. All Rights Reserved.