Uses of Class
biz.neustar.pagerduty.InvalidEventException

Packages that use InvalidEventException
biz.neustar.pagerduty   
 

Uses of InvalidEventException in biz.neustar.pagerduty
 

Methods in biz.neustar.pagerduty that throw InvalidEventException
 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.
 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.