public final class JkImportedRuns
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
java.util.List<JkRun> |
getAll()
Returns direct and transitive importedRuns.
|
<T extends JkRun> |
getAllOf(java.lang.Class<T> ofClass)
Same as
getAll() but only returns run instance of the specified class or its subclasses. |
java.util.List<JkRun> |
getDirects()
Returns only the direct slave of this master run.
|
java.util.List<java.nio.file.Path> |
getImportedRunRoots() |
public java.util.List<JkRun> getDirects()
public java.util.List<JkRun> getAll()
public <T extends JkRun> java.util.List<T> getAllOf(java.lang.Class<T> ofClass)
getAll()
but only returns run instance of the specified class or its subclasses.public java.util.List<java.nio.file.Path> getImportedRunRoots()