Uses of Interface
org.sonar.api.workflow.Workflow

Packages that use Workflow
org.sonar.api.workflow   
org.sonar.api.workflow.internal This package is not considered as API and future versions can break backward-compatibility. 
 

Uses of Workflow in org.sonar.api.workflow
 

Methods in org.sonar.api.workflow that return Workflow
 Workflow Workflow.addCommand(String key)
           
 Workflow Workflow.addCondition(String commandKey, Condition condition)
           
 Workflow Workflow.addFunction(String commandKey, Function function)
           
 Workflow Workflow.setScreen(String commandKey, Screen screen)
           
 

Uses of Workflow in org.sonar.api.workflow.internal
 

Classes in org.sonar.api.workflow.internal that implement Workflow
 class DefaultWorkflow
           
 

Methods in org.sonar.api.workflow.internal that return Workflow
 Workflow DefaultWorkflow.addCommand(String key)
           
 Workflow DefaultWorkflow.addCondition(String commandKey, Condition condition)
           
 Workflow DefaultWorkflow.addFunction(String commandKey, Function function)
           
 Workflow DefaultWorkflow.setScreen(String commandKey, Screen screen)
           
 



Copyright © 2009-2012 SonarSource. All Rights Reserved.