public class ApplicationPropertyMetadata extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ApplicationPropertyMetadata.Builder |
Modifier and Type | Method and Description |
---|---|
String |
getDefaultValue() |
String |
getDescription() |
String |
getDescriptionKey() |
ApplicationPropertyEnumerator |
getEnumerator() |
ExampleGenerator |
getExampleGenerator() |
String |
getKey() |
String |
getName() |
String |
getNameKey() |
Pair<String,Boolean> |
getRequiredFeatureKey() |
String |
getType() |
Validator |
getValidator() |
boolean |
isAdminEditable() |
boolean |
isRequiresRestart()
Whether or not changing the property value requires a restart in order to take effect.
|
boolean |
isSysadminEditable() |
Validator.Result |
validate(String value) |
public String getType()
public String getKey()
public boolean isSysadminEditable()
public boolean isRequiresRestart()
public String getName()
public String getNameKey()
public String getDescription()
public String getDescriptionKey()
public String getDefaultValue()
public Validator getValidator()
public ApplicationPropertyEnumerator getEnumerator()
public Validator.Result validate(String value)
public boolean isAdminEditable()
public ExampleGenerator getExampleGenerator()
Copyright © 2002-2015 Atlassian. All Rights Reserved.