com.atlassian.bamboo.plugins.variable.debug
Class DumpVariablesTask

java.lang.Object
  extended by com.atlassian.bamboo.plugins.variable.debug.DumpVariablesTask
All Implemented Interfaces:
CommonTaskType, InternalTaskType

public class DumpVariablesTask
extends Object
implements CommonTaskType


Constructor Summary
DumpVariablesTask()
           
 
Method Summary
 TaskResult execute(CommonTaskContext taskContext)
          Executes the task.
 void setCustomVariableContext(CustomVariableContext customVariableContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DumpVariablesTask

public DumpVariablesTask()
Method Detail

execute

public TaskResult execute(@NotNull
                          CommonTaskContext taskContext)
                   throws TaskException
Description copied from interface: CommonTaskType
Executes the task.

Specified by:
execute in interface CommonTaskType
Returns:
a TaskResult representing the status of the task execution
Throws:
TaskException

setCustomVariableContext

public void setCustomVariableContext(CustomVariableContext customVariableContext)


Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.