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()
void
setHoverColor
(String hoverColor) void
setUserColors
(boolean userColors) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods 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
-