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 aProjectContext
for the passed project and issue type.
-
Method Details
-
getContext
Find aProjectContext
for the passed project and issue type.- Parameters:
projectKey
- the projectKey to search.issueTypeId
- the issueTypeId to search.- Returns:
- the result of the operation. The
ServiceOutcome
either contains errors or theProjectContext
if the operation was successful.
-