Interface ProjectContextLocator
- All Known Implementing Classes:
DefaultProjectContextLocator
@Nonnull
public interface ProjectContextLocator
Locator for a
ProjectContext.
All arguments are assumed to be non-null unless otherwise noted.- Since:
- v6.2
-
Method Summary
Modifier and TypeMethodDescriptiongetContext(String projectKey, long issueTypeId) Find aProjectContextfor the passed project and issue type.
-
Method Details
-
getContext
Find aProjectContextfor the passed project and issue type.- Parameters:
projectKey- the projectKey to search.issueTypeId- the issueTypeId to search.- Returns:
- the result of the operation. The
ServiceOutcomeeither contains errors or theProjectContextif the operation was successful.
-