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

com.iwillfailyou.inspection.badge.Badge Maven / Gradle / Ivy

There is a newer version: 0.8.1
Show newest version
package com.iwillfailyou.inspection.badge;

import com.iwillfailyou.inspection.InspectionException;

import java.net.URL;

public interface Badge {

    void send(URL url) throws InspectionException;

    void failIfRed() throws InspectionException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy