[forge-issues] [JBoss JIRA] (FORGE-1669) Allow alternative Interactive Wizard execution style

George Gastaldi (JIRA) issues at jboss.org
Thu Nov 13 14:03:29 EST 2014


     [ https://issues.jboss.org/browse/FORGE-1669?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

George Gastaldi closed FORGE-1669.
----------------------------------
         Assignee: George Gastaldi
    Fix Version/s: 2.12.3.Final
                       (was: 2.x Future)
       Resolution: Done


Implemented in FORGE-2041

> Allow alternative Interactive Wizard execution style
> ----------------------------------------------------
>
>                 Key: FORGE-1669
>                 URL: https://issues.jboss.org/browse/FORGE-1669
>             Project: Forge
>          Issue Type: Feature Request
>          Components: UI - Shell
>    Affects Versions: 2.1.1.Final
>            Reporter: Aslak Knutsen
>            Assignee: George Gastaldi
>             Fix For: 2.12.3.Final
>
>
> Allow for the following flow:
> {code}
> 01 Wizard.isEnabled
> 02 Wizard.prompt for UIInput
> 03 Wizard.execute
> 04 for each Step in Wizard.next
> 05   Step.isEnabled
> 06   Step.prompt for UIInput
> 07   Step.execute
> 08   for each Step in Step.next
> 09     goto 05
> {code}
> as an alternative to the current single command wizard



--
This message was sent by Atlassian JIRA
(v6.3.8#6338)


More information about the forge-issues mailing list