hudson.plugins.PerfPublisher.Report
Class Platform

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

public class Platform
extends java.lang.Object

Model class representing one PerfPublisher Rapport.

Author:
Georges Bossert

Constructor Summary
Platform()
           
 
Method Summary
 void addCompiler(Compiler compiler)
           
 void addHardware(Hardware hard)
           
 java.util.ArrayList<Compiler> getCompilers()
           
 java.util.ArrayList<Hardware> getHardwares()
           
 java.lang.String getName()
           
 java.lang.String getOsDistribution()
           
 java.lang.String getOsName()
           
 java.lang.String getOsType()
           
 java.lang.String getOsVersion()
           
 Processor getProcessor()
           
 boolean isCapspool()
           
 boolean isRemote()
           
 void setCapspool(boolean capspool)
           
 void setCompilers(java.util.ArrayList<Compiler> compilers)
           
 void setHardwares(java.util.ArrayList<Hardware> hardwares)
           
 void setName(java.lang.String name)
           
 void setOsDistribution(java.lang.String osDistribution)
           
 void setOsName(java.lang.String osName)
           
 void setOsType(java.lang.String osType)
           
 void setOsVersion(java.lang.String osVersion)
           
 void setProcessor(Processor processor)
           
 void setRemote(boolean remote)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Platform

public Platform()
Method Detail

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.