|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.atlassian.bamboo.task.CommonTaskContextImpl
com.atlassian.bamboo.task.TaskContextImpl
public class TaskContextImpl
Field Summary |
---|
Fields inherited from class com.atlassian.bamboo.task.CommonTaskContextImpl |
---|
rootDirectorySelector, taskExecutionContext |
Constructor Summary | |
---|---|
TaskContextImpl(java.util.Map<java.lang.String,java.lang.String> substitutedConfiguration,
TaskExecutionContext taskExecutionContext,
TaskDefinition taskDefinition)
|
Method Summary | |
---|---|
BuildContext |
getBuildContext()
Contains all the build related information about the running of the tasks |
java.io.File |
getRootDirectory()
Get build root directory (where sources were checked out) |
Methods inherited from class com.atlassian.bamboo.task.CommonTaskContextImpl |
---|
getBuildLogger, getCommonContext, getConfigurationMap, getId, getPluginKey, getRuntimeTaskContext, getUserDescription, getWorkingDirectory, isEnabled, isFinalising |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.atlassian.bamboo.task.TaskContext |
---|
getBuildLogger, getConfigurationMap, getRuntimeTaskContext, getWorkingDirectory |
Methods inherited from interface com.atlassian.bamboo.task.CommonTaskContext |
---|
getCommonContext |
Methods inherited from interface com.atlassian.bamboo.task.TaskIdentifier |
---|
getId, getPluginKey, getUserDescription, isEnabled, isFinalising |
Constructor Detail |
---|
public TaskContextImpl(java.util.Map<java.lang.String,java.lang.String> substitutedConfiguration, TaskExecutionContext taskExecutionContext, TaskDefinition taskDefinition)
Method Detail |
---|
@NotNull public BuildContext getBuildContext()
TaskContext
getBuildContext
in interface TaskContext
getBuildContext
in class CommonTaskContextImpl
@NotNull public java.io.File getRootDirectory()
CommonTaskContext
getRootDirectory
in interface CommonTaskContext
getRootDirectory
in interface TaskContext
getRootDirectory
in class CommonTaskContextImpl
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |