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

com.chutneytesting.execution.domain.scenario.composed.ExecutableStepRepository Maven / Gradle / Ivy

There is a newer version: 3.0.0
Show newest version
package com.chutneytesting.execution.domain.scenario.composed;

public interface ExecutableStepRepository {

    ExecutableComposedStep findExecutableById(String recordId);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy