SkippyRunner

class SkippyRunner(    outputsDir: Path,     androidTestProjects: Set<String> = emptySet(),     rootDir: Path,     dependencyGraph: DependencyGraph.SerializableGraph,     changedFilesPath: Path,     originalConfigMap: Map<String, SkippyConfig>,     parallelism: Int = originalConfigMap.size,     fs: FileSystem = FileSystem.SYSTEM,     debug: Boolean = false,     logger: FoundryLogger = FoundryLogger.noop(),     mergeOutputs: Boolean = true)(source)

Constructors

Link copied to clipboard
constructor(    outputsDir: Path,     androidTestProjects: Set<String> = emptySet(),     rootDir: Path,     dependencyGraph: DependencyGraph.SerializableGraph,     changedFilesPath: Path,     originalConfigMap: Map<String, SkippyConfig>,     parallelism: Int = originalConfigMap.size,     fs: FileSystem = FileSystem.SYSTEM,     debug: Boolean = false,     logger: FoundryLogger = FoundryLogger.noop(),     mergeOutputs: Boolean = true)

Functions

Link copied to clipboard
suspend fun run(context: CoroutineContext)