public interface Capability extends BambooObject, Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
SYSTEM_PREFIX |
| Modifier and Type | Method and Description |
|---|---|
void |
copySourceFrom(Capability other) |
void |
copyValueFrom(Capability other) |
CapabilitySet |
getCapabilitySet() |
CapabilitySource |
getCapabilitySource()
Get source in which the ability is defined
|
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 |
setCapabilitySource(CapabilitySource capabilitySource) |
void |
setKey(String key) |
void |
setValue(String value) |
setIdgetIdstatic final String SYSTEM_PREFIX
@NotNull String getKey()
@Nullable String getValue()
Requirement@Nullable CapabilitySource getCapabilitySource()
@NotNull String getValueWithDefault()
RequirementCapabilitySet getCapabilitySet()
void setCapabilitySet(CapabilitySet capabilitySet)
void setValue(String value)
void setKey(@NotNull
String key)
void setCapabilitySource(@Nullable
CapabilitySource capabilitySource)
void copyValueFrom(Capability other)
void copySourceFrom(Capability other)
Copyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.