|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ReadOnlyCapabilitySet
A 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 CombinedReadOnlyCapabilitySet
, represents an "effective" ReadOnlyCapabilitySet
for a given agent. It combines the CapabilityScope.AGENT
capabilities with the CapabilityScope.SHARED
capabilities, overriding as appropriate.
Method Summary | |
---|---|
java.util.Set<Capability> |
getCapabilities()
Get all the capabilities as a set |
Capability |
getCapability(java.lang.String key)
Get the capability with the given key |
Method Detail |
---|
@Nullable Capability getCapability(@NotNull java.lang.String key)
key
-
@NotNull java.util.Set<Capability> getCapabilities()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |