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

com.testvagrant.monitor.services.BuildsService Maven / Gradle / Ivy

The newest version!
package com.testvagrant.monitor.services;

public interface BuildsService {

    void notifyBuildStart();

    void notifyBuildEnd();

    void updateBuildWithUniqueScenarios();

    void createCrashCollection();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy