public final class SelectJobsBallColorFolderIcon
extends com.cloudbees.hudson.plugins.folder.FolderIcon
FolderIcon that actually shows a BallColor status icon, calculated from
the specified children.| Modifier and Type | Class and Description |
|---|---|
static class |
SelectJobsBallColorFolderIcon.DescriptorImpl
Registers a descriptor to appear in the "Icon" dropdown on the configuration page.
|
| Constructor and Description |
|---|
SelectJobsBallColorFolderIcon(String jobs)
Constructor used only for data binding.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Delegates the description to the
owner's BallColor. |
String |
getImageOf(String size)
Delegates the image to the
owner's BallColor. |
String |
getJobs()
Gets the selected jobs.
|
void |
setOwner(com.cloudbees.hudson.plugins.folder.AbstractFolder<?> folder) |
@DataBoundConstructor public SelectJobsBallColorFolderIcon(String jobs)
jobs - the jobs.public String getJobs()
public void setOwner(com.cloudbees.hudson.plugins.folder.AbstractFolder<?> folder)
setOwner in class com.cloudbees.hudson.plugins.folder.FolderIconpublic String getDescription()
Copyright © 2016–2017. All rights reserved.