com.atlassian.bamboo.task
Class TaskContextHelperServiceImpl
java.lang.Object
com.atlassian.bamboo.task.TaskContextHelperServiceImpl
- All Implemented Interfaces:
- TaskContextHelperService
public class TaskContextHelperServiceImpl
- extends Object
- implements TaskContextHelperService
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TaskContextHelperServiceImpl
public TaskContextHelperServiceImpl(BuildDefinitionManager buildDefinitionManager,
EnvironmentService environmentService)
getTasksBeforeTaskId
@NotNull
public List<TaskDefinition> getTasksBeforeTaskId(@NotNull
Map<String,Object> context,
long taskId)
- Specified by:
getTasksBeforeTaskId in interface TaskContextHelperService
getTasks
@NotNull
public List<TaskDefinition> getTasks(@NotNull
Map<String,Object> context)
- Specified by:
getTasks in interface TaskContextHelperService
getTasks
@NotNull
public List<TaskDefinition> getTasks(@NotNull
ActionParametersMap params)
- Specified by:
getTasks in interface TaskContextHelperService
Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.