Interface EnvironmentIndexSearcher
-
- All Known Implementing Classes:
EnvironmentIndexSearcherImpl
@Deprecated public interface EnvironmentIndexSearcher
Deprecated.since 8.2 use DB services instead.For searching the environments. As of Bamboo 8.2 is delegating to DB services
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description List<IndexedEnvironment>
findEnvironmentsForProject(long projectID)
Deprecated.Get all indexed environments for this project
-
-
-
Method Detail
-
findEnvironmentsForProject
List<IndexedEnvironment> findEnvironmentsForProject(long projectID)
Deprecated.Get all indexed environments for this project- Parameters:
projectID
- of project to find- Returns:
- indexed environments
-
-