hudson.plugins.greenballs
Class ColorBlindProperty

java.lang.Object
  extended by hudson.model.UserProperty
      extended by hudson.plugins.greenballs.ColorBlindProperty
All Implemented Interfaces:
hudson.ExtensionPoint, hudson.model.Describable<hudson.model.UserProperty>

@ExportedBean(defaultVisibility=999)
public class ColorBlindProperty
extends hudson.model.UserProperty


Nested Class Summary
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Field Summary
 
Fields inherited from class hudson.model.UserProperty
user
 
Constructor Summary
ColorBlindProperty()
           
ColorBlindProperty(boolean enabledColorBlindSupport)
           
 
Method Summary
 boolean equals(Object obj)
           
 hudson.model.User getUser()
           
 int hashCode()
           
 boolean isEnabledColorBlindSupport()
           
 void setEnabledColorBlindSupport(boolean enabledColorBlindSupport)
           
 String toString()
           
 
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
 

Constructor Detail

ColorBlindProperty

public ColorBlindProperty()

ColorBlindProperty

@DataBoundConstructor
public ColorBlindProperty(boolean enabledColorBlindSupport)
Method Detail

getUser

@Exported
public hudson.model.User getUser()

isEnabledColorBlindSupport

@Exported
public boolean isEnabledColorBlindSupport()

setEnabledColorBlindSupport

public void setEnabledColorBlindSupport(boolean enabledColorBlindSupport)

toString

public String toString()
Overrides:
toString in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2009-2012 Hudson. All Rights Reserved.