Package dev.galasa.framework.spi
Interface IRunResult
public interface IRunResult
-
Method Summary
Modifier and TypeMethodDescriptionvoiddiscard()getLog()getRunId()voidloadArtifact(String artifactPath) void
-
Method Details
-
getRunId
String getRunId() -
getTestStructure
- Throws:
ResultArchiveStoreException
-
getArtifactsRoot
- Throws:
ResultArchiveStoreException
-
getLog
- Throws:
ResultArchiveStoreException
-
discard
- Throws:
ResultArchiveStoreException
-
loadArtifacts
- Throws:
ResultArchiveStoreException
-
loadArtifact
- Throws:
ResultArchiveStoreException
-