Class ContextAwareLogo

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

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

    • ContextAwareLogo

      @DataBoundConstructor public ContextAwareLogo()
  • Method Details

    • getShowJobWeather

      public boolean getShowJobWeather()
    • setShowJobWeather

      @DataBoundSetter public void setShowJobWeather(boolean showJobWeather)
    • getShowFolderWeather

      public boolean getShowFolderWeather()
    • setShowFolderWeather

      @DataBoundSetter public void setShowFolderWeather(boolean showFolderWeather)
    • setSymbolMappingFile

      @DataBoundSetter public void setSymbolMappingFile(String symbolMappingFile)
    • getSymbolMappingFile

      public String getSymbolMappingFile()
    • getSymbolMapping

      @Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class) public Properties getSymbolMapping()
    • getLogo

      public Logo getLogo()