Class SCMTrigger.Runner

    • Constructor Detail

      • Runner

        public Runner()
      • Runner

        public Runner​(Action[] actions)
    • Method Detail

      • getLogFile

        public File getLogFile()
        Where the log file is written.
      • getTarget

        public SCMTriggerItem getTarget()
        For which Item are we polling?
        Since:
        1.568
      • getStartTime

        public long getStartTime()
        When was this polling started?
      • getDuration

        public String getDuration()
        Human readable string of when this polling is started.
      • run

        public void run()
        Specified by:
        run in interface Runnable
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object