public interface ProjectWorkflowSchemeHelper
This is really an internal helper class for Project Configuration.
Modifier and Type | Method and Description |
---|---|
List<Project> |
getProjectsForScheme(Long schemeId)
Return a list of projects that use the workflow scheme with the passed query.
|
com.google.common.collect.Multimap<String,Project> |
getProjectsForWorkflow(Set<String> workflows)
Return a map of active workflow names to the projects that use those workflows.
|
List<Project> |
getProjectsForWorkflow(String workflowName)
Returns a list of the projects are currently using the passed workflow.
|
List<Project> getProjectsForScheme(Long schemeId)
schemeId
- the scheme id query. Null can be passed to search for the magical default workflow scheme.List<Project> getProjectsForWorkflow(String workflowName)
Only projects that the passed user can change the configurtion for will be returned.
workflowName
- the name of the workflow the check.com.google.common.collect.Multimap<String,Project> getProjectsForWorkflow(Set<String> workflows)
Only projects that the passed user can change the configurtion for will be returned.
workflows
- the workflows to query.Copyright © 2002-2017 Atlassian. All Rights Reserved.