Class TenantContacts
- java.lang.Object
-
- com.yahoo.vespa.hosted.controller.tenant.TenantContacts
-
public class TenantContacts extends Object
Tenant contacts are targets of the notification system. Sometimes they are a person with an email address, other times they are a Slack channel, IRC plugin, etc.- Author:
- ogronnesby
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTenantContacts.Audiencestatic classTenantContacts.Contactstatic classTenantContacts.EmailContactstatic classTenantContacts.Type
-
Constructor Summary
Constructors Constructor Description TenantContacts(List<? extends TenantContacts.Contact> contacts)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description List<? extends TenantContacts.Contact>all()static TenantContactsempty()booleanequals(Object o)inthashCode()booleanisEmpty()StringtoString()
-
-
-
Constructor Detail
-
TenantContacts
public TenantContacts(List<? extends TenantContacts.Contact> contacts)
-
-
Method Detail
-
empty
public static TenantContacts empty()
-
all
public List<? extends TenantContacts.Contact> all()
-
isEmpty
public boolean isEmpty()
-
-