de.pellepelster.jenkins.walldisplay.model
Class Build
java.lang.Object
de.pellepelster.jenkins.walldisplay.model.Build
public class Build
- extends java.lang.Object
- Author:
- pelle
|
Constructor Summary |
Build()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Build
public Build()
getDuration
public java.lang.Integer getDuration()
- Returns:
- the duration
setDuration
public void setDuration(java.lang.Integer duration)
- Parameters:
duration - the duration to set
getNumber
public java.lang.Integer getNumber()
- Returns:
- the number
setNumber
public void setNumber(java.lang.Integer number)
- Parameters:
number - the number to set
getBuilding
public java.lang.Boolean getBuilding()
- Returns:
- the building
setBuilding
public void setBuilding(java.lang.Boolean building)
- Parameters:
building - the building to set
getTimestamp
public java.lang.Long getTimestamp()
- Returns:
- the timestamp
setTimestamp
public void setTimestamp(java.lang.Long timestamp)
- Parameters:
timestamp - the timestamp to set
getColor
public java.lang.String getColor()
- Returns:
- the color
setColor
public void setColor(java.lang.String color)
- Parameters:
color - the color to set
Copyright © 2004-2011. All Rights Reserved.