Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "ALF/Build Use Cases"

< ALF
 
(Build a Change Request)
Line 1: Line 1:
===Build a Change Request===
+
== Build a Change Request ==
  
 
The problem management tool would provide the change request info which would execute a check out of the corresponding code from the SCM tool.  The SCM tool would request an incremental build of only the changes or request a full build. The build results upon success would be checked back into SCM tool via an ALF notification.  On failure, the problem management tool and development team would be notified.
 
The problem management tool would provide the change request info which would execute a check out of the corresponding code from the SCM tool.  The SCM tool would request an incremental build of only the changes or request a full build. The build results upon success would be checked back into SCM tool via an ALF notification.  On failure, the problem management tool and development team would be notified.
 +
 +
 +
== Build a Requirement ==
 +
 +
The requirement tool would provide the enhancement request info which would execute a check out of the corresponding code from the SCM tool. The SCM tool would request  an incremental build of only the changes or request a full build. The build results upon success would be checked back into SCM tool via an ALF notification.  On failure, the requirements tool and development team would be notified.

Revision as of 13:22, 19 June 2006

Build a Change Request

The problem management tool would provide the change request info which would execute a check out of the corresponding code from the SCM tool. The SCM tool would request an incremental build of only the changes or request a full build. The build results upon success would be checked back into SCM tool via an ALF notification. On failure, the problem management tool and development team would be notified.


Build a Requirement

The requirement tool would provide the enhancement request info which would execute a check out of the corresponding code from the SCM tool. The SCM tool would request an incremental build of only the changes or request a full build. The build results upon success would be checked back into SCM tool via an ALF notification. On failure, the requirements tool and development team would be notified.

Back to the top