
com.applitools.eyes.IBatchCloser Maven / Gradle / Ivy
package com.applitools.eyes;
public interface IBatchCloser {
void closeBatch(String batchId);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy
package com.applitools.eyes;
public interface IBatchCloser {
void closeBatch(String batchId);
}