Class TaskExecutionContext


  • @Internal
    public class TaskExecutionContext
    extends Object
    • Method Detail

      • hasTasksToExecute

        public boolean hasTasksToExecute​(@Nullable
                                         @Nullable TaskResult taskResult)
      • getBuildContext

        @Nullable
        public @Nullable BuildContext getBuildContext()
      • getCommonContext

        @NotNull
        public @NotNull CommonContext getCommonContext()
      • getDeploymentContext

        @Nullable
        public @Nullable DeploymentContext getDeploymentContext()
      • getBuildLogger

        @NotNull
        public @NotNull BuildLogger getBuildLogger()
      • getRootDirectory

        @NotNull
        public @NotNull File getRootDirectory()
        Returns:
        root of working directory as defined in Job configuration
      • getDefaultRootDirectory

        @NotNull
        public @NotNull File getDefaultRootDirectory()
        Returns:
        default root of working directory defined as ${bamboo.agentWorkingDir}/${bamboo.planKey}