de.retest.recheck.persistence.ReportUploadMetadata Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of recheck Show documentation
Show all versions of recheck Show documentation
Replace traditional assertions with a single check.
package de.retest.recheck.persistence;
import java.net.URI;
import java.util.List;
import lombok.Builder;
import lombok.Getter;
@Builder
@Getter
public class ReportUploadMetadata {
private final URI location;
private final String uploadUrl;
private final List testClasses;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy