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