Last change
on this file since 43 was 43, checked in by bart, 3 years ago |
Added python timedependent parties (conceder, hardliner, etc)
|
File size:
531 bytes
|
Line | |
---|
1 | {
|
---|
2 | "SAOPSettings": {
|
---|
3 | "participants": [
|
---|
4 | {"TeamInfo":{"parties":[
|
---|
5 | {
|
---|
6 | "party": {"partyref":"classpath:geniusweb.exampleparties.randomparty.RandomParty", "parameters":{}},
|
---|
7 | "profile": "file:src/test/resources/jobs/jobs1partial.json"
|
---|
8 | } ]}}
|
---|
9 | ,
|
---|
10 | {"TeamInfo":{"parties":[
|
---|
11 | {
|
---|
12 | "party": {"partyref":"classpath:geniusweb.exampleparties.randomparty.RandomParty","parameters":{}},
|
---|
13 | "profile": "file:src/test/resources/jobs/jobs2.json"
|
---|
14 | } ]}}
|
---|
15 | ],
|
---|
16 | "deadline": {
|
---|
17 | "DeadlineTime": {
|
---|
18 | "durationms": 100
|
---|
19 | }
|
---|
20 | }
|
---|
21 |
|
---|
22 | }
|
---|
23 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.