public class KlocworkDashboard extends Object implements hudson.model.Action
Modifier and Type | Field and Description |
---|---|
String |
icon |
ArrayList<KlocworkIssue> |
localIssues |
ArrayList<KlocworkIssue> |
serverIssues |
boolean |
shouldDashboardLocal |
boolean |
shouldDashboardServer |
String |
text |
String |
url |
Constructor and Description |
---|
KlocworkDashboard(ArrayList<KlocworkIssue> localIssues,
ArrayList<KlocworkIssue> serverIssues,
boolean shouldDashboardLocal,
boolean shouldDashboardServer) |
Modifier and Type | Method and Description |
---|---|
String |
getDisplayName() |
String |
getIconFileName() |
ArrayList<KlocworkIssue> |
getLocalIssues() |
String |
getLocalIssuesSize() |
ArrayList<KlocworkIssue> |
getServerIssues() |
String |
getServerIssuesSize() |
String |
getUrlName() |
boolean |
isShouldDashboardLocal() |
boolean |
isShouldDashboardServer() |
double |
round(double value,
int places) |
public final String url
public final String text
public final String icon
public final ArrayList<KlocworkIssue> localIssues
public final ArrayList<KlocworkIssue> serverIssues
public final boolean shouldDashboardLocal
public final boolean shouldDashboardServer
public KlocworkDashboard(ArrayList<KlocworkIssue> localIssues, ArrayList<KlocworkIssue> serverIssues, boolean shouldDashboardLocal, boolean shouldDashboardServer)
public String getUrlName()
getUrlName
in interface hudson.model.Action
public String getDisplayName()
getDisplayName
in interface hudson.model.Action
getDisplayName
in interface hudson.model.ModelObject
public String getIconFileName()
getIconFileName
in interface hudson.model.Action
public double round(double value, int places)
public ArrayList<KlocworkIssue> getLocalIssues()
public String getLocalIssuesSize()
public ArrayList<KlocworkIssue> getServerIssues()
public String getServerIssuesSize()
public boolean isShouldDashboardLocal()
public boolean isShouldDashboardServer()
Copyright © 2016–2019. All rights reserved.