package com.perforce.polarion.element.cron; import com.polarion.platform.jobs.IJobUnit; public interface IJobScanner extends IJobUnit { static final String JOB_NAME = "jobscanner.job"; }
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#1 | 23310 | Nathan Fiedler | "Forking branch Main of perforce_software-p4polarion to nathan_fiedler-p4polarion." | ||
//guest/perforce_software/p4polarion/main/src/com/perforce/polarion/element/cron/IJobScanner.java | |||||
#2 | 17341 | Paul Allen |
Job Import - Import new Jobs to Polarion. Cron definition specifies Polarion WorkItem type for all jobs and a JobView to filter. Perforce counter 'Polarion.Import.Time' used to store last Import and looks at ReportedDate. |
||
#1 | 16847 | Paul Allen |
Added framework for a Perforce Job scanner, using the Polarion cron system. Implemented last scan tracking using the Perforce server time. |