Class HeaderColor
java.lang.Object
io.jenkins.plugins.customizable_header.color.HeaderColor
- All Implemented Interfaces:
Describable<HeaderColor>
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionHeaderColor(String backgroundColor, String color) HeaderColor(String backgroundColor, String color, boolean userColors) -
Method Summary
Modifier and TypeMethodDescriptiongetColor()voidsetHoverColor(String hoverColor) voidsetUserColors(boolean userColors) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface hudson.model.Describable
getDescriptor
-
Constructor Details
-
HeaderColor
-
HeaderColor
-
-
Method Details
-
setUserColors
public void setUserColors(boolean userColors) -
getUserColors
-
setHoverColor
-
getHoverColor
-
getBackgroundColor
-
getActiveBackgroundColor
-
getColor
-
getActiveColor
-