hudson.plugins.cigame
Class UserScoreProperty
java.lang.Object
hudson.model.UserProperty
hudson.plugins.cigame.UserScoreProperty
- All Implemented Interfaces:
- hudson.ExtensionPoint, hudson.model.Describable<hudson.model.UserProperty>
@ExportedBean(defaultVisibility=999)
public class UserScoreProperty
- extends hudson.model.UserProperty
- Author:
- Erik Ramfelt
| Nested classes/interfaces inherited from interface hudson.ExtensionPoint |
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
| Fields inherited from class hudson.model.UserProperty |
user |
| Methods inherited from class hudson.model.UserProperty |
all, getDescriptor, reconfigure |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
UserScoreProperty
public UserScoreProperty()
UserScoreProperty
@DataBoundConstructor
public UserScoreProperty(double score,
boolean participatingInGame)
getUser
@Exported
public hudson.model.User getUser()
getScore
@Exported
public double getScore()
setScore
public void setScore(double score)
isParticipatingInGame
@Exported
public boolean isParticipatingInGame()
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode in class java.lang.Object
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals in class java.lang.Object
Copyright © 2010. All Rights Reserved.