Uses of Class
org.jenkinsci.plugins.vmanager.charts.util.VManagerSessionsClient.SessionAggregates
Packages that use VManagerSessionsClient.SessionAggregates
-
Uses of VManagerSessionsClient.SessionAggregates in org.jenkinsci.plugins.vmanager.charts.util
Methods in org.jenkinsci.plugins.vmanager.charts.util that return VManagerSessionsClient.SessionAggregatesModifier and TypeMethodDescriptionVManagerSessionsClient.fetchAggregated(String baseUrl, Collection<String> sessionNames, com.cloudbees.plugins.credentials.common.StandardUsernamePasswordCredentials creds) Posts the sessions list query and returns the summed counts across all region groups returned by the server.VManagerSessionsClient.fetchAggregated(String baseUrl, Collection<String> sessionNames, com.cloudbees.plugins.credentials.common.StandardUsernamePasswordCredentials creds, TaskListener listener) Same asVManagerSessionsClient.fetchAggregated(String, Collection, StandardUsernamePasswordCredentials)but logs the URL, headers and payload tolistener(if non-null).