Uses of Class
biz.neustar.pagerduty.model.EventResponse

Packages that use EventResponse
biz.neustar.pagerduty   
 

Uses of EventResponse in biz.neustar.pagerduty
 

Methods in biz.neustar.pagerduty that return EventResponse
 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 InvalidEventException.getEventResponse()
           
 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.
 

Constructors in biz.neustar.pagerduty with parameters of type EventResponse
InvalidEventException(EventResponse eventResponse)
           
 



Copyright © 2011. All Rights Reserved.