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

de.dagere.peass.analysis.properties.PropertyProcessor Maven / Gradle / Ivy

There is a newer version: 0.4.0
Show newest version
package de.dagere.peass.analysis.properties;

public interface PropertyProcessor {
   public void process(String version, String testcase, ChangeProperty change, ChangeProperties changeProperties);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy