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

com.hubspot.blazar.discovery.ModuleDiscovery Maven / Gradle / Ivy

The newest version!
package com.hubspot.blazar.discovery;

import com.hubspot.blazar.base.CommitInfo;
import com.hubspot.blazar.base.DiscoveryResult;
import com.hubspot.blazar.base.GitInfo;

import java.io.IOException;

public interface ModuleDiscovery {
  boolean shouldRediscover(GitInfo gitInfo, CommitInfo commitInfo) throws IOException;
  DiscoveryResult discover(GitInfo gitInfo) throws IOException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy