-
-
Notifications
You must be signed in to change notification settings - Fork 716
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add separate jsons for widgets (fixes #567) #650
Conversation
private final String fileName; | ||
|
||
protected CommonJsonAggregator(final String fileName) { | ||
this.location = "data"; | ||
this.fileName = fileName; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this("data", fileName)
@@ -57,4 +39,28 @@ private SummaryData getSummaryData(final List<LaunchResults> launches) { | |||
}); | |||
return data; | |||
} | |||
|
|||
private static class JsonAggregator extends CommonJsonAggregator { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is it used?
* | ||
* @since 2.0 | ||
*/ | ||
public class StatusPlugin extends CommonJsonAggregator { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
StatusChartPlugin
No description provided.