Uses of Class
biz.neustar.pagerduty.InternalException

Packages that use InternalException
biz.neustar.pagerduty   
 

Uses of InternalException in biz.neustar.pagerduty
 

Methods in biz.neustar.pagerduty that throw InternalException
 EventResponse PagerDutyClient.acknowledge(String serviceKey, String description, String incidentKey, Object details)
          Acknowledges an existing event in PagerDuty for the supplied service and incident key, including an optional description and details to go along with the message.
 List<Incident> PagerDutyClient.getIncidents(Date start, Date end, IncidentsQuery query)
          Returns the incidents based on the supplied date range and query parameters.
 int PagerDutyClient.getIncidentsCount(Date start, Date end, IncidentsQuery query)
          Returns the count of incidents based on the supplied date range and query parameters.
 EventResponse PagerDutyClient.resolve(String serviceKey, String description, String incidentKey, Object details)
          Resolves an existing event in PagerDuty for the supplied service and incident key, including an optional description and details to go along with the message.
 EventResponse PagerDutyClient.trigger(String serviceKey, String description, String incidentKey, Object details)
          Triggers a new incident in PagerDuty for the supplied service, including an optional description, incident key, and details to go along with the message.
 



Copyright © 2011. All Rights Reserved.