| 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.
|
| org.sonar.api.workflow.screen |
| Modifier and Type | Method and Description |
|---|---|
Screen |
Workflow.getScreen(String commandKey) |
| Modifier and Type | Method and Description |
|---|---|
Workflow |
Workflow.setScreen(String commandKey,
Screen screen) |
| Modifier and Type | Method and Description |
|---|---|
Screen |
DefaultWorkflow.getScreen(String commandKey) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Screen> |
DefaultWorkflow.getScreensByCommand() |
| Modifier and Type | Method and Description |
|---|---|
Workflow |
DefaultWorkflow.setScreen(String commandKey,
Screen screen) |
| Modifier and Type | Class and Description |
|---|---|
class |
CommentScreen |
| Modifier and Type | Method and Description |
|---|---|
Screen |
Screen.setCommandKey(String commandKey) |
Copyright © 2009-2013 SonarSource. All Rights Reserved.