| Package | Description |
|---|---|
| org.sonar.api.workflow | |
| org.sonar.api.workflow.function | |
| 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 |
|---|---|
List<Function> |
Workflow.getFunctions(String commandKey) |
| Modifier and Type | Method and Description |
|---|---|
Workflow |
Workflow.addFunction(String commandKey,
Function function) |
| Modifier and Type | Class and Description |
|---|---|
class |
CommentFunction |
| Modifier and Type | Method and Description |
|---|---|
List<Function> |
DefaultWorkflow.getFunctions(String commandKey) |
| Modifier and Type | Method and Description |
|---|---|
Workflow |
DefaultWorkflow.addFunction(String commandKey,
Function function) |
Copyright © 2009-2012 SonarSource. All Rights Reserved.