public interface ReadOnlyCapabilitySet
ReadOnlyCapabilitySet is a non editable read only capability set.
It is used by the build agent/builders as a read-only source of resource (Builder path/JDK) properties.
The specific implementation com.atlassian.bamboo.v2.build.agent.capability.CombinedReadOnlyCapabilitySet, represents an "effective" ReadOnlyCapabilitySet
for a given agent. It combines the CapabilityScope.AGENT capabilities with the CapabilityScope.SHARED
capabilities, overriding as appropriate.| Modifier and Type | Method and Description |
|---|---|
@NotNull Set<Capability> |
getCapabilities()
Get all the capabilities as a set
|
@Nullable Capability |
getCapability(@NotNull String key)
Get the capability with the given key
|
@Nullable @Nullable Capability getCapability(@NotNull @NotNull String key)
key - @NotNull @NotNull Set<Capability> getCapabilities()
Copyright © 2023 Atlassian Software Systems Pty Ltd. All rights reserved.