hudson.plugins.PerfPublisher.Report
Class Platform
java.lang.Object
hudson.plugins.PerfPublisher.Report.Platform
public class Platform
- extends java.lang.Object
Model class representing one PerfPublisher Rapport.
- Author:
- Georges Bossert
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Platform
public Platform()
getName
public java.lang.String getName()
- Returns:
- the name
setName
public void setName(java.lang.String name)
- Parameters:
name - the name to set
isRemote
public boolean isRemote()
- Returns:
- the remote
getHardwares
public java.util.ArrayList<Hardware> getHardwares()
- Returns:
- the hardwares
addHardware
public void addHardware(Hardware hard)
- Parameters:
hard - the hardware to add
setHardwares
public void setHardwares(java.util.ArrayList<Hardware> hardwares)
- Parameters:
hardwares - the hardwares to set
getCompilers
public java.util.ArrayList<Compiler> getCompilers()
- Returns:
- the compilers
addCompiler
public void addCompiler(Compiler compiler)
- Parameters:
compiler - the compiler to add
setCompilers
public void setCompilers(java.util.ArrayList<Compiler> compilers)
- Parameters:
compilers - the compilers to set
getProcessor
public Processor getProcessor()
- Returns:
- the processor
setProcessor
public void setProcessor(Processor processor)
- Parameters:
processor - the processor to set
setRemote
public void setRemote(boolean remote)
- Parameters:
remote - the remote to set
isCapspool
public boolean isCapspool()
- Returns:
- the capspool
setCapspool
public void setCapspool(boolean capspool)
- Parameters:
capspool - the capspool to set
getOsType
public java.lang.String getOsType()
- Returns:
- the osType
setOsType
public void setOsType(java.lang.String osType)
- Parameters:
osType - the osType to set
getOsName
public java.lang.String getOsName()
- Returns:
- the osName
setOsName
public void setOsName(java.lang.String osName)
- Parameters:
osName - the osName to set
getOsVersion
public java.lang.String getOsVersion()
- Returns:
- the osVersion
setOsVersion
public void setOsVersion(java.lang.String osVersion)
- Parameters:
osVersion - the osVersion to set
getOsDistribution
public java.lang.String getOsDistribution()
- Returns:
- the osDistribution
setOsDistribution
public void setOsDistribution(java.lang.String osDistribution)
- Parameters:
osDistribution - the osDistribution to set
Copyright © 2010. All Rights Reserved.