Class IssuePropertySetTriggerConfig

java.lang.Object
com.codebarrel.automation.rulecomponent.jira.trigger.event.BaseEventTriggerConfig
com.codebarrel.automation.rulecomponent.jira.trigger.event.propertyset.IssuePropertySetTriggerConfig
All Implemented Interfaces:
EventTriggerConfig

public class IssuePropertySetTriggerConfig extends BaseEventTriggerConfig
  • Constructor Details

    • IssuePropertySetTriggerConfig

      public IssuePropertySetTriggerConfig()
    • IssuePropertySetTriggerConfig

      public IssuePropertySetTriggerConfig(String propertyKeys)
  • Method Details

    • getPropertyKeys

      public String getPropertyKeys()
    • getSupportedEventTypes

      public Optional<List<EventIdentifier>> getSupportedEventTypes()
      Description copied from interface: EventTriggerConfig
      Supported EventIdentifier objects that corresponds to the classname of the event object. Used for Server only, Cloud implementation to come
      Returns:
      Optional list. If Optional is empty, all event types are supported.
    • toString

      public String toString()
      Overrides:
      toString in class Object