Interface Webhook

    • Method Detail

      • url

        @Nullable
        URI url()
        URL
      • testUrl

        @Nullable
        URI testUrl()
        Test URL
      • pingUrl

        @Nullable
        URI pingUrl()
        Ping URL
      • name

        @Nullable
        String name()
        Name
      • events

        @Nullable
        List<String> events()
        Determines what events the hook is triggered for. Default: ["push"]
      • active

        @Nullable
        Boolean active()
        Determines whether the hook is actually triggered on pushes.
      • config

        @Nullable
        WebhookConfig config()
        These settings vary between hooks and some are defined in the github-services repository.