public class SlackStateRepository extends Object implements StateRepository
| Constructor and Description |
|---|
SlackStateRepository(StateRepository wrappedRepository,
NotificationConfiguration configuration) |
SlackStateRepository(StateRepository wrappedRepository,
NotificationConfiguration configuration,
UserProvider userProvider)
Main constructor.
|
SlackStateRepository(StateRepository wrappedRepository,
org.togglz.slack.SlackNotifications slackNotifications) |
| Modifier and Type | Method and Description |
|---|---|
FeatureState |
getFeatureState(Feature feature) |
void |
setFeatureState(FeatureState featureState) |
public SlackStateRepository(StateRepository wrappedRepository, NotificationConfiguration configuration, UserProvider userProvider)
public SlackStateRepository(StateRepository wrappedRepository, NotificationConfiguration configuration)
public SlackStateRepository(StateRepository wrappedRepository, org.togglz.slack.SlackNotifications slackNotifications)
public FeatureState getFeatureState(Feature feature)
getFeatureState in interface StateRepositorypublic void setFeatureState(FeatureState featureState)
setFeatureState in interface StateRepositoryCopyright © 2020. All Rights Reserved.