public enum CcUcmPolicy extends Enum<CcUcmPolicy>
Enum Constant and Description |
---|
CHPROJECT_UNRESTRICTED
Skip permission checking to allow any user
to modify an existing project.
|
CHSTREAM_UNRESTRICTED
Skip permission checking to allow any user
to modify an existing stream.
|
DELIVER_NCO_DEVSTR
Do not allow delivery from a development stream
that has checkouts.
|
DELIVER_NCO_SELACT
Allows delivery of activities that have no
checkouts or do not depend on activities that
have checkouts.
|
DELIVER_REQUIRE_REBASE
Require a development stream to be based on
current recommended baselines before
it can deliver changes to its default target stream.
|
INTERPROJECT_DELIVER
Allow streams in this project to accept changes in a deliver
operation from a stream in a different project.
|
INTERPROJECT_DELIVER_ALLOW_NONMOD_TGTCOMPS
Allow a deliver operation from a stream in a different project to contain
changes in components that are not modifiable in the target stream's configuration
|
INTERPROJECT_DELIVER_FOUNDATION_CHANGES
Allow a deliver operation from a stream in a different project to
include changes from the stream's foundation baselines.
|
INTERPROJECT_DELIVER_REQUIRE_TGTCOMP_VISIBILITY
Require a deliver operation from a stream in a different project to
deliver changes in all components
|
INTRAPROJECT_DELIVER_ALLOW_MISSING_TGTCOMPS
Allow a deliver operation from a stream in the same project to
contain changes in components that are not included in the target
stream's configuration
Not applicable for single stream development
|
INTRAPROJECT_DELIVER_FOUNDATION_CHANGES
Allow a deliver operation from a stream in the same project
to include changes from the stream's foundation baselines
Not applicable for single stream development
|
REBASE_CO
Allows a rebase operation on the target stream while some
of the files remain checked out in the view.
|
UNIX_DEV_SNAP
Recommend snapshot views for development work (UNIX and Linux).
|
UNIX_INT_SNAP
Recommend snapshot views for integration work (UNIX and Linux).
|
WIN_DEV_SNAP
Recommend snapshot views for development work (Windows).
|
WIN_INT_SNAP
Recommend snapshot views for integration work (Windows).
|
Modifier and Type | Method and Description |
---|---|
static CcUcmPolicy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CcUcmPolicy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CcUcmPolicy CHPROJECT_UNRESTRICTED
public static final CcUcmPolicy CHSTREAM_UNRESTRICTED
public static final CcUcmPolicy DELIVER_NCO_DEVSTR
public static final CcUcmPolicy DELIVER_NCO_SELACT
public static final CcUcmPolicy DELIVER_REQUIRE_REBASE
public static final CcUcmPolicy INTERPROJECT_DELIVER
public static final CcUcmPolicy INTERPROJECT_DELIVER_ALLOW_NONMOD_TGTCOMPS
public static final CcUcmPolicy INTERPROJECT_DELIVER_FOUNDATION_CHANGES
public static final CcUcmPolicy INTERPROJECT_DELIVER_REQUIRE_TGTCOMP_VISIBILITY
public static final CcUcmPolicy INTRAPROJECT_DELIVER_ALLOW_MISSING_TGTCOMPS
public static final CcUcmPolicy INTRAPROJECT_DELIVER_FOUNDATION_CHANGES
public static final CcUcmPolicy REBASE_CO
public static final CcUcmPolicy UNIX_DEV_SNAP
public static final CcUcmPolicy UNIX_INT_SNAP
public static final CcUcmPolicy WIN_DEV_SNAP
public static final CcUcmPolicy WIN_INT_SNAP
public static CcUcmPolicy valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant
with the specified nameNullPointerException
- if the argument is nullpublic static CcUcmPolicy[] values()
for (CcUcmPolicy c : CcUcmPolicy.values()) System.out.println(c);
Copyright © IBM 2016. All rights reserved.