public interface ProcessContextFactory
ProcessContext instance for an executable job or a task.| Modifier and Type | Method and Description |
|---|---|
ProcessContext |
forCommonContext(CommonContext commonContext)
Generate
ProcessContext for a process executed out of scope of any task. |
ProcessContext |
forTaskContext(CommonTaskContext taskContext)
Generate
ProcessContext for a task. |
ProcessContext forTaskContext(@NotNull CommonTaskContext taskContext)
ProcessContext for a task.taskContext - ProcessContext forCommonContext(@NotNull CommonContext commonContext)
ProcessContext for a process executed out of scope of any task.commonContext - Copyright © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.