Package com.atlassian.bamboo.process
Interface ProcessContextFactory
- All Known Implementing Classes:
ProcessContextFactoryImpl
public interface ProcessContextFactory
Generate a
ProcessContext
instance for an executable job or a task.-
Method Summary
Modifier and TypeMethodDescriptionforCommonContext
(@NotNull CommonContext commonContext) GenerateProcessContext
for a process executed out of scope of any task.forTaskContext
(@NotNull CommonTaskContext taskContext) GenerateProcessContext
for a task.
-
Method Details
-
forTaskContext
GenerateProcessContext
for a task.- Parameters:
taskContext
-
-
forCommonContext
GenerateProcessContext
for a process executed out of scope of any task.- Parameters:
commonContext
-
-