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

org.conqat.engine.commons.findings.location.ITeamscaleIssueFindingLocation Maven / Gradle / Ivy

There is a newer version: 2025.1.0
Show 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