public enum Property extends Enum<Property>
| Modifier and Type | Field and Description |
|---|---|
String |
defaultValue |
static String |
PREFIX |
| Modifier and Type | Method and Description |
|---|---|
static String |
exemplifyAll() |
String |
fullName() |
String |
getValue() |
void |
setValue(String value) |
static Property |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Property[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Property enabled
public static final Property repositorySshKey
public static final Property referenceBranch
public static final Property referenceCommit
public static final Property commitRange
public static final Property baseBranch
public static final Property baseCommit
public static final Property uncommited
public static final Property makeUpstream
public static final Property skipTestsForNotImpactedModules
public static final Property buildAll
public static final Property compareToMergeBase
public static final Property fetchBaseBranch
public static final Property fetchReferenceBranch
public static final Property excludePathRegex
public static final Property failOnMissingGitDir
public static final Property failOnError
public static final Property useEkstazi
public static final Property classpathFile
public static final Property skippedModulesFile
public static final String PREFIX
public final String defaultValue
public static Property[] values()
for (Property c : Property.values()) System.out.println(c);
public static Property 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 fullName()
public String getValue()
public void setValue(String value)
public static String exemplifyAll()
Copyright © 2018. All rights reserved.