@Nonnull public interface ProjectContextLocator
ProjectContext
.
All arguments are assumed to be non-null unless otherwise noted.Modifier and Type | Method and Description |
---|---|
ServiceOutcome<ProjectContext> |
getContext(String projectKey,
long issueTypeId)
Find a
ProjectContext for the passed project and issue type. |
@Nonnull ServiceOutcome<ProjectContext> getContext(@Nonnull String projectKey, long issueTypeId)
ProjectContext
for the passed project and issue type.projectKey
- the projectKey to search.issueTypeId
- the issueTypeId to search.ServiceOutcome
either contains errors
or the ProjectContext
if the operation was successful.Copyright © 2002-2017 Atlassian. All Rights Reserved.