public interface RunTypesProvider
Modifier and Type | Method and Description |
---|---|
RunTypeWithExtensions |
findExtendedRunType(java.lang.String runType) |
java.util.Map<SProject,java.util.Collection<? extends RunType>> |
getAvailableRunTypes()
Returns map of project to runners available for current project,
the map contains
ProjectManager.getRootProject()
as well
Returned map is ordered, from root project to deep projects |
@Nullable RunTypeWithExtensions findExtendedRunType(@NotNull java.lang.String runType)
runType
- runType@NotNull java.util.Map<SProject,java.util.Collection<? extends RunType>> getAvailableRunTypes()
ProjectManager.getRootProject()
as well