Package jenkins.plugins.foldericon
Class BuildStatusFolderIcon
java.lang.Object
hudson.model.AbstractStatusIcon
com.cloudbees.hudson.plugins.folder.FolderIcon
jenkins.plugins.foldericon.BuildStatusFolderIcon
- All Implemented Interfaces:
ExtensionPoint
,Describable<com.cloudbees.hudson.plugins.folder.FolderIcon>
,StatusIcon
,IconSpec
public class BuildStatusFolderIcon
extends com.cloudbees.hudson.plugins.folder.FolderIcon
A Build Status Folder Icon.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
The Descriptor.Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetImageOf
(String size) getJobs()
protected void
setOwner
(com.cloudbees.hudson.plugins.folder.AbstractFolder<?> folder) Methods inherited from class com.cloudbees.hudson.plugins.folder.FolderIcon
iconClassNameImageOf, setFolder
-
Constructor Details
-
BuildStatusFolderIcon
Ctor.- Parameters:
jobs
- the jobs to consider for combined build status (null / empty means all jobs).
-
-
Method Details
-
setOwner
protected void setOwner(com.cloudbees.hudson.plugins.folder.AbstractFolder<?> folder) - Overrides:
setOwner
in classcom.cloudbees.hudson.plugins.folder.FolderIcon
-
getJobs
- Returns:
- the jobs to consider for combined build status (null / empty means all jobs).
-
getAvailableJobs
- Returns:
- all available jobs in the current folder.
-
getIconClassName
- Specified by:
getIconClassName
in interfaceIconSpec
- Overrides:
getIconClassName
in classcom.cloudbees.hudson.plugins.folder.FolderIcon
-
getImageOf
-
getDescription
-
getDescriptor
- Specified by:
getDescriptor
in interfaceDescribable<com.cloudbees.hudson.plugins.folder.FolderIcon>
- Overrides:
getDescriptor
in classcom.cloudbees.hudson.plugins.folder.FolderIcon
-