Package com.atlassian.bamboo.process
Interface ProcessContextFactory
-
- All Known Implementing Classes:
ProcessContextFactoryImpl
public interface ProcessContextFactoryGenerate aProcessContextinstance for an executable job or a task.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ProcessContextforCommonContext(@NotNull CommonContext commonContext)GenerateProcessContextfor a process executed out of scope of any task.ProcessContextforTaskContext(@NotNull CommonTaskContext taskContext)GenerateProcessContextfor a task.
-
-
-
Method Detail
-
forTaskContext
ProcessContext forTaskContext(@NotNull @NotNull CommonTaskContext taskContext)
GenerateProcessContextfor a task.- Parameters:
taskContext-
-
forCommonContext
ProcessContext forCommonContext(@NotNull @NotNull CommonContext commonContext)
GenerateProcessContextfor a process executed out of scope of any task.- Parameters:
commonContext-
-
-