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()
boolean
boolean
void
setShowFolderWeather
(boolean showFolderWeather) void
setShowJobWeather
(boolean showJobWeather) void
setSymbolMappingFile
(String symbolMappingFile) 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
-
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
-