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) GenerateProcessContextfor a process executed out of scope of any task.forTaskContext(@NotNull CommonTaskContext taskContext) GenerateProcessContextfor a task.
-
Method Details
-
forTaskContext
GenerateProcessContextfor a task.- Parameters:
taskContext-
-
forCommonContext
GenerateProcessContextfor a process executed out of scope of any task.- Parameters:
commonContext-
-