Package com.google.gerrit.entities
Class NotifyConfig
java.lang.Object
com.google.gerrit.entities.NotifyConfig
- All Implemented Interfaces:
Comparable<NotifyConfig>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static enum
static enum
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic NotifyConfig.Builder
builder()
final int
final boolean
abstract com.google.common.collect.ImmutableSet<Address>
abstract String
abstract com.google.common.collect.ImmutableSet<GroupReference>
abstract NotifyConfig.Header
abstract String
getName()
abstract com.google.common.collect.ImmutableSet<NotifyConfig.NotifyType>
int
hashCode()
boolean
-
Constructor Details
-
NotifyConfig
public NotifyConfig()
-
-
Method Details
-
getName
-
getNotify
-
getFilter
-
getHeader
-
getGroups
-
getAddresses
-
isNotify
-
builder
-
compareTo
- Specified by:
compareTo
in interfaceComparable<NotifyConfig>
-
hashCode
@Memoized public int hashCode() -
equals
-