Modifier and Type | Class and Description |
---|---|
class |
FakePagerDuty
A fake implementation of
PagerDuty that keeps track of open and closed incidents in
memory. |
Modifier and Type | Method and Description |
---|---|
static PagerDuty |
PagerDuty.create(String apiKey)
Create a new instance using the specified API key.
|
static PagerDuty |
PagerDuty.create(String apiKey,
retrofit.RestAdapter restAdapter)
Create a new instance using the specified API key and configured
RestAdapter . |
Copyright © 2014 Square, Inc.. All Rights Reserved.