Package dev.galasa.framework.spi
Interface IFrameworkRuns
- All Known Implementing Classes:
FrameworkRuns
public interface IFrameworkRuns
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getAllGroupedRuns
(@NotNull String groupName) boolean
@NotNull IRun
submitRun
(String type, String requestor, String bundleName, String testName, String groupName, String mavenRepository, String obr, String stream, boolean local, boolean trace, Properties overrides, IFrameworkRuns.SharedEnvironmentPhase sharedEnvironmentPhase, String sharedEnvironmentRunName, String language)
-
Method Details
-
getActiveRuns
- Throws:
FrameworkException
-
getQueuedRuns
- Throws:
FrameworkException
-
getAllRuns
- Throws:
FrameworkException
-
getAllGroupedRuns
@NotNull @NotNull List<IRun> getAllGroupedRuns(@NotNull @NotNull String groupName) throws FrameworkException - Throws:
FrameworkException
-
getActiveRunNames
- Throws:
FrameworkException
-
delete
- Throws:
DynamicStatusStoreException
-
getRun
- Throws:
DynamicStatusStoreException
-
reset
- Throws:
DynamicStatusStoreException
-