org.ow2.jasmine.probe.rest
Interface Task

All Known Implementing Classes:
JTask

public interface Task

Task objects are used to keep data collected by probes (JasmineProbeResult) and transform this data into XML format. Data is set by dedicated "rest" typed outputs.

Author:
danesa

Method Summary
 String getTaskId()
           
 void setLastResult(org.ow2.jasmine.probe.JasmineProbeResult result)
          Used by a 'rest' output to set data collected by a probe.
 

Method Detail

getTaskId

String getTaskId()
Returns:
the task id

setLastResult

void setLastResult(org.ow2.jasmine.probe.JasmineProbeResult result)
Used by a 'rest' output to set data collected by a probe.

Parameters:
result - the probe's result obtained at the last iteration.


Copyright © 2013 OW2 Consortium. All Rights Reserved.