com.atlassian.bamboo.specs.api.builders.notification.NotificationRecipient Maven / Gradle / Ivy
package com.atlassian.bamboo.specs.api.builders.notification;
import com.atlassian.bamboo.specs.api.builders.EntityPropertiesBuilder;
import com.atlassian.bamboo.specs.api.model.notification.NotificationRecipientProperties;
import org.jetbrains.annotations.NotNull;
/**
* Represents notification recipient.
*/
public abstract class NotificationRecipient, P extends NotificationRecipientProperties> extends EntityPropertiesBuilder {
@NotNull
@Override
protected abstract P build();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy