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 Details

    • getContext

      @Nonnull ServiceOutcome<ProjectContext> getContext(@Nonnull String projectKey, long issueTypeId)
      Find a ProjectContext 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 the ProjectContext if the operation was successful.