Uses of Enum Class
com.atlassian.bamboo.specs.api.builders.Applicability
Packages that use Applicability
Package
Description
The 'builders.*' packages contain classes you can use to define your Bamboo configuration as code, see also com.atlassian.bamboo.specs.builders.
Bamboo notifications support.
The AnyTask class for handling tasks unsupported by Bamboo Specs.
Build triggers.
-
Uses of Applicability in com.atlassian.bamboo.specs.api.builders
Methods in com.atlassian.bamboo.specs.api.builders that return ApplicabilityModifier and TypeMethodDescriptionstatic ApplicabilityReturns the enum constant of this class with the specified name.static Applicability[]Applicability.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of Applicability in com.atlassian.bamboo.specs.api.model.notification
Methods in com.atlassian.bamboo.specs.api.model.notification that return types with arguments of type ApplicabilityModifier and TypeMethodDescriptionAnyNotificationRecipientProperties.applicableTo()AnyNotificationTypeProperties.applicableTo()NotificationRecipientProperties.applicableTo()Determines if notification recipient is applicable toPLANSorDEPLOYMENTS.NotificationTypeProperties.applicableTo()Determines if notification type is applicable toPLANSorDEPLOYMENTS.Constructor parameters in com.atlassian.bamboo.specs.api.model.notification with type arguments of type ApplicabilityModifierConstructorDescriptionAnyNotificationRecipientProperties(@NotNull AtlassianModuleProperties atlassianPlugin, String recipientString, EnumSet<Applicability> applicableTo) AnyNotificationTypeProperties(@NotNull AtlassianModuleProperties atlassianPlugin, String conditionString, EnumSet<Applicability> applicableTo) -
Uses of Applicability in com.atlassian.bamboo.specs.api.model.task
Methods in com.atlassian.bamboo.specs.api.model.task that return types with arguments of type Applicability -
Uses of Applicability in com.atlassian.bamboo.specs.api.model.trigger
Methods in com.atlassian.bamboo.specs.api.model.trigger that return types with arguments of type ApplicabilityModifier and TypeMethodDescriptionRepositoryBasedTriggerProperties.applicableTo()TriggerProperties.applicableTo()