| Package | Description |
|---|---|
| org.sonar.api.workflow | |
| org.sonar.api.workflow.internal |
This package is not considered as API and future versions can break backward-compatibility.
|
| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultWorkflow |
| Modifier and Type | Method and Description |
|---|---|
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.