Class IssueTriggerPlugin

java.lang.Object
org.exoplatform.container.component.BaseComponentPlugin
org.exoplatform.gamification.github.plugin.GithubTriggerPlugin
org.exoplatform.gamification.github.plugin.IssueTriggerPlugin
All Implemented Interfaces:
org.exoplatform.container.component.ComponentPlugin

public class IssueTriggerPlugin extends GithubTriggerPlugin
  • Field Summary

    Fields inherited from class org.exoplatform.container.component.BaseComponentPlugin

    desc, name
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets List of triggered events

    Methods inherited from class org.exoplatform.container.component.BaseComponentPlugin

    getDescription, getName, setDescription, setName

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • IssueTriggerPlugin

      public IssueTriggerPlugin()
  • Method Details