public class TaskContextHelperServiceImpl extends Object implements TaskContextHelperService
| Constructor and Description |
|---|
TaskContextHelperServiceImpl(BuildDefinitionManager buildDefinitionManager,
EnvironmentService environmentService) |
| Modifier and Type | Method and Description |
|---|---|
List<TaskDefinition> |
getTasks(ActionParametersMap params) |
List<TaskDefinition> |
getTasks(Map<String,Object> context) |
List<TaskDefinition> |
getTasksBeforeTaskId(Map<String,Object> context,
long taskId) |
public TaskContextHelperServiceImpl(BuildDefinitionManager buildDefinitionManager, EnvironmentService environmentService)
@NotNull public List<TaskDefinition> getTasksBeforeTaskId(@NotNull Map<String,Object> context, long taskId)
getTasksBeforeTaskId in interface TaskContextHelperService@NotNull public List<TaskDefinition> getTasks(@NotNull Map<String,Object> context)
getTasks in interface TaskContextHelperService@NotNull public List<TaskDefinition> getTasks(@NotNull ActionParametersMap params)
getTasks in interface TaskContextHelperServiceCopyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.