org.sonar.api.workflow
Interface Workflow
- All Superinterfaces:
- ServerComponent
- All Known Implementing Classes:
- DefaultWorkflow
@Beta
public interface Workflow
- extends ServerComponent
Experimental component to customize the actions that can be
executed on reviews.
- Since:
- 3.1
addCommand
Workflow addCommand(String key)
getCommands
Set<String> getCommands()
getConditions
List<Condition> getConditions(String commandKey)
addCondition
Workflow addCondition(String commandKey,
Condition condition)
getFunctions
List<Function> getFunctions(String commandKey)
addFunction
Workflow addFunction(String commandKey,
Function function)
getScreen
Screen getScreen(String commandKey)
setScreen
Workflow setScreen(String commandKey,
Screen screen)
Copyright © 2009-2012 SonarSource. All Rights Reserved.