Changes between Version 7 and Version 8 of JobControlPlugin


Ignore:
Timestamp:
Mar 22, 2015, 12:55:33 PM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes, tagged with license

Legend:

Unmodified
Added
Removed
Modified
  • JobControlPlugin

    v7 v8  
    11[[PageOutline(2-5,Contents,pullout)]]
    22
    3 = A job scheduler and monitoring plug-in for Trac =
     3= A job scheduler and monitoring plug-in for Trac
    44
    5 === ''This is a stub, we are currently developing this module and suggestions would be welcome. So please add your feature requests tickets against the JobControlPlugin component.'' ===
     5''This is a stub, we are currently developing this module and suggestions would be welcome. So please add your feature requests tickets against the JobControlPlugin component.''
    66
    7 == Description ==
     7== Description
    88
    99The plugin lets you set up and manage and monitor scheduled jobs. It adds the following new Admin screens to Trac:
     
    1515Each job run environment and schedule is specified by the version of a single configuration file - a python script - in the SCM. Therefore any changes are carefully tracked. This script is used to create the sandbox and invoke the job.
    1616
    17 == Screenshots ==
     17== Screenshots
    1818
    1919 * [http://trac-hacks.org/attachment/wiki/JobControlPlugin/jobcontrol-jobadmin.png The Job Admin Screen]
     
    2828[http://trac-hacks.org/newticket?component=JobControlPlugin&owner=thanos new ticket].
    2929
    30 == Download ==
     30[[TicketQuery(component=JobControlPlugin,group=type,format=progress)]]
     31
     32== Download
    3133
    3234It's not yet available, but when it is you will be able to download the zipped source from [download:jobcontrolplugin here].
    3335
    34 == Source ==
     36== Source
    3537
    36 It's not yet available, but when it is you will be able to check out JobControlPlugin from [http://trac-hacks.org/svn/jobcontrolplugin here] using Subversion, or [source:jobcontrolplugin browse the source] with Trac.
     38It's not yet available for version 0.12. Earlier versions are in alpha and you will be able to check out JobControlPlugin from [http://trac-hacks.org/svn/jobcontrolplugin here] using Subversion, or [source:jobcontrolplugin browse the source] with Trac.
    3739
    38 == Example ==
     40== Example
    3941
    40 Here is an example of a job configuration.
     42Here is an example of a job configuration:
    4143{{{
    4244#!python
     
    6668    def runB(self): pass
    6769
    68    
    69 
    7070MyJob.run()
    7171}}}
    7272
    73 You would check it in and make the Job record point to it.
     73You would check it in and make the Job record point to it:
     74
    7475||'''Job Id'''||'''Last Run'''||'''Status'''||'''Next Run'''||'''Configuration'''||
    75 || ||
    7676||My Job||  12:45 Today || 13:00 Today || OK || [# http://trac-hacks.org/browser/myjob.py?rev=6077]||
    77 || ||
    7877
    79 
    80 == Recent Changes ==
     78== Recent Changes
    8179
    8280[[ChangeLog(jobcontrolplugin, 3)]]
    8381
    84 == Author/Contributors ==
     82== Author/Contributors
    8583
    8684'''Author:''' [wiki:thanos Thanos Vassilakis] [[BR]]
    87 '''Maintainer:''' [wiki:thanos Thanos Vassilakis] [[BR]]
     85'''Maintainer:''' [[Maintainer]] [[BR]]
    8886'''Contributors:'''