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

step.artefacts.reports.BeforeThreadReportNode Maven / Gradle / Ivy

package step.artefacts.reports;

import step.core.artefacts.reports.ReportNode;

public class BeforeThreadReportNode extends ReportNode {

	@Override
	public boolean setVariableInParentScope() {
		return true;
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy