Class ContextAwareLogo
java.lang.Object
io.jenkins.plugins.customizable_header.ContextAwareLogo
- All Implemented Interfaces:
Describable<ContextAwareLogo>
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetLogo()booleanbooleanvoidsetShowFolderWeather(boolean showFolderWeather) voidsetShowJobWeather(boolean showJobWeather) voidsetSymbolMappingFile(String symbolMappingFile) 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
-
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
-
getSymbolMappingFile
-
getSymbolMapping
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class) public Properties getSymbolMapping() -
getLogo
-