-
Notifications
You must be signed in to change notification settings - Fork 10
Automation domain is missing States and Verdicts #300
Copy link
Copy link
Open
Labels
Type: EnhancementNew feature or requestNew feature or request
Description
This popped up while working on OSLC/lyo-samples@85ae15d#diff-67f9024352794eaceb04b0b6a1416f5cb6fcf9bcec4e7d441abec50fd0731227
Proposed definitions from that PR:
String STATE_COMPLETE = Oslc_autoDomainConstants.AUTOMATION_NAMSPACE + "Complete";
String STATE_IN_PROGRESS = Oslc_autoDomainConstants.AUTOMATION_NAMSPACE + "InProgress";
String STATE_CANCELED = Oslc_autoDomainConstants.AUTOMATION_NAMSPACE + "Canceled";
String VERDICT_PASSED = Oslc_autoDomainConstants.AUTOMATION_NAMSPACE + "Passed";Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Type: EnhancementNew feature or requestNew feature or request