| Package | Description |
|---|---|
| org.sonar.api.issue.internal |
This package contains classes that MUST NOT be used by plugins,
except for unit testing.
|
| Modifier and Type | Method and Description |
|---|---|
static IssueChangeContext |
IssueChangeContext.createScan(Date date) |
static IssueChangeContext |
IssueChangeContext.createUser(Date date,
String login) |
| Modifier and Type | Method and Description |
|---|---|
DefaultIssue |
DefaultIssue.setFieldChange(IssueChangeContext context,
String field,
Serializable oldValue,
Serializable newValue) |
Copyright © 2009–2015 SonarSource. All rights reserved.