java.lang.Object
io.jenkins.plugins.customizable_header.color.HeaderColor
All Implemented Interfaces:
Describable<HeaderColor>

public class HeaderColor extends Object implements Describable<HeaderColor>
  • Constructor Details

    • HeaderColor

      @DataBoundConstructor public HeaderColor(String backgroundColor, String color)
    • HeaderColor

      public HeaderColor(String backgroundColor, String color, boolean userColors)
  • Method Details

    • setUserColors

      public void setUserColors(boolean userColors)
    • getUserColors

      public Boolean getUserColors()
    • getBackgroundColor

      public String getBackgroundColor()
    • getActiveBackgroundColor

      public String getActiveBackgroundColor()
    • getColor

      public String getColor()
    • getActiveColor

      public String getActiveColor()