Package com.atlassian.bamboo.task
Interface TaskContainer
- All Known Subinterfaces:
DecoratedEnvironment,Environment,EnvironmentStub,ImmutableJob,InternalEnvironment,Job,MutableEnvironment
- All Known Implementing Classes:
DecoratedEnvironmentImpl,DefaultJob,EnvironmentImpl,EnvironmentStubDto,EnvironmentStubImpl,EnvironmentWithConfigCounts,ImmutableJobImpl,InternalEnvironmentImpl,InternalEnvironmentStubImpl,MutableEnvironmentImpl
@PublicApi
public interface TaskContainer
Represents an entity that contains a list of
TaskDefinitions-
Method Summary
-
Method Details
-
getTaskDefinitions
- Returns:
- an ordered list of taskDefinitions for this container.
-