com.atlassian.bamboo.task
Class TaskFunctions

java.lang.Object
  extended by com.atlassian.bamboo.task.TaskFunctions

public final class TaskFunctions
extends java.lang.Object


Method Summary
static com.google.common.base.Function<TaskModuleDescriptor,TaskExecutableType> getFirstTaskExecutableFromTaskModule()
           
static com.google.common.base.Function<TaskExecutableType,java.lang.String> getTaskExecutableKey()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getFirstTaskExecutableFromTaskModule

public static com.google.common.base.Function<TaskModuleDescriptor,TaskExecutableType> getFirstTaskExecutableFromTaskModule()
Returns:
the first TaskExecutableType belonging to the given TaskModuleDescriptor

getTaskExecutableKey

public static com.google.common.base.Function<TaskExecutableType,java.lang.String> getTaskExecutableKey()
Returns:
the TaskExecutableType.getExecutableKey() for the given TaskExecutableType


Copyright © 2012 Atlassian. All Rights Reserved.