Class SendNotification
- java.lang.Object
-
- org.gcube.vremanagement.executor.plugin.PluginStateNotification
-
- org.gcube.informationsystem.resource_checker.utils.SendNotification
-
public class SendNotification extends org.gcube.vremanagement.executor.plugin.PluginStateNotificationSend a notification to the interested person or people.- Author:
- Costantino Perciante at ISTI-CNR (costantino.perciante@isti.cnr.it)
-
-
Field Summary
Fields Modifier and Type Field Description static StringRECIPIENT_KEY
-
Constructor Summary
Constructors Constructor Description SendNotification(Map<String,String> inputs)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidpluginStateEvolution(org.gcube.vremanagement.executor.plugin.PluginStateEvolution pluginStateEvolution, Exception exception)static voidsendMessage(Map<String,List<BasicFunctionalityBean>> missingResourcesPerContext, String otherFailures, String role)Send a message to the portal administrators via social-networking-service
-
-
-
Field Detail
-
RECIPIENT_KEY
public static final String RECIPIENT_KEY
- See Also:
- Constant Field Values
-
-
Method Detail
-
pluginStateEvolution
public void pluginStateEvolution(org.gcube.vremanagement.executor.plugin.PluginStateEvolution pluginStateEvolution, Exception exception) throws Exception- Specified by:
pluginStateEvolutionin classorg.gcube.vremanagement.executor.plugin.PluginStateNotification- Throws:
Exception
-
-