Interface PlanTestService
- All Known Implementing Classes:
PlanTestServiceImpl
public interface PlanTestService
-
Method Summary
-
Method Details
-
createSimpleChain
- Throws:
Exception
-
createChain
PlanKey createChain(@NotNull @NotNull String projectKey, @Nullable @Nullable String projectName, @NotNull @NotNull String chainName) throws Exception - Throws:
Exception
-
createJob
PlanKey createJob(@NotNull @NotNull PlanKey chainKey, @NotNull @NotNull String jobSubKey) throws Exception - Throws:
Exception
-