comparison doc/orchestration.dtd @ 87:94b703e2114d

Update orchestration profile DTD to current state of implementation.
author cmlenz
date Sun, 10 Jul 2005 20:51:42 +0000
parents ccd03b6f04ef
children 80645a15336b
comparison
equal deleted inserted replaced
86:110bfa3cbc32 87:94b703e2114d
34 Generic error message. Can be received in response to registration or build 34 Generic error message. Can be received in response to registration or build
35 initiation. 35 initiation.
36 --> 36 -->
37 <!ELEMENT error #PCDATA> 37 <!ELEMENT error #PCDATA>
38 <!ATTLIST error 38 <!ATTLIST error
39 code CDATA #REQUIRED 39 code CDATA #REQUIRED>
40 xml:lang CDATA #IMPLIED>
41 40
42 <!-- 41 <!--
43 Build initiation request sent by the master to a slave. 42 Build initiation request sent by the master to a slave.
44 --> 43 -->
45 <!ELEMENT build #PCDATA> 44 <!ELEMENT build #PCDATA>
48 47
49 <!-- 48 <!--
50 Build request acknowledgement. 49 Build request acknowledgement.
51 --> 50 -->
52 <!ELEMENT started EMPTY> 51 <!ELEMENT started EMPTY>
52 <!ATTLIST started
53 time CDATA>
53 54
54 <!-- 55 <!--
55 Build status reporting: ANS payload sent by the slave for every build step 56 Build status reporting: ANS payload sent by the slave for every build step
56 processed. 57 processed.
57 --> 58 -->
58 <!ELEMENT step #PCDATA> 59 <!ELEMENT step #PCDATA>
59 <!ATTLIST step 60 <!ATTLIST step
60 id ID #REQUIRED 61 id ID #REQUIRED
61 result (success|failure) #REQUIRED 62 result (success|failure) #REQUIRED
62 description CDATA #IMPLIED> 63 description CDATA #IMPLIED
64 time CDATA #REQUIRED
65 duration CDATA #REQUIRED>
66
67 <!--
68 Completion of a build by the slave, independent of outcome.
69 -->
70 <!ELEMENT completed #PCDATA>
71 <!ATTLIST completed
72 result (success|failure) #REQUIRED
73 time CDATA>
63 74
64 <!-- 75 <!--
65 Cancellation of a build by the slave. 76 Cancellation of a build by the slave.
66 --> 77 -->
67 <!ELEMENT aborted #PCDATA> 78 <!ELEMENT aborted #PCDATA>
Copyright (C) 2012-2017 Edgewall Software