com.togethersoft.testing.shared
Interface ITaskReference

All Known Subinterfaces:
IStepReference, ISuiteReference

public interface ITaskReference


Method Summary
 Enumerationdetails()
          Returns an enumeration of result details of this reference
 longgetDuration()
          Returns the duration of this task
 StringgetName()
          Returns the name of this task
 SuiteReferencegetParentSuite()
          Returns the suite reference that contains this task
 StringgetRefid()
          Returns the reference id of this task
 IResultgetResult()
          Returns the result of this task
 longgetSinceStart()
          Returns the time since start for this task
 StringgetTimestamp()
          Returns the timestamp of this task
 StringgetUrl()
          Returns the URL of this task reference
 voidsetDuration(long duration)
          Sets the duration of this result
 voidsetSinceStart(long sincestart)
          Sets the time since start pf this result
 voidupdateUrl(String url)
          Updates the URL of this reference

Method Detail

details

public Enumeration details()
Returns an enumeration of result details of this reference

getDuration

public long getDuration()
Returns the duration of this task

getName

public String getName()
Returns the name of this task

getParentSuite

public SuiteReference getParentSuite()
Returns the suite reference that contains this task

getRefid

public String getRefid()
Returns the reference id of this task

getResult

public IResult getResult()
Returns the result of this task

getSinceStart

public long getSinceStart()
Returns the time since start for this task

getTimestamp

public String getTimestamp()
Returns the timestamp of this task

getUrl

public String getUrl()
Returns the URL of this task reference

setDuration

public void setDuration(long duration)
Sets the duration of this result

setSinceStart

public void setSinceStart(long sincestart)
Sets the time since start pf this result

updateUrl

public void updateUrl(String url)
Updates the URL of this reference