com.atlassian.bamboo.task
Class TaskContextHelperServiceImpl

java.lang.Object
  extended by com.atlassian.bamboo.task.TaskContextHelperServiceImpl
All Implemented Interfaces:
TaskContextHelperService

public class TaskContextHelperServiceImpl
extends Object
implements TaskContextHelperService


Constructor Summary
TaskContextHelperServiceImpl(BuildDefinitionManager buildDefinitionManager, EnvironmentService environmentService)
           
 
Method Summary
 List<TaskDefinition> getTasks(ActionParametersMap params)
           
 List<TaskDefinition> getTasks(Map<String,Object> context)
           
 List<TaskDefinition> getTasksBeforeTaskId(Map<String,Object> context, long taskId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TaskContextHelperServiceImpl

public TaskContextHelperServiceImpl(BuildDefinitionManager buildDefinitionManager,
                                    EnvironmentService environmentService)
Method Detail

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.