org.conqat.engine.commons.findings.location.ITeamscaleIssueFindingLocation Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of teamscale-commons Show documentation
Show all versions of teamscale-commons Show documentation
Provides common DTOs for Teamscale
The newest version!
package org.conqat.engine.commons.findings.location;
import org.conqat.lib.commons.test.IndexValueClass;
/** Interface to ensure existence of an issue id getter. */
@IndexValueClass(containedInBackup = true)
public interface ITeamscaleIssueFindingLocation {
/** Returns the ID of the issue for which the finding is reported. */
String getIssueId();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy