com.atlassian.bamboo.deployments.environments.index
Interface EnvironmentIndexSearcher

All Known Implementing Classes:
EnvironmentIndexSearcherImpl

public interface EnvironmentIndexSearcher

For searching the environment index


Method Summary
 List<IndexedEnvironment> findEnvironmentsForProject(long projectID)
          Get all indexed environments for this project
 

Method Detail

findEnvironmentsForProject

List<IndexedEnvironment> findEnvironmentsForProject(long projectID)
Get all indexed environments for this project

Parameters:
projectID - of project to find
Returns:
indexed environments


Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.