public interface Capability extends BambooObject, Serializable
Modifier and Type | Field and Description |
---|---|
static String |
SYSTEM_PREFIX |
Modifier and Type | Method and Description |
---|---|
void |
copyValueFrom(Capability other) |
CapabilitySet |
getCapabilitySet() |
String |
getKey()
Get the key representing the capability
|
String |
getValue()
A value of the capability property.
|
String |
getValueWithDefault()
A null-safe getter of value of the capability property.
|
void |
setCapabilitySet(CapabilitySet capabilitySet) |
void |
setKey(String key) |
void |
setValue(String value) |
setId
getId
static final String SYSTEM_PREFIX
@NotNull String getKey()
@Nullable String getValue()
Requirement
@NotNull String getValueWithDefault()
Requirement
CapabilitySet getCapabilitySet()
void setCapabilitySet(CapabilitySet capabilitySet)
void setValue(String value)
void setKey(@NotNull String key)
void copyValueFrom(Capability other)
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.