Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordonald.g.dunne2015-09-03 18:31:00 +0000
committerAngel Avila2015-09-12 01:05:43 +0000
commit0be91ebd02a7553758c344ad4bc0cd3bbab8dd2e (patch)
tree8776ce8d1e5c61a56808e18abbec9fa1d4bdeb2a /plugins/org.eclipse.osee.ats/support/OseeTypes_ATS.osee
parentb7b88057e54671a7ad1d43622cd622f8f92b9062 (diff)
downloadorg.eclipse.osee-0be91ebd02a7553758c344ad4bc0cd3bbab8dd2e.tar.gz
org.eclipse.osee-0be91ebd02a7553758c344ad4bc0cd3bbab8dd2e.tar.xz
org.eclipse.osee-0be91ebd02a7553758c344ad4bc0cd3bbab8dd2e.zip
feature[ats_ATS217738]: Allow ATS Rules to generate configured tasks
Diffstat (limited to 'plugins/org.eclipse.osee.ats/support/OseeTypes_ATS.osee')
-rw-r--r--plugins/org.eclipse.osee.ats/support/OseeTypes_ATS.osee10
1 files changed, 10 insertions, 0 deletions
diff --git a/plugins/org.eclipse.osee.ats/support/OseeTypes_ATS.osee b/plugins/org.eclipse.osee.ats/support/OseeTypes_ATS.osee
index 67ed90f38c5..fedb37692b0 100644
--- a/plugins/org.eclipse.osee.ats/support/OseeTypes_ATS.osee
+++ b/plugins/org.eclipse.osee.ats/support/OseeTypes_ATS.osee
@@ -185,6 +185,7 @@ abstract artifactType "ats.State Machine" extends "ats.Ats Artifact" {
attribute "ats.Work Package Guid"
attribute "ats.Id"
attribute "ats.Unplanned Work"
+ attribute "ats.Peer Review Id"
}
artifactType "Goal" extends "ats.State Machine" {
@@ -335,6 +336,15 @@ attributeType "ats.Applicable to Program" extends EnumeratedAttribute {
mediaType "text/plain"
}
+attributeType "ats.Peer Review Id" extends StringAttribute {
+ uuid 0x3AB8042D5FD8DB2A
+ dataProvider DefaultAttributeDataProvider
+ min 0
+ max 1
+ taggerId DefaultAttributeTaggerProvider
+ mediaType "text/plain"
+}
+
attributeType "ats.Program Uuid" extends IntegerAttribute {
uuid 0x10000089157000AA
dataProvider DefaultAttributeDataProvider

Back to the top