public class SonarIssuesPortlet extends AbstractMashupPortlet
| Modifier and Type | Class and Description |
|---|---|
static class |
SonarIssuesPortlet.SonarIssuesPortletDescriptor |
| Constructor and Description |
|---|
SonarIssuesPortlet(String name,
String sonarBaseUrl,
String sonarProjectsList,
int sonarPriorityThreshold,
int maxEntries,
int sonarNewIssuesPriorityThreshold,
int deltaDaysForNewIssues,
int violationDescriptionMaximumLength,
String sonarApiUser,
String sonarApiPw) |
| Modifier and Type | Method and Description |
|---|---|
org.kohsuke.stapler.HttpResponse |
ajaxViaJenkins(String urlStr) |
int |
getDeltaDaysForNewIssues() |
String |
getDivId() |
int |
getMaxEntries() |
String |
getPriorityValueByNameJson() |
String |
getSonarApiPw() |
String |
getSonarApiUser() |
String |
getSonarBaseUrl() |
String |
getSonarNewIssuesPrioritiesJson() |
int |
getSonarNewIssuesPriorityThreshold() |
String |
getSonarPrioritiesJson() |
int |
getSonarPriorityThreshold() |
String |
getSonarProjectsJson() |
String |
getSonarProjectsList() |
@DataBoundConstructor public SonarIssuesPortlet(String name, String sonarBaseUrl, String sonarProjectsList, int sonarPriorityThreshold, int maxEntries, int sonarNewIssuesPriorityThreshold, int deltaDaysForNewIssues, int violationDescriptionMaximumLength, String sonarApiUser, String sonarApiPw)
public String getDivId()
public String getSonarBaseUrl()
public String getSonarProjectsList()
public int getMaxEntries()
public int getSonarPriorityThreshold()
public int getSonarNewIssuesPriorityThreshold()
public int getDeltaDaysForNewIssues()
public String getSonarApiUser()
public String getSonarApiPw()
public String getSonarProjectsJson()
public String getSonarPrioritiesJson()
public String getSonarNewIssuesPrioritiesJson()
public String getPriorityValueByNameJson()
@JavaScriptMethod public org.kohsuke.stapler.HttpResponse ajaxViaJenkins(String urlStr)
Copyright © 2004-2013. All Rights Reserved.