Uses of Interface
com.atlassian.bamboo.v2.build.agent.capability.Capability
Packages that use Capability
Package
Description
-
Uses of Capability in com.atlassian.bamboo.agent.ephemeral
Methods in com.atlassian.bamboo.agent.ephemeral with parameters of type CapabilityModifier and TypeMethodDescriptionvoid
EphemeralAgentsService.addOrUpdateCapability
(@NotNull EphemeralAgentTemplate template, @NotNull Capability capability) Adds or updates a capability for the given ephemeral agent template.void
EphemeralAgentsServiceImpl.addOrUpdateCapability
(@NotNull EphemeralAgentTemplate template, @NotNull Capability capability) -
Uses of Capability in com.atlassian.bamboo.capability
Methods in com.atlassian.bamboo.capability that return CapabilityModifier and TypeMethodDescription@Nullable Capability
CapabilityDao.getCapability
(@NotNull Long capabilityId) @Nullable Capability
CapabilityDaoImpl.getCapability
(@NotNull Long capabilityId) Methods in com.atlassian.bamboo.capability that return types with arguments of type CapabilityModifier and TypeMethodDescription@NotNull Collection<Capability>
CapabilityDao.findCapabilitiesMatchingPrefix
(@NotNull String capabilityKeyPrefix) @NotNull Collection<Capability>
CapabilityDaoImpl.findCapabilitiesMatchingPrefix
(@NotNull String capabilityKeyPrefix) @NotNull Collection<Capability>
CapabilityHibernateSetDao.getSystemCapabilities
(String type) @NotNull Collection<Capability>
CapabilitySetDao.getSystemCapabilities
(String type) Collection ofCapability
which have keys prefixed with system.{type} Used to identify Bamboo system capabilities for Builders / JDKs.@NotNull Collection<Capability>
CapabilityHibernateSetDao.getSystemCapabilitiesByKey
(String key) @NotNull Collection<Capability>
CapabilitySetDao.getSystemCapabilitiesByKey
(String key) Collection ofCapability
which have the specified key -
Uses of Capability in com.atlassian.bamboo.configuration.agent
Fields in com.atlassian.bamboo.configuration.agent with type parameters of type CapabilityModifier and TypeFieldDescriptionprotected Multimap<Capability,
BuildAgent> ConfigureCapabilityKey.capabilityAgentMappingsSorted
Methods in com.atlassian.bamboo.configuration.agent that return CapabilityModifier and TypeMethodDescriptionConfigureCapability.getCapability()
AgentCapabilityDelta.getNewCapability()
AgentCapabilityDelta.getOldCapability()
Methods in com.atlassian.bamboo.configuration.agent that return types with arguments of type CapabilityMethods in com.atlassian.bamboo.configuration.agent with parameters of type CapabilityModifier and TypeMethodDescriptionCapabilityConfigurationSupport.getCapabilityType
(Capability capability) -
Uses of Capability in com.atlassian.bamboo.migration.stream
Methods in com.atlassian.bamboo.migration.stream with type parameters of type CapabilityModifier and TypeMethodDescription<E extends Capability>
voidCapabilitySetMapper.exportListXml
(@NotNull org.hibernate.Session session, @NotNull org.codehaus.staxmate.out.SMOutputElement outputElement, @NotNull Iterable<E> list, ExportDetailsBean exportDetailsBean) Methods in com.atlassian.bamboo.migration.stream that return CapabilityModifier and TypeMethodDescriptionprotected @NotNull Capability
CapabilitySetMapper.createItemInstance
(org.codehaus.staxmate.in.SMInputCursor inputCursor) -
Uses of Capability in com.atlassian.bamboo.rest.model.agent
Constructors in com.atlassian.bamboo.rest.model.agent with parameters of type CapabilityModifierConstructorDescriptionRestCapability
(@NotNull Capability capability) RestRemoteAgentCapability
(@NotNull Capability capability) -
Uses of Capability in com.atlassian.bamboo.testutils.backdoor.elastic
Methods in com.atlassian.bamboo.testutils.backdoor.elastic that return types with arguments of type CapabilityModifier and TypeMethodDescriptionElasticCapabilityControl.readCapabilities
(String confId) ElasticCapabilityControl.updateCapabilities
(Long configId, Set<RestCapability> newCapabilities) -
Uses of Capability in com.atlassian.bamboo.utils
Methods in com.atlassian.bamboo.utils that return types with arguments of type CapabilityModifier and TypeMethodDescriptionstatic com.google.common.base.Predicate<Capability>
BambooPredicates.capabilityKeyStartsWith
(@NotNull String prefix) Get a predicate that returns true forCapability
which key starts with given prefix -
Uses of Capability in com.atlassian.bamboo.v2.build.agent.capability
Classes in com.atlassian.bamboo.v2.build.agent.capability that implement CapabilityFields in com.atlassian.bamboo.v2.build.agent.capability with type parameters of type CapabilityModifier and TypeFieldDescriptionstatic javax.persistence.metamodel.SetAttribute<CapabilitySetImpl,
Capability> CapabilitySetImpl_.capabilities
Methods in com.atlassian.bamboo.v2.build.agent.capability that return CapabilityModifier and TypeMethodDescriptionstatic Capability
CapabilityImpl.copy
(Capability capability) protected @Nullable Capability
AbstractFileCapabilityDefaultsHelper.createCapability
(@NotNull File content) protected @Nullable Capability
AbstractHomeDirectoryCapabilityDefaultsHelper.createCapability
(@NotNull File content) @NotNull Capability
AbstractExecutableCapabilityTypeModule.getCapability
(@NotNull Map<String, String[]> params) @NotNull Capability
AbstractMultipleExecutableCapabilityTypeModule.getCapability
(@NotNull Map<String, String[]> params) @NotNull Capability
AgentEnvironmentCapabilityType.getCapability
(@NotNull Map<String, String[]> params) @NotNull Capability
BuilderCapabilityType.getCapability
(@NotNull Map<String, String[]> params) Returns a new capability given the action params map.@NotNull Capability
CapabilityAgentMapping.getCapability()
@NotNull Capability
CapabilityElasticImageMapping.getCapability()
@NotNull Capability
CapabilityEphemeralAgentTemplateMapping.getCapability()
@Nullable Capability
CapabilitySetImpl.getCapability
(@NotNull String key) @NotNull Capability
CapabilityType.getCapability
(@NotNull Map<String, String[]> params) Returns a new capability given the action params map@Nullable Capability
CombinedReadOnlyCapabilitySet.getCapability
(@NotNull String key) @NotNull Capability
GenericCapabilityType.getCapability
(@NotNull Map<String, String[]> params) @NotNull Capability
JdkCapabilityType.getCapability
(@NotNull Map<String, String[]> params) @NotNull Capability
KubectlCapabilityType.getCapability
(@NotNull Map<String, String[]> params) @Nullable Capability
ReadOnlyCapabilitySet.getCapability
(@NotNull String key) Get the capability with the given keyMethods in com.atlassian.bamboo.v2.build.agent.capability that return types with arguments of type CapabilityModifier and TypeMethodDescriptionstatic com.google.common.base.Predicate<Capability>
CapabilityPredicates.capabilityKeyStartsWith
(@NotNull String prefix) Get a predicate that returns true forCapability
which key starts with given prefix@NotNull Set<Capability>
CapabilitySetImpl.getCapabilities()
@NotNull Set<Capability>
CombinedReadOnlyCapabilitySet.getCapabilities()
@NotNull Set<Capability>
ReadOnlyCapabilitySet.getCapabilities()
Get all the capabilities as a set@NotNull Collection<Capability>
CapabilitySetManager.getSystemCapabilities
(@NotNull String type) Collection ofCapability
which have keys prefixed with system.{type} Used to identify Bamboo system capabilities for Builders / JDKs.@NotNull Collection<Capability>
CapabilitySetManagerImpl.getSystemCapabilities
(@NotNull String type) @NotNull Collection<Capability>
CapabilitySetManager.getSystemCapabilitiesByKey
(@NotNull String key) Collection ofCapability
which have the specified key@NotNull Collection<Capability>
CapabilitySetManagerImpl.getSystemCapabilitiesByKey
(@NotNull String key) Methods in com.atlassian.bamboo.v2.build.agent.capability with parameters of type CapabilityModifier and TypeMethodDescriptionvoid
CapabilityGroup.addCapability
(@NotNull Capability capability, @NotNull CapabilityType capabilityType, @Nullable ReadOnlyCapabilitySet parentCapabilitySet) void
CapabilitySet.addCapability
(@NotNull Capability capability) Adds a capability to the set.void
CapabilitySet.addCapability
(@NotNull Capability capability, boolean overwrite) Adds a capability to the set.void
CapabilitySetImpl.addCapability
(@NotNull Capability capability) void
CapabilitySetImpl.addCapability
(@NotNull Capability capability, boolean overwrite) @NotNull com.opensymphony.webwork.dispatcher.json.JSONObject
CapabilityHelper.buildCapabilityJsonObject
(@NotNull Capability capability) Build JSON object from capability.@NotNull com.opensymphony.webwork.dispatcher.json.JSONObject
CapabilityHelperImpl.buildCapabilityJsonObject
(@NotNull Capability capability) Build JSON object from capability.static Capability
CapabilityImpl.copy
(Capability capability) void
Capability.copySourceFrom
(Capability other) void
CapabilityImpl.copySourceFrom
(Capability other) void
Capability.copyValueFrom
(Capability other) void
CapabilityImpl.copyValueFrom
(Capability other) Method parameters in com.atlassian.bamboo.v2.build.agent.capability with type arguments of type CapabilityModifier and TypeMethodDescriptionvoid
CapabilitySet.setCapabilities
(Set<Capability> capabilities) Sets the capabilities of the set.void
CapabilitySetImpl.setCapabilities
(Set<Capability> capabilities) Constructors in com.atlassian.bamboo.v2.build.agent.capability with parameters of type CapabilityModifierConstructorDescriptionCapabilityAgentMapping
(Capability capability) CapabilityAgentMapping
(Capability capability, Long agentId) CapabilityDecorator
(@NotNull Capability capability, @NotNull CapabilityType capabilityType, @Nullable ReadOnlyCapabilitySet parentCapabilitySet, @NotNull com.opensymphony.xwork2.TextProvider textProvider, @NotNull CapabilityGroup capabilityGroup) CapabilityElasticImageMapping
(@NotNull Capability capability, @NotNull ElasticImageConfiguration elasticImageConfiguration) CapabilityEphemeralAgentTemplateMapping
(@NotNull Capability capability, @NotNull EphemeralAgentTemplate ephemeralAgentTemplate) CapabilitySetImpl
(CapabilityScope capabilityScope, Capability... capabilities) EphemeralAgentTemplateCapabilitySetImpl
(CapabilityScope capabilityScope, Capability... capabilities) ImageCapabilitySetImpl
(CapabilityScope capabilityScope, Capability... capabilities) Constructor parameters in com.atlassian.bamboo.v2.build.agent.capability with type arguments of type CapabilityModifierConstructorDescriptionCapabilityRequirementSetDecorator
(@NotNull Collection<Capability> capabilities, @Nullable ReadOnlyCapabilitySet parentCapabilitySet, @NotNull com.atlassian.struts.TextProvider textProvider, @NotNull CapabilityHelper capabilityHelper)