Uses of Interface
com.atlassian.bamboo.v2.build.agent.capability.CapabilityType
-
-
Uses of CapabilityType in com.atlassian.bamboo.capability
Methods in com.atlassian.bamboo.capability with parameters of type CapabilityType Modifier and Type Method Description voidCapabilityManager. renameCapability(@NotNull CapabilityType capabilityType, @NotNull String oldCapabilityKey, @NotNull String newCapabilityLabel, boolean override)Renames capability keyvoidCapabilityManagerImpl. renameCapability(@NotNull CapabilityType capabilityType, @NotNull String oldCapabilityKey, @NotNull String newCapabilityLabel, boolean override) -
Uses of CapabilityType in com.atlassian.bamboo.configuration.agent
Fields in com.atlassian.bamboo.configuration.agent declared as CapabilityType Modifier and Type Field Description protected CapabilityTypeConfigureCapabilityKey. capabilityTypeMethods in com.atlassian.bamboo.configuration.agent that return CapabilityType Modifier and Type Method Description abstract CapabilityTypeAbstractViewCapabilitiesByType. getCapabilityType()CapabilityTypeConfigureCapabilityKey. getCapabilityType()CapabilityTypeViewBuilders. getCapabilityType()CapabilityTypeViewJdks. getCapabilityType()Methods in com.atlassian.bamboo.configuration.agent that return types with arguments of type CapabilityType Modifier and Type Method Description Collection<CapabilityType>CapabilityConfigurationSupport. getCapabilityTypes() -
Uses of CapabilityType in com.atlassian.bamboo.deployments.environments.requirement
Methods in com.atlassian.bamboo.deployments.environments.requirement with parameters of type CapabilityType Modifier and Type Method Description voidEnvironmentRequirementService. renameRequirement(CapabilityType capabilityType, String oldCapabilityKey, String newCapabilityLabel, boolean override)Updates capability key across all environments.voidEnvironmentRequirementServiceImpl. renameRequirement(CapabilityType capabilityType, String oldCapabilityKey, String newCapabilityLabel, boolean override) -
Uses of CapabilityType in com.atlassian.bamboo.event
Methods in com.atlassian.bamboo.event that return CapabilityType Modifier and Type Method Description CapabilityTypeCapabilityRenamedEvent. getCapabilityType()Constructors in com.atlassian.bamboo.event with parameters of type CapabilityType Constructor Description CapabilityRenamedEvent(CapabilityType capabilityType, String oldCapabilityKey, String newCapabilityLabel, boolean override) -
Uses of CapabilityType in com.atlassian.bamboo.plugins.git
Classes in com.atlassian.bamboo.plugins.git that implement CapabilityType Modifier and Type Class Description classGitCapabilityTypeModule -
Uses of CapabilityType in com.atlassian.bamboo.plugins.ssh
Classes in com.atlassian.bamboo.plugins.ssh that implement CapabilityType Modifier and Type Class Description classSshCapabilityTypeModule -
Uses of CapabilityType in com.atlassian.bamboo.v2.build.agent.capability
Subinterfaces of CapabilityType in com.atlassian.bamboo.v2.build.agent.capability Modifier and Type Interface Description interfaceCapabilityTypeModuleClasses in com.atlassian.bamboo.v2.build.agent.capability that implement CapabilityType Modifier and Type Class Description classAbstractCapabilityTypeAll subclassses should have the same implementation of equals and compareToclassAbstractCapabilityTypeModuleclassAbstractExecutableCapabilityTypeModuleclassAbstractMultipleExecutableCapabilityTypeModuleclassAgentEnvironmentCapabilityTypeA capability type tied to the environment in which an agent runs.classBuilderCapabilityTypeclassGenericCapabilityTypeclassJdkCapabilityTypeclassKubectlCapabilityTypeclassPerforceCapabilityTypeFields in com.atlassian.bamboo.v2.build.agent.capability declared as CapabilityType Modifier and Type Field Description protected CapabilityTypeAbstractDecoratedCapabilityRequirement. capabilityTypeFields in com.atlassian.bamboo.v2.build.agent.capability with type parameters of type CapabilityType Modifier and Type Field Description protected Map<String,CapabilityType>CapabilityHelperImpl. builtinCapabilityTypesMethods in com.atlassian.bamboo.v2.build.agent.capability that return CapabilityType Modifier and Type Method Description @NotNull CapabilityTypeCapabilityHelper. getCapabilityTypeFromKey(String key)get capability Type object from capability key.@NotNull CapabilityTypeCapabilityHelperImpl. getCapabilityTypeFromKey(String key)@Nullable CapabilityTypeCapabilityHelper. getCapabilityTypeFromTypeString(String capabilityTypeKey)@Nullable CapabilityTypeCapabilityHelperImpl. getCapabilityTypeFromTypeString(String capabilityTypeKey)Methods in com.atlassian.bamboo.v2.build.agent.capability that return types with arguments of type CapabilityType Modifier and Type Method Description List<CapabilityType>CapabilityHelper. getCapabilityTypes()List<CapabilityType>CapabilityHelperImpl. getCapabilityTypes()Methods in com.atlassian.bamboo.v2.build.agent.capability with parameters of type CapabilityType Modifier and Type Method Description voidCapabilityGroup. addCapability(@NotNull Capability capability, @NotNull CapabilityType capabilityType, @Nullable ReadOnlyCapabilitySet parentCapabilitySet)RequirementDecoratorCapabilityGroup. addRequirement(@NotNull ImmutableRequirement requirement, @NotNull CapabilityType capabilityType)voidCapabilityGroup. addRequirement(@NotNull ImmutableRequirement requirement, @NotNull CapabilityType capabilityType, @NotNull RequirementAware requirementAware)intAbstractCapabilityType. compareTo(CapabilityType o)Constructors in com.atlassian.bamboo.v2.build.agent.capability with parameters of type CapabilityType Constructor Description AbstractDecoratedCapabilityRequirement(com.opensymphony.xwork2.TextProvider textProvider, CapabilityType capabilityType, String key, String value, CapabilityGroup capabilityGroup, Long id, boolean readonly)CapabilityDecorator(@NotNull Capability capability, @NotNull CapabilityType capabilityType, @Nullable ReadOnlyCapabilitySet parentCapabilitySet, @NotNull com.opensymphony.xwork2.TextProvider textProvider, @NotNull CapabilityGroup capabilityGroup)CapabilityDecorator(@NotNull String key, @Nullable String value, @Nullable CapabilitySource capabilitySource, long id, @NotNull CapabilityType capabilityType, @Nullable ReadOnlyCapabilitySet parentCapabilitySet, @NotNull com.opensymphony.xwork2.TextProvider textProvider, @NotNull CapabilityGroup capabilityGroup, @Nullable CapabilitySet capabilitySet)CapabilityGroup(CapabilityType capabilityType, com.opensymphony.xwork2.TextProvider textProvider)RequirementDecorator(@NotNull ImmutableRequirement requirement, @NotNull CapabilityType capabilityType, @NotNull com.opensymphony.xwork2.TextProvider textProvider, @NotNull CapabilityGroup capabilityGroup, @Nullable RequirementAware requirementAware) -
Uses of CapabilityType in com.atlassian.bamboo.v2.build.requirement
Constructors in com.atlassian.bamboo.v2.build.requirement with parameters of type CapabilityType Constructor Description RequirementDetailsImpl(@NotNull ImmutableRequirement immutableRequirement, @NotNull CapabilityType capabilityType, @Nullable String ownerName, Integer matchingAgents, Integer matchingImages, Integer matchingEphemeralAgentTemplates) -
Uses of CapabilityType in com.atlassian.bamboo.ww2.actions.admin.elastic
Methods in com.atlassian.bamboo.ww2.actions.admin.elastic that return types with arguments of type CapabilityType Modifier and Type Method Description Collection<CapabilityType>ConfigureElasticImageConfiguration. getCapabilityTypes() -
Uses of CapabilityType in com.atlassian.bamboo.ww2.actions.admin.ephemeral
Methods in com.atlassian.bamboo.ww2.actions.admin.ephemeral that return types with arguments of type CapabilityType Modifier and Type Method Description Collection<CapabilityType>ViewEphemeralAgentTemplate. getCapabilityTypes()
-