com.sun.faban.harness.webclient
Class RunResult.FeedRecord

java.lang.Object
  extended by com.sun.faban.harness.webclient.RunResult.FeedRecord
Enclosing class:
RunResult

public static class RunResult.FeedRecord
extends Object

The feed record for the run results.


Field Summary
 String id
          The feed id.
 String link
          Resource URL.
 String summary
          The feed summary.
 String[] tags
          List of tags on the resource.
 String title
          The feed title.
 String updated
          The formatted timestamp.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

title

public String title
The feed title.


summary

public String summary
The feed summary.


id

public String id
The feed id.


updated

public String updated
The formatted timestamp.


link

public String link
Resource URL.


tags

public String[] tags
List of tags on the resource.