public static enum CopyOptions.Option extends java.lang.Enum<CopyOptions.Option>
Enum Constant and Description |
---|
COPY_AGENT_POOL_ASSOCIATIONS
If set agent pool associations will be copied (applies to copy project only)
|
COPY_AGENT_RESTRICTIONS
If set agent restrictions will be copied (applies to build configurations or projects)
|
COPY_BUILD_COUNTERS
Copy build configurations build counters
|
COPY_MUTED_TESTS
If set project muted tests will be copied to a project copy
|
COPY_PROJECT_TEMPLATES
Deprecated.
not used since 8.0
|
COPY_USER_NOTIFICATION_RULES
If set users and groups notification rules will be copied (applies to build configurations or projects)
|
COPY_USER_ROLES
If set users and groups roles will be copied (applicable only when a project is copied)
|
COPY_VCS_ROOTS
Deprecated.
since 8.0 (always enabled)
|
SHARE_VCS_ROOTS
Deprecated.
since 8.0
|
Modifier and Type | Method and Description |
---|---|
static CopyOptions.Option |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CopyOptions.Option[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@Deprecated public static final CopyOptions.Option COPY_VCS_ROOTS
@Deprecated public static final CopyOptions.Option SHARE_VCS_ROOTS
public static final CopyOptions.Option COPY_USER_ROLES
public static final CopyOptions.Option COPY_USER_NOTIFICATION_RULES
public static final CopyOptions.Option COPY_AGENT_POOL_ASSOCIATIONS
public static final CopyOptions.Option COPY_AGENT_RESTRICTIONS
@Deprecated public static final CopyOptions.Option COPY_PROJECT_TEMPLATES
public static final CopyOptions.Option COPY_MUTED_TESTS
public static final CopyOptions.Option COPY_BUILD_COUNTERS
public static CopyOptions.Option[] values()
for (CopyOptions.Option c : CopyOptions.Option.values()) System.out.println(c);
public static CopyOptions.Option valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null