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