Class ScheduledTriggerReason

    • Constructor Detail

      • ScheduledTriggerReason

        public ScheduledTriggerReason()
    • Method Detail

      • getName

        public String getName()
        Description copied from interface: TriggerReason
        Gives the trigger reason
        Returns:
        {String} - the trigger reason
      • getNameForSentence

        public String getNameForSentence()
        Description copied from interface: TriggerReason
        Gives the trigger reason in a format that can be used in a sentence eg. "was triggered at the scheduled time of 6:34 PM"
        Returns:
        {String} - the trigger reason, must be HTML escaped.
      • getScheduledDate

        public Date getScheduledDate()
      • getPlanResultKey

        @Nullable
        public @Nullable PlanResultKey getPlanResultKey()
      • getUserScheduledBy

        @Nullable
        public @Nullable String getUserScheduledBy()