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() |
@Nullable CapabilitySource |
getCapabilitySource()
Get source in which the ability is defined
|
@NotNull String |
getKey()
Get the key representing the capability
|
@Nullable String |
getValue()
A value of the capability property.
|
@NotNull String |
getValueWithDefault()
A null-safe getter of value of the capability property.
|
void |
setCapabilitySet(CapabilitySet capabilitySet) |
void |
setCapabilitySource(@Nullable CapabilitySource capabilitySource) |
void |
setKey(@NotNull String key) |
void |
setValue(String value) |
setId
getId
static final String SYSTEM_PREFIX
@NotNull @NotNull String getKey()
@Nullable @Nullable String getValue()
Requirement
@Nullable @Nullable CapabilitySource getCapabilitySource()
@NotNull @NotNull String getValueWithDefault()
Requirement
CapabilitySet getCapabilitySet()
void setCapabilitySet(CapabilitySet capabilitySet)
void setValue(String value)
void setKey(@NotNull @NotNull String key)
void setCapabilitySource(@Nullable @Nullable CapabilitySource capabilitySource)
void copyValueFrom(Capability other)
void copySourceFrom(Capability other)
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.