hudson.plugins.PerfPublisher.Report
Class Source

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

public class Source
extends java.lang.Object


Constructor Summary
Source()
           
 
Method Summary
 java.lang.String getComment()
           
 java.lang.String getLanguage()
           
 java.lang.String getPath()
           
 java.lang.String getSource()
           
 void setComment(java.lang.String comment)
           
 void setLanguage(java.lang.String language)
           
 void setPath(java.lang.String path)
           
 void setSource(java.lang.String source)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Source

public Source()
Method Detail

getComment

public java.lang.String getComment()
Returns:
the comment

setComment

public void setComment(java.lang.String comment)
Parameters:
comment - the comment 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

getLanguage

public java.lang.String getLanguage()
Returns:
the language

setLanguage

public void setLanguage(java.lang.String language)
Parameters:
language - the language to set

getSource

public java.lang.String getSource()
Returns:
the source

setSource

public void setSource(java.lang.String source)
Parameters:
source - the source to set


Copyright © 2010. All Rights Reserved.