hudson.plugins.PerfPublisher.Report
Class DataSet

java.lang.Object
  extended by hudson.plugins.PerfPublisher.Report.DataSet

public class DataSet
extends java.lang.Object


Constructor Summary
DataSet()
           
 
Method Summary
 java.lang.String getPath()
           
 java.lang.String getType()
           
 void setPath(java.lang.String path)
           
 void setType(java.lang.String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataSet

public DataSet()
Method Detail

getType

public java.lang.String getType()
Returns:
the type

setType

public void setType(java.lang.String type)
Parameters:
type - the type to set

getPath

public java.lang.String getPath()
Returns:
the path

setPath

public void setPath(java.lang.String path)
Parameters:
path - the path to set


Copyright © 2010. All Rights Reserved.