All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.capitalone.dashboard.webhook.github.GitHubHookService Maven / Gradle / Ivy

There is a newer version: 3.4.53
Show newest version
package com.capitalone.dashboard.webhook.github;

import com.capitalone.dashboard.misc.HygieiaException;
import org.json.simple.JSONObject;
import org.json.simple.parser.ParseException;

import java.net.MalformedURLException;

public interface GitHubHookService {
    String createFromGitHubv3(JSONObject request) throws ParseException, HygieiaException, MalformedURLException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy