com.ingenotech.lavalamp
Class BuildState
java.lang.Object
com.ingenotech.lavalamp.BuildState
public class BuildState
- extends java.lang.Object
|
Method Summary |
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getName()
|
BuildStatus |
getStatus()
|
int |
hashCode()
Hash these on the name but not the status,
so only one BuildState for each project is
maintained in the Map. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
BuildState
public BuildState(java.lang.String name,
BuildStatus status)
getStatus
public BuildStatus getStatus()
getName
public java.lang.String getName()
hashCode
public int hashCode()
- Hash these on the name but not the status,
so only one BuildState for each project is
maintained in the Map.
- Overrides:
hashCode in class java.lang.Object
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals in class java.lang.Object
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
Copyright © 2010. All Rights Reserved.