Package org.togglz.slack
Class SlackStateRepository
java.lang.Object
org.togglz.slack.SlackStateRepository
- All Implemented Interfaces:
StateRepository
- Since:
- 2.4.0
- Author:
- Tomasz SkowroĊski
-
Constructor Summary
ConstructorsConstructorDescriptionSlackStateRepository(StateRepository wrappedRepository, NotificationConfiguration configuration) SlackStateRepository(StateRepository wrappedRepository, NotificationConfiguration configuration, UserProvider userProvider) Main constructor.SlackStateRepository(StateRepository wrappedRepository, org.togglz.slack.SlackNotifications slackNotifications) -
Method Summary
Modifier and TypeMethodDescriptiongetFeatureState(Feature feature) voidsetFeatureState(FeatureState featureState)
-
Constructor Details
-
SlackStateRepository
public SlackStateRepository(StateRepository wrappedRepository, NotificationConfiguration configuration, UserProvider userProvider) Main constructor. For more information see /slack/README.md. -
SlackStateRepository
public SlackStateRepository(StateRepository wrappedRepository, NotificationConfiguration configuration) -
SlackStateRepository
public SlackStateRepository(StateRepository wrappedRepository, org.togglz.slack.SlackNotifications slackNotifications)
-
-
Method Details
-
getFeatureState
- Specified by:
getFeatureStatein interfaceStateRepository
-
setFeatureState
- Specified by:
setFeatureStatein interfaceStateRepository
-