|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TelemetryClientException | |
---|---|
org.hackystat.telemetry.service.client | Provides a client class that facilitates access to the Telemetry service. |
Uses of TelemetryClientException in org.hackystat.telemetry.service.client |
---|
Methods in org.hackystat.telemetry.service.client that throw TelemetryClientException | |
---|---|
TelemetryClient |
TelemetryClient.authenticate()
Authenticates this user and password with this Telemetry service, throwing a TelemetryClientException if the user and password associated with this instance are not valid credentials. |
void |
TelemetryClient.clearServerCache()
Clears the DailyProjectData cache associated with this user in the Telemetry service associated with this TelemetryClient. |
void |
TelemetryClient.clearServerCache(java.lang.String owner,
java.lang.String project)
Clears the DailyProjectData cache entries for this user that are associated with the passed project and its owner in the Telemetry service associated with this TelemetryClient. |
TelemetryChartData |
TelemetryClient.getChart(java.lang.String name,
java.lang.String user,
java.lang.String project,
java.lang.String granularity,
javax.xml.datatype.XMLGregorianCalendar start,
javax.xml.datatype.XMLGregorianCalendar end)
Returns a TelemetryChart instance from this server, or throws a TelemetryClientException if problems occur. |
TelemetryChartData |
TelemetryClient.getChart(java.lang.String name,
java.lang.String user,
java.lang.String project,
java.lang.String granularity,
javax.xml.datatype.XMLGregorianCalendar start,
javax.xml.datatype.XMLGregorianCalendar end,
java.lang.String params)
Returns a TelemetryChart instance from this server, or throws a TelemetryClientException if problems occur. |
TelemetryChartDefinition |
TelemetryClient.getChartDefinition(java.lang.String chartName)
Returns a TelemetryChartDefinition instance from this server, or throws a TelemetryClientException if problems occur. |
TelemetryChartIndex |
TelemetryClient.getChartIndex()
Returns a TelemetryChartIndex instance from this server, or throws a TelemetryClientException if problems occur. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |