hudson.plugins.PerfPublisher.Report
Class Target
java.lang.Object
hudson.plugins.PerfPublisher.Report.Target
public class Target
- extends java.lang.Object
|
Constructor Summary |
Target()
|
Target(java.lang.String name,
java.lang.Boolean threaded)
|
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Target
public Target()
Target
public Target(java.lang.String name,
java.lang.Boolean threaded)
getName
public java.lang.String getName()
- Returns:
- the name
setName
public void setName(java.lang.String name)
- Parameters:
name - the name to set
isThreaded
public java.lang.Boolean isThreaded()
- Returns:
- the threaded
setThreaded
public void setThreaded(java.lang.Boolean threaded)
- Parameters:
threaded - the threaded to set
getStringThreaded
public java.lang.String getStringThreaded()
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals in class java.lang.Object
Copyright © 2010. All Rights Reserved.