Uses of Class
com.atlassian.bamboo.specs.api.model.notification.AnyNotificationRecipientProperties
-
Packages that use AnyNotificationRecipientProperties Package Description com.atlassian.bamboo.specs.api.builders.notification Bamboo notifications support.com.atlassian.bamboo.specs.builders.notification Bamboo notifications support.com.atlassian.bamboo.specs.codegen.emitters.notification Various implementations ofCodeEmitterwhich are used for convertingEntityPropertiesmodel into Java. -
-
Uses of AnyNotificationRecipientProperties in com.atlassian.bamboo.specs.api.builders.notification
Methods in com.atlassian.bamboo.specs.api.builders.notification that return AnyNotificationRecipientProperties Modifier and Type Method Description protected @NotNull AnyNotificationRecipientPropertiesAnyNotificationRecipient. build() -
Uses of AnyNotificationRecipientProperties in com.atlassian.bamboo.specs.builders.notification
Methods in com.atlassian.bamboo.specs.builders.notification that return AnyNotificationRecipientProperties Modifier and Type Method Description protected @NotNull AnyNotificationRecipientPropertiesCommittersRecipient. build()protected @NotNull AnyNotificationRecipientPropertiesResponsibleRecipient. build()protected @NotNull AnyNotificationRecipientPropertiesWatchersRecipient. build() -
Uses of AnyNotificationRecipientProperties in com.atlassian.bamboo.specs.codegen.emitters.notification
Methods in com.atlassian.bamboo.specs.codegen.emitters.notification with parameters of type AnyNotificationRecipientProperties Modifier and Type Method Description @NotNull java.lang.StringAnyNotificationRecipientEmitter. emitCode(@NotNull CodeGenerationContext context, @NotNull AnyNotificationRecipientProperties entity)
-