hudson.plugins.PerfPublisher.Report
Class Compiler
java.lang.Object
hudson.plugins.PerfPublisher.Report.Compiler
public class Compiler
- extends java.lang.Object
|
Constructor Summary |
Compiler()
|
Compiler(java.lang.String name,
java.lang.String version,
java.lang.String path)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Compiler
public Compiler()
Compiler
public Compiler(java.lang.String name,
java.lang.String version,
java.lang.String path)
getName
public java.lang.String getName()
- Returns:
- the name
setName
public void setName(java.lang.String name)
- Parameters:
name - the name to set
getVersion
public java.lang.String getVersion()
- Returns:
- the version
setVersion
public void setVersion(java.lang.String version)
- Parameters:
version - the version 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.