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

com.indeed.proctor.common.AbstractProctorDiffReporter Maven / Gradle / Ivy

package com.indeed.proctor.common;

import com.indeed.proctor.common.model.TestMatrixArtifact;

public class AbstractProctorDiffReporter {
    public void reportProctorDiff(final TestMatrixArtifact oldProctor, final TestMatrixArtifact newProctor) {
        // do nothing by default, provide your implementation to customize reporting
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy