Interface PlanTestService
-
- All Known Implementing Classes:
PlanTestServiceImpl
public interface PlanTestService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PlanKey
createChain(@NotNull String projectKey, @Nullable String projectName, @NotNull String chainName)
PlanKey
createJob(@NotNull PlanKey chainKey, @NotNull String jobSubKey)
PlanKey
createSimpleChain()
-