public enum BooleanProjectConfig extends Enum<BooleanProjectConfig>
Perform the following steps for adding a new inheritable boolean project config:
ConfigInput
ConfigInfo
BooleanProjectConfigTransformations
Modifier and Type | Method and Description |
---|---|
String |
getName() |
String |
getSection() |
String |
getSubSection() |
static BooleanProjectConfig |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BooleanProjectConfig[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BooleanProjectConfig USE_CONTRIBUTOR_AGREEMENTS
public static final BooleanProjectConfig USE_SIGNED_OFF_BY
public static final BooleanProjectConfig USE_CONTENT_MERGE
public static final BooleanProjectConfig REQUIRE_CHANGE_ID
public static final BooleanProjectConfig CREATE_NEW_CHANGE_FOR_ALL_NOT_IN_TARGET
public static final BooleanProjectConfig ENABLE_SIGNED_PUSH
public static final BooleanProjectConfig REQUIRE_SIGNED_PUSH
public static final BooleanProjectConfig REJECT_IMPLICIT_MERGES
public static final BooleanProjectConfig PRIVATE_BY_DEFAULT
public static final BooleanProjectConfig ENABLE_REVIEWER_BY_EMAIL
public static final BooleanProjectConfig MATCH_AUTHOR_TO_COMMITTER_DATE
public static final BooleanProjectConfig REJECT_EMPTY_COMMIT
public static final BooleanProjectConfig WORK_IN_PROGRESS_BY_DEFAULT
public static BooleanProjectConfig[] values()
for (BooleanProjectConfig c : BooleanProjectConfig.values()) System.out.println(c);
public static BooleanProjectConfig 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 String getSection()
public String getSubSection()
public String getName()