Class PagerDutyAccount

  • All Implemented Interfaces:
    org.elasticsearch.common.xcontent.ToXContent, org.elasticsearch.common.xcontent.ToXContentObject

    public class PagerDutyAccount
    extends com.floragunn.signals.accounts.Account
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  PagerDutyAccount.Factory  
      • Nested classes/interfaces inherited from class com.floragunn.signals.accounts.Account

        com.floragunn.signals.accounts.Account.FactoryRegistry
      • Nested classes/interfaces inherited from interface org.elasticsearch.common.xcontent.ToXContent

        org.elasticsearch.common.xcontent.ToXContent.DelegatingMapParams, org.elasticsearch.common.xcontent.ToXContent.MapParams, org.elasticsearch.common.xcontent.ToXContent.Params
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static String TYPE  
      • Fields inherited from class com.floragunn.signals.accounts.Account

        factoryRegistry
      • Fields inherited from interface org.elasticsearch.common.xcontent.ToXContent

        EMPTY_PARAMS
    • Constructor Detail

      • PagerDutyAccount

        public PagerDutyAccount​(String integrationKey)
    • Method Detail

      • toXContent

        public org.elasticsearch.common.xcontent.XContentBuilder toXContent​(org.elasticsearch.common.xcontent.XContentBuilder builder,
                                                                            org.elasticsearch.common.xcontent.ToXContent.Params params)
                                                                     throws IOException
        Throws:
        IOException
      • getReferencingWatchesQuery

        public org.elasticsearch.search.builder.SearchSourceBuilder getReferencingWatchesQuery()
        Specified by:
        getReferencingWatchesQuery in class com.floragunn.signals.accounts.Account
      • getType

        public String getType()
        Specified by:
        getType in class com.floragunn.signals.accounts.Account
      • getIntegrationKey

        public String getIntegrationKey()
      • setIntegrationKey

        public void setIntegrationKey​(String integrationKey)
      • getUri

        public String getUri()
      • setUri

        public void setUri​(String url)