| Package | Description |
|---|---|
| com.atlassian.bamboo.capability | |
| com.atlassian.bamboo.v2.build.agent.capability |
| Modifier and Type | Method and Description |
|---|---|
Capability |
CapabilityDao.getCapability(Long capabilityId) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Capability> |
CapabilityDao.findCapabilitiesMatchingPrefix(String capabilityKeyPrefix) |
Collection<Capability> |
CapabilitySetDao.getSystemCapabilities(String type)
Collection of
Capability which have keys prefixed with system.{type}
Used to identify Bamboo system capabilities for Builders / JDKs. |
Collection<Capability> |
CapabilitySetDao.getSystemCapabilitiesByKey(String key)
Collection of
Capability which have the specified key |
| Modifier and Type | Method and Description |
|---|---|
Capability |
CapabilityAgentMapping.getCapability() |
Capability |
CapabilityElasticImageMapping.getCapability() |
Capability |
CapabilityType.getCapability(Map<String,String[]> params)
Returns a new capability given the action params map
|
Capability |
ReadOnlyCapabilitySet.getCapability(String key)
Get the capability with the given key
|
| Modifier and Type | Method and Description |
|---|---|
Set<Capability> |
ReadOnlyCapabilitySet.getCapabilities()
Get all the capabilities as a set
|
Collection<Capability> |
CapabilitySetManager.getSystemCapabilities(String type)
Collection of
Capability which have keys prefixed with system.{type}
Used to identify Bamboo system capabilities for Builders / JDKs. |
Collection<Capability> |
CapabilitySetManager.getSystemCapabilitiesByKey(String selectedCapabilityKey)
Collection of
Capability which have the specified key |
| Modifier and Type | Method and Description |
|---|---|
void |
CapabilitySet.addCapability(Capability capability)
Add a capability to the set.
|
void |
CapabilitySet.addCapability(Capability capability,
boolean overwrite)
Adds a capability.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CapabilitySet.setCapabilities(Set<Capability> capabilities) |
| Constructor and Description |
|---|
CapabilityAgentMapping(Capability capability) |
CapabilityAgentMapping(Capability capability,
Long agentId) |
CapabilityElasticImageMapping(Capability capability,
ElasticImageConfiguration elasticImageConfiguration) |
Copyright © 2016 Atlassian Software Systems Pty Ltd. All rights reserved.