| Modifier and Type | Method and Description |
|---|---|
VolunteerCollection |
VolunteerCollection.copy() |
| Modifier and Type | Method and Description |
|---|---|
List<VolunteerCollection> |
VolunteerReport.VolunteerJobObject.getVolunteers() |
LinkedList<VolunteerCollection> |
VolunteerAction.getVolunteers() |
| Modifier and Type | Method and Description |
|---|---|
void |
VolunteerAction.performUnVolunteer(hudson.model.Run<?,?> localBuild,
VolunteerCollection toRemove) |
| Modifier and Type | Method and Description |
|---|---|
void |
VolunteerReport.VolunteerObject.addVolunteers(String projectName,
List<VolunteerCollection> volunteers) |
void |
VolunteerAction.setVolunteers(LinkedList<VolunteerCollection> volunteers) |
void |
VolunteerReport.VolunteerJobObject.setVolunteers(List<VolunteerCollection> volunteers) |
| Constructor and Description |
|---|
VolunteerReport.VolunteerJobObject(String projectName,
List<VolunteerCollection> volunteers) |
| Modifier and Type | Method and Description |
|---|---|
LinkedList<VolunteerCollection> |
ReportObject.getVolunteers() |
| Modifier and Type | Method and Description |
|---|---|
void |
ReportObject.setVolunteers(LinkedList<VolunteerCollection> volunteers) |
| Modifier and Type | Method and Description |
|---|---|
List<VolunteerCollection> |
JavaScriptResponse.getVolunteerList() |
LinkedList<VolunteerCollection> |
PageData.getVolunteers() |
| Modifier and Type | Method and Description |
|---|---|
void |
JavaScriptResponse.setVolunteerList(List<VolunteerCollection> volunteerList) |
void |
PageData.setVolunteers(LinkedList<VolunteerCollection> volunteers) |
| Constructor and Description |
|---|
JavaScriptResponse(String message,
boolean error,
List<VolunteerCollection> voluntList) |
| Modifier and Type | Method and Description |
|---|---|
void |
MailClient.notifyNewFixer(VolunteerCollection volunteerer,
hudson.model.User current,
hudson.model.Run<?,?> build) |
void |
MailClient.notifyNewInvestigator(VolunteerCollection volunteerer,
hudson.model.User current,
hudson.model.Run<?,?> build) |
void |
MailClient.notifyUnVolunteered(VolunteerCollection volunteerer,
hudson.model.User current,
hudson.model.Run<?,?> build) |
String |
MailClient.translatToEmail(VolunteerCollection volunteerer) |
Copyright © 2004-2015. All Rights Reserved.