| Package | Description |
|---|---|
| org.jenkinsci.plugins.attention | |
| org.jenkinsci.plugins.attention.extensions | |
| org.jenkinsci.plugins.attention.response |
| Modifier and Type | Method and Description |
|---|---|
DetectedIssue |
VolunteerCollection.getIssue() |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<DetectedIssue> |
VolunteerAction.getIssues() |
| Modifier and Type | Method and Description |
|---|---|
void |
VolunteerCollection.setIssue(DetectedIssue issue) |
| Modifier and Type | Method and Description |
|---|---|
void |
VolunteerAction.processIssues(List<DetectedIssue> issues) |
void |
VolunteerAction.setIssues(ArrayList<DetectedIssue> issues) |
| Constructor and Description |
|---|
VolunteerCollection(String id,
boolean team,
String comment,
boolean fixing,
DetectedIssue issue) |
| Modifier and Type | Method and Description |
|---|---|
abstract List<DetectedIssue> |
AttentionExtension.getIssues(hudson.model.Run<?,?> run) |
List<DetectedIssue> |
JunitAttentionExtension.getIssues(hudson.model.Run<?,?> run) |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<DetectedIssue> |
PageData.getIssues() |
| Modifier and Type | Method and Description |
|---|---|
void |
PageData.setIssues(ArrayList<DetectedIssue> issues) |
Copyright © 2004-2015. All Rights Reserved.