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

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

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