source: vanHelsing/trunk/gui/src/de/dass_it/vanhelsing/gui/items/JobDefsItem.java@ 858

Last change on this file since 858 was 858, checked in by tobias, on Apr 9, 2010 at 10:56:07 AM

visual design slightly modified. tree functions extended

File size: 22.5 KB
Line 
1package de.dass_it.vanhelsing.gui.items;
2public class JobDefsItem extends ItemType implements UserObjectItem{
3 /**
4 * @return
5 * @uml.property name="name"
6 */
7 public String getName() {
8 return name;
9 }
10 /**
11 * @param name
12 * @uml.property name="name"
13 */
14 public void setName(String name) {
15 this.name = name;
16 }
17 /**
18 * @return
19 * @uml.property name="enabled"
20 */
21 public String getEnabled() {
22 return enabled;
23 }
24 /**
25 * @param enabled
26 * @uml.property name="enabled"
27 */
28 public void setEnabled(String enabled) {
29 this.enabled = enabled;
30 }
31 /**
32 * @return
33 * @uml.property name="type"
34 */
35 public String getType() {
36 return type;
37 }
38 /**
39 * @param type
40 * @uml.property name="type"
41 */
42 public void setType(String type) {
43 this.type = type;
44 }
45 /**
46 * @return
47 * @uml.property name="level"
48 */
49 public String getLevel() {
50 return level;
51 }
52 /**
53 * @param level
54 * @uml.property name="level"
55 */
56 public void setLevel(String level) {
57 this.level = level;
58 }
59 /**
60 * @return
61 * @uml.property name="accurate"
62 */
63 public String getAccurate() {
64 return accurate;
65 }
66 /**
67 * @param accurate
68 * @uml.property name="accurate"
69 */
70 public void setAccurate(String accurate) {
71 this.accurate = accurate;
72 }
73 /**
74 * @return
75 * @uml.property name="verifyjob"
76 */
77 public String getVerifyjob() {
78 return verifyjob;
79 }
80 /**
81 * @param verifyjob
82 * @uml.property name="verifyjob"
83 */
84 public void setVerifyjob(String verifyjob) {
85 this.verifyjob = verifyjob;
86 }
87 /**
88 * @return
89 * @uml.property name="jobdefs"
90 */
91 public String getJobdefs() {
92 return jobdefs;
93 }
94 /**
95 * @param jobdefs
96 * @uml.property name="jobdefs"
97 */
98 public void setJobdefs(String jobdefs) {
99 this.jobdefs = jobdefs;
100 }
101 /**
102 * @return
103 * @uml.property name="bootstrap"
104 */
105 public String getBootstrap() {
106 return bootstrap;
107 }
108 /**
109 * @param bootstrap
110 * @uml.property name="bootstrap"
111 */
112 public void setBootstrap(String bootstrap) {
113 this.bootstrap = bootstrap;
114 }
115 /**
116 * @return
117 * @uml.property name="writebootstrap"
118 */
119 public String getWritebootstrap() {
120 return writebootstrap;
121 }
122 /**
123 * @param writebootstrap
124 * @uml.property name="writebootstrap"
125 */
126 public void setWritebootstrap(String writebootstrap) {
127 this.writebootstrap = writebootstrap;
128 }
129 /**
130 * @return
131 * @uml.property name="client"
132 */
133 public String getClient() {
134 return client;
135 }
136 /**
137 * @param client
138 * @uml.property name="client"
139 */
140 public void setClient(String client) {
141 this.client = client;
142 }
143 /**
144 * @return
145 * @uml.property name="fileset"
146 */
147 public String getFileset() {
148 return fileset;
149 }
150 /**
151 * @param fileset
152 * @uml.property name="fileset"
153 */
154 public void setFileset(String fileset) {
155 this.fileset = fileset;
156 }
157 /**
158 * @return
159 * @uml.property name="messages"
160 */
161 public String getMessages() {
162 return messages;
163 }
164 /**
165 * @param messages
166 * @uml.property name="messages"
167 */
168 public void setMessages(String messages) {
169 this.messages = messages;
170 }
171 /**
172 * @return
173 * @uml.property name="pool"
174 */
175 public String getPool() {
176 return pool;
177 }
178 /**
179 * @param pool
180 * @uml.property name="pool"
181 */
182 public void setPool(String pool) {
183 this.pool = pool;
184 }
185 /**
186 * @return
187 * @uml.property name="fullbackuppool"
188 */
189 public String getFullbackuppool() {
190 return fullbackuppool;
191 }
192 /**
193 * @param fullbackuppool
194 * @uml.property name="fullbackuppool"
195 */
196 public void setFullbackuppool(String fullbackuppool) {
197 this.fullbackuppool = fullbackuppool;
198 }
199 /**
200 * @return
201 * @uml.property name="differentialbackuppool"
202 */
203 public String getDifferentialbackuppool() {
204 return differentialbackuppool;
205 }
206 /**
207 * @param differentialbackuppool
208 * @uml.property name="differentialbackuppool"
209 */
210 public void setDifferentialbackuppool(String differentialbackuppool) {
211 this.differentialbackuppool = differentialbackuppool;
212 }
213 /**
214 * @return
215 * @uml.property name="incrementalbackuppool"
216 */
217 public String getIncrementalbackuppool() {
218 return incrementalbackuppool;
219 }
220 /**
221 * @param incrementalbackuppool
222 * @uml.property name="incrementalbackuppool"
223 */
224 public void setIncrementalbackuppool(String incrementalbackuppool) {
225 this.incrementalbackuppool = incrementalbackuppool;
226 }
227 /**
228 * @return
229 * @uml.property name="schedule"
230 */
231 public String getSchedule() {
232 return schedule;
233 }
234 /**
235 * @param schedule
236 * @uml.property name="schedule"
237 */
238 public void setSchedule(String schedule) {
239 this.schedule = schedule;
240 }
241 /**
242 * @return
243 * @uml.property name="storage"
244 */
245 public String getStorage() {
246 return storage;
247 }
248 /**
249 * @param storage
250 * @uml.property name="storage"
251 */
252 public void setStorage(String storage) {
253 this.storage = storage;
254 }
255 /**
256 * @return
257 * @uml.property name="maxstartdelay"
258 */
259 public String getMaxstartdelay() {
260 return maxstartdelay;
261 }
262 /**
263 * @param maxstartdelay
264 * @uml.property name="maxstartdelay"
265 */
266 public void setMaxstartdelay(String maxstartdelay) {
267 this.maxstartdelay = maxstartdelay;
268 }
269 /**
270 * @return
271 * @uml.property name="maxruntime"
272 */
273 public String getMaxruntime() {
274 return maxruntime;
275 }
276 /**
277 * @param maxruntime
278 * @uml.property name="maxruntime"
279 */
280 public void setMaxruntime(String maxruntime) {
281 this.maxruntime = maxruntime;
282 }
283 /**
284 * @return
285 * @uml.property name="incrementaldifferentialmaxwaittime"
286 */
287 public String getIncrementaldifferentialmaxwaittime() {
288 return incrementaldifferentialmaxwaittime;
289 }
290 /**
291 * @param incrementaldifferentialmaxwaittime
292 * @uml.property name="incrementaldifferentialmaxwaittime"
293 */
294 public void setIncrementaldifferentialmaxwaittime(
295 String incrementaldifferentialmaxwaittime) {
296 this.incrementaldifferentialmaxwaittime = incrementaldifferentialmaxwaittime;
297 }
298 /**
299 * @return
300 * @uml.property name="incrementalmaxruntime"
301 */
302 public String getIncrementalmaxruntime() {
303 return incrementalmaxruntime;
304 }
305 /**
306 * @param incrementalmaxruntime
307 * @uml.property name="incrementalmaxruntime"
308 */
309 public void setIncrementalmaxruntime(String incrementalmaxruntime) {
310 this.incrementalmaxruntime = incrementalmaxruntime;
311 }
312 /**
313 * @return
314 * @uml.property name="differentialmaxwaittime"
315 */
316 public String getDifferentialmaxwaittime() {
317 return differentialmaxwaittime;
318 }
319 /**
320 * @param differentialmaxwaittime
321 * @uml.property name="differentialmaxwaittime"
322 */
323 public void setDifferentialmaxwaittime(String differentialmaxwaittime) {
324 this.differentialmaxwaittime = differentialmaxwaittime;
325 }
326 /**
327 * @return
328 * @uml.property name="maxrunschedtime"
329 */
330 public String getMaxrunschedtime() {
331 return maxrunschedtime;
332 }
333 /**
334 * @param maxrunschedtime
335 * @uml.property name="maxrunschedtime"
336 */
337 public void setMaxrunschedtime(String maxrunschedtime) {
338 this.maxrunschedtime = maxrunschedtime;
339 }
340 /**
341 * @return
342 * @uml.property name="maxwaittime"
343 */
344 public String getMaxwaittime() {
345 return maxwaittime;
346 }
347 /**
348 * @param maxwaittime
349 * @uml.property name="maxwaittime"
350 */
351 public void setMaxwaittime(String maxwaittime) {
352 this.maxwaittime = maxwaittime;
353 }
354 /**
355 * @return
356 * @uml.property name="maxfullinterval"
357 */
358 public String getMaxfullinterval() {
359 return maxfullinterval;
360 }
361 /**
362 * @param maxfullinterval
363 * @uml.property name="maxfullinterval"
364 */
365 public void setMaxfullinterval(String maxfullinterval) {
366 this.maxfullinterval = maxfullinterval;
367 }
368 /**
369 * @return
370 * @uml.property name="prefermountedvolumes"
371 */
372 public String getPrefermountedvolumes() {
373 return prefermountedvolumes;
374 }
375 /**
376 * @param prefermountedvolumes
377 * @uml.property name="prefermountedvolumes"
378 */
379 public void setPrefermountedvolumes(String prefermountedvolumes) {
380 this.prefermountedvolumes = prefermountedvolumes;
381 }
382 /**
383 * @return
384 * @uml.property name="prunejobs"
385 */
386 public String getPrunejobs() {
387 return prunejobs;
388 }
389 /**
390 * @param prunejobs
391 * @uml.property name="prunejobs"
392 */
393 public void setPrunejobs(String prunejobs) {
394 this.prunejobs = prunejobs;
395 }
396 /**
397 * @return
398 * @uml.property name="prunefiles"
399 */
400 public String getPrunefiles() {
401 return prunefiles;
402 }
403 /**
404 * @param prunefiles
405 * @uml.property name="prunefiles"
406 */
407 public void setPrunefiles(String prunefiles) {
408 this.prunefiles = prunefiles;
409 }
410 /**
411 * @return
412 * @uml.property name="prunevolumes"
413 */
414 public String getPrunevolumes() {
415 return prunevolumes;
416 }
417 /**
418 * @param prunevolumes
419 * @uml.property name="prunevolumes"
420 */
421 public void setPrunevolumes(String prunevolumes) {
422 this.prunevolumes = prunevolumes;
423 }
424 /**
425 * @return
426 * @uml.property name="runscript"
427 */
428 public String getRunscript() {
429 return runscript;
430 }
431 /**
432 * @param runscript
433 * @uml.property name="runscript"
434 */
435 public void setRunscript(String runscript) {
436 this.runscript = runscript;
437 }
438 /**
439 * @return
440 * @uml.property name="runbeforejob"
441 */
442 public String getRunbeforejob() {
443 return runbeforejob;
444 }
445 /**
446 * @param runbeforejob
447 * @uml.property name="runbeforejob"
448 */
449 public void setRunbeforejob(String runbeforejob) {
450 this.runbeforejob = runbeforejob;
451 }
452 /**
453 * @return
454 * @uml.property name="runafterjob"
455 */
456 public String getRunafterjob() {
457 return runafterjob;
458 }
459 /**
460 * @param runafterjob
461 * @uml.property name="runafterjob"
462 */
463 public void setRunafterjob(String runafterjob) {
464 this.runafterjob = runafterjob;
465 }
466 /**
467 * @return
468 * @uml.property name="runafterfailedjob"
469 */
470 public String getRunafterfailedjob() {
471 return runafterfailedjob;
472 }
473 /**
474 * @param runafterfailedjob
475 * @uml.property name="runafterfailedjob"
476 */
477 public void setRunafterfailedjob(String runafterfailedjob) {
478 this.runafterfailedjob = runafterfailedjob;
479 }
480 /**
481 * @return
482 * @uml.property name="clientrunbeforejob"
483 */
484 public String getClientrunbeforejob() {
485 return clientrunbeforejob;
486 }
487 /**
488 * @param clientrunbeforejob
489 * @uml.property name="clientrunbeforejob"
490 */
491 public void setClientrunbeforejob(String clientrunbeforejob) {
492 this.clientrunbeforejob = clientrunbeforejob;
493 }
494 /**
495 * @return
496 * @uml.property name="clientrunafterjob"
497 */
498 public String getClientrunafterjob() {
499 return clientrunafterjob;
500 }
501 /**
502 * @param clientrunafterjob
503 * @uml.property name="clientrunafterjob"
504 */
505 public void setClientrunafterjob(String clientrunafterjob) {
506 this.clientrunafterjob = clientrunafterjob;
507 }
508 /**
509 * @return
510 * @uml.property name="rerunfailedlevels"
511 */
512 public String getRerunfailedlevels() {
513 return rerunfailedlevels;
514 }
515 /**
516 * @param rerunfailedlevels
517 * @uml.property name="rerunfailedlevels"
518 */
519 public void setRerunfailedlevels(String rerunfailedlevels) {
520 this.rerunfailedlevels = rerunfailedlevels;
521 }
522 /**
523 * @return
524 * @uml.property name="spooldata"
525 */
526 public String getSpooldata() {
527 return spooldata;
528 }
529 /**
530 * @param spooldata
531 * @uml.property name="spooldata"
532 */
533 public void setSpooldata(String spooldata) {
534 this.spooldata = spooldata;
535 }
536 /**
537 * @return
538 * @uml.property name="spoolattributes"
539 */
540 public String getSpoolattributes() {
541 return spoolattributes;
542 }
543 /**
544 * @param spoolattributes
545 * @uml.property name="spoolattributes"
546 */
547 public void setSpoolattributes(String spoolattributes) {
548 this.spoolattributes = spoolattributes;
549 }
550 /**
551 * @return
552 * @uml.property name="where"
553 */
554 public String getWhere() {
555 return where;
556 }
557 /**
558 * @param where
559 * @uml.property name="where"
560 */
561 public void setWhere(String where) {
562 this.where = where;
563 }
564 /**
565 * @return
566 * @uml.property name="addprefix"
567 */
568 public String getAddprefix() {
569 return addprefix;
570 }
571 /**
572 * @param addprefix
573 * @uml.property name="addprefix"
574 */
575 public void setAddprefix(String addprefix) {
576 this.addprefix = addprefix;
577 }
578 /**
579 * @return
580 * @uml.property name="addsuffix"
581 */
582 public String getAddsuffix() {
583 return addsuffix;
584 }
585 /**
586 * @param addsuffix
587 * @uml.property name="addsuffix"
588 */
589 public void setAddsuffix(String addsuffix) {
590 this.addsuffix = addsuffix;
591 }
592 /**
593 * @return
594 * @uml.property name="stripprefix"
595 */
596 public String getStripprefix() {
597 return stripprefix;
598 }
599 /**
600 * @param stripprefix
601 * @uml.property name="stripprefix"
602 */
603 public void setStripprefix(String stripprefix) {
604 this.stripprefix = stripprefix;
605 }
606 /**
607 * @return
608 * @uml.property name="regexwhere"
609 */
610 public String getRegexwhere() {
611 return regexwhere;
612 }
613 /**
614 * @param regexwhere
615 * @uml.property name="regexwhere"
616 */
617 public void setRegexwhere(String regexwhere) {
618 this.regexwhere = regexwhere;
619 }
620 /**
621 * @return
622 * @uml.property name="replace"
623 */
624 public String getReplace() {
625 return replace;
626 }
627 /**
628 * @param replace
629 * @uml.property name="replace"
630 */
631 public void setReplace(String replace) {
632 this.replace = replace;
633 }
634 /**
635 * @return
636 * @uml.property name="prefixlinks"
637 */
638 public String getPrefixlinks() {
639 return prefixlinks;
640 }
641 /**
642 * @param prefixlinks
643 * @uml.property name="prefixlinks"
644 */
645 public void setPrefixlinks(String prefixlinks) {
646 this.prefixlinks = prefixlinks;
647 }
648 /**
649 * @return
650 * @uml.property name="maximumconcurrentjobs"
651 */
652 public String getMaximumconcurrentjobs() {
653 return maximumconcurrentjobs;
654 }
655 /**
656 * @param maximumconcurrentjobs
657 * @uml.property name="maximumconcurrentjobs"
658 */
659 public void setMaximumconcurrentjobs(String maximumconcurrentjobs) {
660 this.maximumconcurrentjobs = maximumconcurrentjobs;
661 }
662 /**
663 * @return
664 * @uml.property name="rescheduleonerror"
665 */
666 public String getRescheduleonerror() {
667 return rescheduleonerror;
668 }
669 /**
670 * @param rescheduleonerror
671 * @uml.property name="rescheduleonerror"
672 */
673 public void setRescheduleonerror(String rescheduleonerror) {
674 this.rescheduleonerror = rescheduleonerror;
675 }
676 /**
677 * @return
678 * @uml.property name="rescheduleinterval"
679 */
680 public String getRescheduleinterval() {
681 return rescheduleinterval;
682 }
683 /**
684 * @param rescheduleinterval
685 * @uml.property name="rescheduleinterval"
686 */
687 public void setRescheduleinterval(String rescheduleinterval) {
688 this.rescheduleinterval = rescheduleinterval;
689 }
690 /**
691 * @return
692 * @uml.property name="rescheduletimes"
693 */
694 public String getRescheduletimes() {
695 return rescheduletimes;
696 }
697 /**
698 * @param rescheduletimes
699 * @uml.property name="rescheduletimes"
700 */
701 public void setRescheduletimes(String rescheduletimes) {
702 this.rescheduletimes = rescheduletimes;
703 }
704 /**
705 * @return
706 * @uml.property name="allowduplicatejobs"
707 */
708 public String getAllowduplicatejobs() {
709 return allowduplicatejobs;
710 }
711 /**
712 * @param allowduplicatejobs
713 * @uml.property name="allowduplicatejobs"
714 */
715 public void setAllowduplicatejobs(String allowduplicatejobs) {
716 this.allowduplicatejobs = allowduplicatejobs;
717 }
718 /**
719 * @return
720 * @uml.property name="allowhigherduplicates"
721 */
722 public String getAllowhigherduplicates() {
723 return allowhigherduplicates;
724 }
725 /**
726 * @param allowhigherduplicates
727 * @uml.property name="allowhigherduplicates"
728 */
729 public void setAllowhigherduplicates(String allowhigherduplicates) {
730 this.allowhigherduplicates = allowhigherduplicates;
731 }
732 /**
733 * @return
734 * @uml.property name="cancellowerlevelduplicates"
735 */
736 public String getCancellowerlevelduplicates() {
737 return cancellowerlevelduplicates;
738 }
739 /**
740 * @param cancellowerlevelduplicates
741 * @uml.property name="cancellowerlevelduplicates"
742 */
743 public void setCancellowerlevelduplicates(String cancellowerlevelduplicates) {
744 this.cancellowerlevelduplicates = cancellowerlevelduplicates;
745 }
746 /**
747 * @return
748 * @uml.property name="cancelqueuedduplicates"
749 */
750 public String getCancelqueuedduplicates() {
751 return cancelqueuedduplicates;
752 }
753 /**
754 * @param cancelqueuedduplicates
755 * @uml.property name="cancelqueuedduplicates"
756 */
757 public void setCancelqueuedduplicates(String cancelqueuedduplicates) {
758 this.cancelqueuedduplicates = cancelqueuedduplicates;
759 }
760 /**
761 * @return
762 * @uml.property name="cancelrunningduplicates"
763 */
764 public String getCancelrunningduplicates() {
765 return cancelrunningduplicates;
766 }
767 /**
768 * @param cancelrunningduplicates
769 * @uml.property name="cancelrunningduplicates"
770 */
771 public void setCancelrunningduplicates(String cancelrunningduplicates) {
772 this.cancelrunningduplicates = cancelrunningduplicates;
773 }
774 /**
775 * @return
776 * @uml.property name="duplicatejobproximity"
777 */
778 public String getDuplicatejobproximity() {
779 return duplicatejobproximity;
780 }
781 /**
782 * @param duplicatejobproximity
783 * @uml.property name="duplicatejobproximity"
784 */
785 public void setDuplicatejobproximity(String duplicatejobproximity) {
786 this.duplicatejobproximity = duplicatejobproximity;
787 }
788 /**
789 * @return
790 * @uml.property name="run"
791 */
792 public String getRun() {
793 return run;
794 }
795 /**
796 * @param run
797 * @uml.property name="run"
798 */
799 public void setRun(String run) {
800 this.run = run;
801 }
802 /**
803 * @return
804 * @uml.property name="priority"
805 */
806 public String getPriority() {
807 return priority;
808 }
809 /**
810 * @param priority
811 * @uml.property name="priority"
812 */
813 public void setPriority(String priority) {
814 this.priority = priority;
815 }
816 /**
817 * @return
818 * @uml.property name="allowmixedpriority"
819 */
820 public String getAllowmixedpriority() {
821 return allowmixedpriority;
822 }
823 /**
824 * @param allowmixedpriority
825 * @uml.property name="allowmixedpriority"
826 */
827 public void setAllowmixedpriority(String allowmixedpriority) {
828 this.allowmixedpriority = allowmixedpriority;
829 }
830 /**
831 * @return
832 * @uml.property name="writepartafterjob"
833 */
834 public String getWritepartafterjob() {
835 return writepartafterjob;
836 }
837 /**
838 * @param writepartafterjob
839 * @uml.property name="writepartafterjob"
840 */
841 public void setWritepartafterjob(String writepartafterjob) {
842 this.writepartafterjob = writepartafterjob;
843 }
844 /**
845 * @uml.property name="name"
846 */
847 private String name;
848 /**
849 * @uml.property name="enabled"
850 */
851 private String enabled;
852 /**
853 * @uml.property name="type"
854 */
855 private String type;
856 /**
857 * @uml.property name="level"
858 */
859 private String level;
860 /**
861 * @uml.property name="accurate"
862 */
863 private String accurate;
864 /**
865 * @uml.property name="verifyjob"
866 */
867 private String verifyjob;
868 /**
869 * @uml.property name="jobdefs"
870 */
871 private String jobdefs;
872 /**
873 * @uml.property name="bootstrap"
874 */
875 private String bootstrap;
876 /**
877 * @uml.property name="writebootstrap"
878 */
879 private String writebootstrap;
880 /**
881 * @uml.property name="client"
882 */
883 private String client;
884 /**
885 * @uml.property name="fileset"
886 */
887 private String fileset;
888 /**
889 * @uml.property name="messages"
890 */
891 private String messages;
892 /**
893 * @uml.property name="pool"
894 */
895 private String pool;
896 /**
897 * @uml.property name="fullbackuppool"
898 */
899 private String fullbackuppool;
900 /**
901 * @uml.property name="differentialbackuppool"
902 */
903 private String differentialbackuppool;
904 /**
905 * @uml.property name="incrementalbackuppool"
906 */
907 private String incrementalbackuppool;
908 /**
909 * @uml.property name="schedule"
910 */
911 private String schedule;
912 /**
913 * @uml.property name="storage"
914 */
915 private String storage;
916 /**
917 * @uml.property name="maxstartdelay"
918 */
919 private String maxstartdelay;
920 /**
921 * @uml.property name="maxruntime"
922 */
923 private String maxruntime;
924 /**
925 * @uml.property name="incrementaldifferentialmaxwaittime"
926 */
927 private String incrementaldifferentialmaxwaittime;
928 /**
929 * @uml.property name="incrementalmaxruntime"
930 */
931 private String incrementalmaxruntime;
932 /**
933 * @uml.property name="differentialmaxwaittime"
934 */
935 private String differentialmaxwaittime;
936 /**
937 * @uml.property name="maxrunschedtime"
938 */
939 private String maxrunschedtime;
940 /**
941 * @uml.property name="maxwaittime"
942 */
943 private String maxwaittime;
944 /**
945 * @uml.property name="maxfullinterval"
946 */
947 private String maxfullinterval;
948 /**
949 * @uml.property name="prefermountedvolumes"
950 */
951 private String prefermountedvolumes;
952 /**
953 * @uml.property name="prunejobs"
954 */
955 private String prunejobs;
956 /**
957 * @uml.property name="prunefiles"
958 */
959 private String prunefiles;
960 /**
961 * @uml.property name="prunevolumes"
962 */
963 private String prunevolumes;
964 /**
965 * @uml.property name="runscript"
966 */
967 private String runscript;
968 /**
969 * @uml.property name="runbeforejob"
970 */
971 private String runbeforejob;
972 /**
973 * @uml.property name="runafterjob"
974 */
975 private String runafterjob;
976 /**
977 * @uml.property name="runafterfailedjob"
978 */
979 private String runafterfailedjob;
980 /**
981 * @uml.property name="clientrunbeforejob"
982 */
983 private String clientrunbeforejob;
984 /**
985 * @uml.property name="clientrunafterjob"
986 */
987 private String clientrunafterjob;
988 /**
989 * @uml.property name="rerunfailedlevels"
990 */
991 private String rerunfailedlevels;
992 /**
993 * @uml.property name="spooldata"
994 */
995 private String spooldata;
996 /**
997 * @uml.property name="spoolattributes"
998 */
999 private String spoolattributes;
1000 /**
1001 * @uml.property name="where"
1002 */
1003 private String where;
1004 /**
1005 * @uml.property name="addprefix"
1006 */
1007 private String addprefix;
1008 /**
1009 * @uml.property name="addsuffix"
1010 */
1011 private String addsuffix;
1012 /**
1013 * @uml.property name="stripprefix"
1014 */
1015 private String stripprefix;
1016 /**
1017 * @uml.property name="regexwhere"
1018 */
1019 private String regexwhere;
1020 /**
1021 * @uml.property name="replace"
1022 */
1023 private String replace;
1024 /**
1025 * @uml.property name="prefixlinks"
1026 */
1027 private String prefixlinks;
1028 /**
1029 * @uml.property name="maximumconcurrentjobs"
1030 */
1031 private String maximumconcurrentjobs;
1032 /**
1033 * @uml.property name="rescheduleonerror"
1034 */
1035 private String rescheduleonerror;
1036 /**
1037 * @uml.property name="rescheduleinterval"
1038 */
1039 private String rescheduleinterval;
1040 /**
1041 * @uml.property name="rescheduletimes"
1042 */
1043 private String rescheduletimes;
1044 /**
1045 * @uml.property name="allowduplicatejobs"
1046 */
1047 private String allowduplicatejobs;
1048 /**
1049 * @uml.property name="allowhigherduplicates"
1050 */
1051 private String allowhigherduplicates;
1052 /**
1053 * @uml.property name="cancellowerlevelduplicates"
1054 */
1055 private String cancellowerlevelduplicates;
1056 /**
1057 * @uml.property name="cancelqueuedduplicates"
1058 */
1059 private String cancelqueuedduplicates;
1060 /**
1061 * @uml.property name="cancelrunningduplicates"
1062 */
1063 private String cancelrunningduplicates;
1064 /**
1065 * @uml.property name="duplicatejobproximity"
1066 */
1067 private String duplicatejobproximity;
1068 /**
1069 * @uml.property name="run"
1070 */
1071 private String run;
1072 /**
1073 * @uml.property name="priority"
1074 */
1075 private String priority;
1076 /**
1077 * @uml.property name="allowmixedpriority"
1078 */
1079 private String allowmixedpriority;
1080 /**
1081 * @uml.property name="writepartafterjob"
1082 */
1083 private String writepartafterjob;
1084
1085 public JobDefsItem() {}
1086 public JobDefsItem(String name, String client, String type, String level, String fileset, String schedule,
1087 String messages, String pool, String storage, String priority, String writebootstrap){
1088 }
1089
1090}
Note: See TracBrowser for help on using the repository browser.