Package com.atlassian.bamboo.task
Class TaskContextHelperServiceImpl
java.lang.Object
com.atlassian.bamboo.task.TaskContextHelperServiceImpl
- All Implemented Interfaces:
TaskContextHelperService
-
Constructor Summary
ConstructorDescriptionTaskContextHelperServiceImpl
(BuildDefinitionManager buildDefinitionManager, EnvironmentService environmentService) -
Method Summary
Modifier and TypeMethodDescription@NotNull List<TaskDefinition>
getTasks
(@NotNull ActionParametersMap params) @NotNull List<TaskDefinition>
@NotNull List<TaskDefinition>
getTasksBeforeTaskId
(@NotNull Map<String, Object> context, long taskId)
-
Constructor Details
-
TaskContextHelperServiceImpl
public TaskContextHelperServiceImpl(BuildDefinitionManager buildDefinitionManager, EnvironmentService environmentService)
-
-
Method Details
-
getTasksBeforeTaskId
@NotNull public @NotNull List<TaskDefinition> getTasksBeforeTaskId(@NotNull @NotNull Map<String, Object> context, long taskId) - Specified by:
getTasksBeforeTaskId
in interfaceTaskContextHelperService
-
getTasks
@NotNull public @NotNull List<TaskDefinition> getTasks(@NotNull @NotNull Map<String, Object> context) - Specified by:
getTasks
in interfaceTaskContextHelperService
-
getTasks
@NotNull public @NotNull List<TaskDefinition> getTasks(@NotNull @NotNull ActionParametersMap params) - Specified by:
getTasks
in interfaceTaskContextHelperService
-